diff options
author | Jouni Malinen <j@w1.fi> | 2009-01-01 22:56:52 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2009-01-01 22:56:52 +0200 |
commit | 79da74a20c0f61ded4c0fd203f054cf3783f54da (patch) | |
tree | 7026e9d131c454f430e4cb10058b0bb8cb65299e /wpa_supplicant/README-WPS | |
parent | 84f5b41fc1e7a74c343b42075e1708a19d44a63e (diff) | |
download | external_wpa_supplicant_8_ti-79da74a20c0f61ded4c0fd203f054cf3783f54da.zip external_wpa_supplicant_8_ti-79da74a20c0f61ded4c0fd203f054cf3783f54da.tar.gz external_wpa_supplicant_8_ti-79da74a20c0f61ded4c0fd203f054cf3783f54da.tar.bz2 |
WPS: Generate UUID based on MAC address, if not set
Generate a SHA1 hash -based UUID from the local MAC address if the UUID
was not configured. This makes it easier to prepare for WPS since there
is no need to generate an UUID.
Diffstat (limited to 'wpa_supplicant/README-WPS')
-rw-r--r-- | wpa_supplicant/README-WPS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wpa_supplicant/README-WPS b/wpa_supplicant/README-WPS index b1aa0dc..284753f 100644 --- a/wpa_supplicant/README-WPS +++ b/wpa_supplicant/README-WPS @@ -67,7 +67,8 @@ CONFIG_WPS=y WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for the device. This is configured in the runtime configuration for -wpa_supplicant: +wpa_supplicant (if not set, UUID will be generated based on local MAC +address): # example UUID for WPS uuid=12345678-9abc-def0-1234-56789abcdef0 |