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
1 changed files with 6 additions and 0 deletions

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.