3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

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

View File

@ -292,6 +292,11 @@ follows:
For EAP-PWD tests uncomment the following: For EAP-PWD tests uncomment the following:
#CONFIG_EAP_PWD=y #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' Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
libraries. libraries.