diff options
author | Jouni Malinen <j@w1.fi> | 2011-06-23 19:28:14 +0300 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2011-06-23 19:28:14 +0300 |
commit | ee8ad5d84929b732af078bd0b9c58abac791997c (patch) | |
tree | 909edf9f9b9aba08adae87eaf01354c2dd76a17e | |
parent | 56234ee168a047a481018aaeccef611ee0bcdeb6 (diff) | |
download | external_wpa_supplicant_8_ti-ee8ad5d84929b732af078bd0b9c58abac791997c.zip external_wpa_supplicant_8_ti-ee8ad5d84929b732af078bd0b9c58abac791997c.tar.gz external_wpa_supplicant_8_ti-ee8ad5d84929b732af078bd0b9c58abac791997c.tar.bz2 |
Use nl80211 as an example instead of WEXT
-rw-r--r-- | wpa_supplicant/README-WPS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/wpa_supplicant/README-WPS b/wpa_supplicant/README-WPS index 93184e4..12a3b4d 100644 --- a/wpa_supplicant/README-WPS +++ b/wpa_supplicant/README-WPS @@ -55,10 +55,10 @@ wpa_supplicant configuration WPS is an optional component that needs to be enabled in wpa_supplicant build configuration (.config). Here is an example -configuration that includes WPS support and Linux wireless extensions --based driver interface: +configuration that includes WPS support and Linux nl80211 -based +driver interface: -CONFIG_DRIVER_WEXT=y +CONFIG_DRIVER_NL80211=y CONFIG_WPS=y CONFIG_WPS2=y |