diff options
author | Jouni Malinen <j@w1.fi> | 2008-11-30 20:32:03 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-11-30 20:32:03 +0200 |
commit | 08bec361780ef383667e610244549b1ef3a5e4d7 (patch) | |
tree | 1c6cebcb2d303f2f721e7f9784522452d79b3266 /hostapd/README-WPS | |
parent | 79d7d8efe7ed836f0eda76181544dd515f521ddf (diff) | |
download | external_wpa_supplicant_8_ti-08bec361780ef383667e610244549b1ef3a5e4d7.zip external_wpa_supplicant_8_ti-08bec361780ef383667e610244549b1ef3a5e4d7.tar.gz external_wpa_supplicant_8_ti-08bec361780ef383667e610244549b1ef3a5e4d7.tar.bz2 |
WPS: Added support for wildcard PINs that work with any UUID-E
Since the Registrar may not yet know the UUID-E when a new PIN is
entered, use of a wildcard PIN that works with any UUID-E can be useful.
Such a PIN will be bound to the first Enrollee trying to use it and it
will be invalidated after the first use.
Diffstat (limited to 'hostapd/README-WPS')
-rw-r--r-- | hostapd/README-WPS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hostapd/README-WPS b/hostapd/README-WPS index 5e8a68d..2786c60 100644 --- a/hostapd/README-WPS +++ b/hostapd/README-WPS @@ -154,6 +154,12 @@ Example command to add a PIN (12345670) for an Enrollee: hostapd_cli wps_pin 53b63a98-d29e-4457-a2ed-094d7e6a669c 12345670 +If the UUID-E is not available (e.g., Enrollee waits for the Registrar +to be selected before connecting), wildcard UUID may be used to allow the PIN to be used once with any UUID: + +hostapd_cli wps_pin any 12345670 + + After this, the Enrollee can connect to the AP again and complete WPS negotiation. At that point, a new, random WPA PSK is generated for the client device and the client can then use that key to connect to the |