Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04adf890 authored by John W. Linville's avatar John W. Linville
Browse files

hostap: select required crypto bits in Kconfig



This is fallout from moving the crypto stuff to the new lib80211
component.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent e061b165
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -2,6 +2,13 @@ config HOSTAP
	tristate "IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP)"
	depends on WLAN_80211
	select WIRELESS_EXT
	select CRYPTO
	select CRYPTO_ARC4
	select CRYPTO_ECB
	select CRYPTO_AES
	select CRYPTO_MICHAEL_MIC
	select CRYPTO_ECB
	select CRC32
	select LIB80211
	select LIB80211_CRYPT_WEP
	select LIB80211_CRYPT_TKIP