fd342b1ada
SVN-Revision: 2333
15 lines
560 B
Text
15 lines
560 B
Text
config BR2_PACKAGE_WPA_SUPPLICANT
|
|
prompt "wpa_supplicant.................... WPA Supplicant with support for WPA and WPA2"
|
|
tristate
|
|
default m if CONFIG_DEVEL
|
|
select BR2_PACKAGE_LIBOPENSSL
|
|
help
|
|
WPA Supplicant with support for WPA and WPA2 (IEEE 802.11i / RSN).
|
|
Supplicant is the IEEE 802.1X/WPA component that is used in the client
|
|
stations. It implements key negotiation with a WPA Authenticator and it
|
|
controls the roaming and IEEE 802.11 authentication/association.
|
|
|
|
http://hostap.epitest.fi/wpa_supplicant/
|
|
|
|
Depends: openssl
|
|
|