diff options
author | Jouni Malinen <j@w1.fi> | 2013-05-18 08:00:05 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-05-18 08:00:05 (GMT) |
commit | 2925756575ae33b0137d5bd293482fade4f48e95 (patch) | |
tree | 3163fb74f2195e8e7c5dd1ac184a8fb66f76d7a0 /wpa_supplicant/README | |
parent | cf3bebf28cdac99e888b3bda1a3ad7e333d5f962 (diff) | |
download | hostap-2925756575ae33b0137d5bd293482fade4f48e95.zip hostap-2925756575ae33b0137d5bd293482fade4f48e95.tar.gz hostap-2925756575ae33b0137d5bd293482fade4f48e95.tar.bz2 |
wpa_supplicant: Add -G argument to specify global ctrl group
The optional -G<group> command line argument can be used to specify the
group that can access the global control interface.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/README')
-rw-r--r-- | wpa_supplicant/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/wpa_supplicant/README b/wpa_supplicant/README index f439632..78df89e 100644 --- a/wpa_supplicant/README +++ b/wpa_supplicant/README @@ -410,6 +410,7 @@ Command line options usage: wpa_supplicant [-BddfhKLqqtuvwW] [-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>] \ [-p<driver_param>] [-b<br_ifname>] ...] @@ -424,6 +425,7 @@ options: -D = driver name (can be multiple drivers: nl80211,wext) -f = Log output to default log location (normally /tmp) -g = global ctrl_interface + -G = global ctrl_interface group -K = include keys (passwords, etc.) in debug output -t = include timestamp in debug messages -h = show this help text |