Use nl80211 as an example instead of WEXT
This commit is contained in:
parent
56234ee168
commit
ee8ad5d849
1 changed files with 3 additions and 3 deletions
|
@ -55,10 +55,10 @@ wpa_supplicant configuration
|
||||||
|
|
||||||
WPS is an optional component that needs to be enabled in
|
WPS is an optional component that needs to be enabled in
|
||||||
wpa_supplicant build configuration (.config). Here is an example
|
wpa_supplicant build configuration (.config). Here is an example
|
||||||
configuration that includes WPS support and Linux wireless extensions
|
configuration that includes WPS support and Linux nl80211 -based
|
||||||
-based driver interface:
|
driver interface:
|
||||||
|
|
||||||
CONFIG_DRIVER_WEXT=y
|
CONFIG_DRIVER_NL80211=y
|
||||||
CONFIG_WPS=y
|
CONFIG_WPS=y
|
||||||
CONFIG_WPS2=y
|
CONFIG_WPS2=y
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue