docs: added hostapd config options for SAE

This commit is contained in:
James Prestwood 2018-09-11 15:09:54 -07:00 committed by Denis Kenzior
parent b181604c18
commit 60211f9ae8
1 changed files with 5 additions and 0 deletions

View File

@ -292,6 +292,11 @@ follows:
For EAP-PWD tests uncomment the following:
#CONFIG_EAP_PWD=y
For SAE tests add the following lines:
CONFIG_SAE=y
CONFIG_OWE=y
CONFIG_DPP=y
Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
libraries.