diff options
author | Jouni Malinen <j@w1.fi> | 2013-04-01 17:52:44 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-04-01 17:52:44 (GMT) |
commit | e205401c720e382b2d291d79e081a1eaff96b0be (patch) | |
tree | 1c66496d522e366eb8c4dc0357ab718a27e60231 /wpa_supplicant/README-WPS | |
parent | c44a19c1f9b957a1487cc0da0c918fe0d927180f (diff) | |
download | hostap-e205401c720e382b2d291d79e081a1eaff96b0be.zip hostap-e205401c720e382b2d291d79e081a1eaff96b0be.tar.gz hostap-e205401c720e382b2d291d79e081a1eaff96b0be.tar.bz2 |
WPS ER: Allow Enrollee to be specified with MAC address
wps_er_pbc and wps_er_pin can now be used with both the UUID and MAC
Address of the Enrollee.
Signed-hostap: Jouni Malinen <j@w1.fi>
Diffstat (limited to 'wpa_supplicant/README-WPS')
-rw-r--r-- | wpa_supplicant/README-WPS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wpa_supplicant/README-WPS b/wpa_supplicant/README-WPS index d152d3c..0615466 100644 --- a/wpa_supplicant/README-WPS +++ b/wpa_supplicant/README-WPS @@ -277,10 +277,10 @@ wps_er_config <UUID|BSSID> <AP PIN> <new SSID> <auth> <encr> <new key> <encr> must be one of the following: NONE WEP TKIP CCMP -wps_er_pbc <Enrollee UUID> +wps_er_pbc <Enrollee UUID|MAC address> - accept an Enrollee PBC using External Registrar -wps_er_pin <Enrollee UUID> <PIN> [Enrollee MAC address] +wps_er_pin <Enrollee UUID|"any"|MAC address> <PIN> [Enrollee MAC address] - add an Enrollee PIN to External Registrar - if Enrollee UUID is not known, "any" can be used to add a wildcard PIN - if the MAC address of the enrollee is known, it should be configured |