From: Jouni Malinen Date: Thu, 23 Jun 2011 16:28:14 +0000 (+0300) Subject: Use nl80211 as an example instead of WEXT X-Git-Tag: hostap-1-bp~358 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee8ad5d84929b732af078bd0b9c58abac791997c;p=thirdparty%2Fhostap.git Use nl80211 as an example instead of WEXT --- diff --git a/wpa_supplicant/README-WPS b/wpa_supplicant/README-WPS index 93184e4f1..12a3b4d2f 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