doc: add CONFIG entries for hostapd

This commit is contained in:
Tim Kourt 2018-05-21 13:34:59 -07:00 committed by Denis Kenzior
parent d13f10c111
commit ff5665beb8
1 changed files with 4 additions and 0 deletions

View File

@ -281,6 +281,7 @@ follows:
For 802.11r (fast roaming) tests uncomment the following:
#CONFIG_IEEE80211R=y
#CONFIG_WNM_AP=y
For EAP-SIM/AKA tests uncomment the following:
@ -288,6 +289,9 @@ follows:
#CONDIG_EAP_AKA=y
#CONFIG_EAP_AKA_PRIME=y
For EAP-PWD tests uncomment the following:
#CONFIG_EAP_PWD=y
Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
libraries.