]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_supplicant_i.h
wpa_supplicant: Add a configuration file for the P2P_DEVICE parameters
authorIlan Peer <ilan.peer@intel.com>
Mon, 2 Sep 2013 12:41:00 +0000 (15:41 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 6 Mar 2014 22:11:04 +0000 (00:11 +0200)
commitc16a7590cfe76d5895ac70ef711e5b0b384f7aa6
treecec002332e62b6f8f5ed1e638444e98b17da899f
parent185677b74c9287fb3698dcf7cea61b8595d9fb1d
wpa_supplicant: Add a configuration file for the P2P_DEVICE parameters

Add an option to specify a configuration file that can be used to hold
the P2P_DEVICE configuration parameters. If this option is not used, the
P2P_DEVICE configuration parameters will be read from interface
configuration file.

Note that it is advised to use this option in some cases such as:

If a P2P_DEVICE is supported by the driver, the wpa_supplicant creates a
dedicated P2P Device interface, where the configuration file used for
the main interface is used. As a consequence, if the configuration file
includes network definition etc., the wpa_supplicant will try to perform
station specific flows on the P2P Device interface which will fail.

If a P2P_DEVICE is supported by the driver and update_config is used,
the P2P Device configuration data will override the main interface
configuration data.

Signed-hostap: Ilan Peer <ilan.peer@intel.com>
wpa_supplicant/README
wpa_supplicant/main.c
wpa_supplicant/p2p_supplicant.c
wpa_supplicant/wpa_supplicant.c
wpa_supplicant/wpa_supplicant_i.h