3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

docs: Updated docs for EAP-SIM/AKA autotests

The hostapd .config must be changed to compile in code
for EAP-SIM/AKA/AKA'
This commit is contained in:
James Prestwood 2017-10-13 11:16:05 -07:00 committed by Denis Kenzior
parent ffbf10fa31
commit 98a5d2b9be

View File

@ -279,6 +279,12 @@ follows:
#CONFIG_IEEE80211R=y
For EAP-SIM/AKA tests uncomment the following:
#CONFIG_EAP_SIM=y
#CONDIG_EAP_AKA=y
#CONFIG_EAP_AKA_PRIME=y
Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
libraries.