diff options
author | Ilan Peer <ilan.peer@intel.com> | 2013-09-02 12:41:00 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2014-03-06 22:11:04 (GMT) |
commit | c16a7590cfe76d5895ac70ef711e5b0b384f7aa6 (patch) | |
tree | cec002332e62b6f8f5ed1e638444e98b17da899f /wpa_supplicant/README | |
parent | 185677b74c9287fb3698dcf7cea61b8595d9fb1d (diff) | |
download | hostap-c16a7590cfe76d5895ac70ef711e5b0b384f7aa6.zip hostap-c16a7590cfe76d5895ac70ef711e5b0b384f7aa6.tar.gz hostap-c16a7590cfe76d5895ac70ef711e5b0b384f7aa6.tar.bz2 |
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>
Diffstat (limited to 'wpa_supplicant/README')
-rw-r--r-- | wpa_supplicant/README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/README b/wpa_supplicant/README index 7f88cd6..653848e 100644 --- a/wpa_supplicant/README +++ b/wpa_supplicant/README @@ -413,7 +413,7 @@ usage: [-G<group>] \ -i<ifname> -c<config file> [-C<ctrl>] [-D<driver>] [-p<driver_param>] \ [-b<br_ifname> [-N -i<ifname> -c<conf> [-C<ctrl>] [-D<driver>] \ - [-p<driver_param>] [-b<br_ifname>] ...] + [-p<driver_param>] [-b<br_ifname>] [-m<P2P Device config file>] ... options: -b = optional bridge interface name @@ -438,6 +438,7 @@ options: -w = wait for interface to be added, if needed -W = wait for a control interface monitor before starting -N = start describing new interface + -m = Configuration file for the P2P Device drivers: nl80211 = Linux nl80211/cfg80211 |