diff options
author | Jouni Malinen <j@w1.fi> | 2011-06-23 19:30:13 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-06-23 19:30:13 +0300 |
commit | 4aced422d30741a3ea42b368ae9f150318077bff (patch) | |
tree | 77325d814ee25c4945c00c847e7d0f7b92a66dda | |
parent | ee8ad5d84929b732af078bd0b9c58abac791997c (diff) | |
download | external_wpa_supplicant_8_ti-4aced422d30741a3ea42b368ae9f150318077bff.zip external_wpa_supplicant_8_ti-4aced422d30741a3ea42b368ae9f150318077bff.tar.gz external_wpa_supplicant_8_ti-4aced422d30741a3ea42b368ae9f150318077bff.tar.bz2 |
Add notes for CONFIG_WPS_ER build configuration option
[Bug 407]
-rw-r--r-- | wpa_supplicant/README-WPS | 5 | ||||
-rw-r--r-- | wpa_supplicant/defconfig | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/wpa_supplicant/README-WPS b/wpa_supplicant/README-WPS index 12a3b4d..313e873 100644 --- a/wpa_supplicant/README-WPS +++ b/wpa_supplicant/README-WPS @@ -62,6 +62,11 @@ CONFIG_DRIVER_NL80211=y CONFIG_WPS=y CONFIG_WPS2=y +If you want to enable WPS external registrar (ER) functionality, you +will also need to add following line: + +CONFIG_WPS_ER=y + WPS needs the Universally Unique IDentifier (UUID; see RFC 4122) for the device. This is configured in the runtime configuration for diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index ea925c4..429ff3b 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -201,6 +201,8 @@ CONFIG_EAP_LEAP=y #CONFIG_WPS=y # Enable WSC 2.0 support #CONFIG_WPS2=y +# Enable WPS external registrar functionality +#CONFIG_WPS_ER=y # EAP-IKEv2 #CONFIG_EAP_IKEV2=y |