diff options
author | Roy Marples <roy@marples.name> | 2016-02-05 16:11:50 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2016-02-05 22:31:26 (GMT) |
commit | a3cc64f3d28afca4c6fb432d1e94b378fc87337b (patch) | |
tree | a9766dcfde17a93d5fa267bc4ebdba1c9bdaa7ec /wpa_supplicant/README | |
parent | 93aa1e162126b3cd2ea0b6a1c55a8a50c14163a1 (diff) | |
download | hostap-a3cc64f3d28afca4c6fb432d1e94b378fc87337b.zip hostap-a3cc64f3d28afca4c6fb432d1e94b378fc87337b.tar.gz hostap-a3cc64f3d28afca4c6fb432d1e94b378fc87337b.tar.bz2 |
Remove -w support from wpa_supplicant README
wpa_supplicant dropped the -w option long long time ago..
Signed-off-by: Roy Marples <roy@marples.name>
Diffstat (limited to 'wpa_supplicant/README')
-rw-r--r-- | wpa_supplicant/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wpa_supplicant/README b/wpa_supplicant/README index 61be543..3223312 100644 --- a/wpa_supplicant/README +++ b/wpa_supplicant/README @@ -409,7 +409,7 @@ Command line options -------------------- usage: - wpa_supplicant [-BddfhKLqqtuvwW] [-P<pid file>] [-g<global ctrl>] \ + wpa_supplicant [-BddfhKLqqtuvW] [-P<pid file>] [-g<global ctrl>] \ [-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>] \ @@ -435,7 +435,6 @@ options: -q = decrease debugging verbosity (-qq even less) -u = enable DBus control interface -v = show version - -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 |