doc: Add config options for High Throughput

This commit is contained in:
Tim Kourt 2019-03-08 08:01:58 -08:00 committed by Denis Kenzior
parent 4b9abde3e5
commit c26af17ca0
1 changed files with 8 additions and 0 deletions

View File

@ -296,16 +296,24 @@ follows:
#CONFIG_EAP_AKA_PRIME=y
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
For pre-authentication tests add the following:
CONFIG_RADIUS_SERVER=y
For High Throughput tests add the following:
CONFIG_IEEE80211N=y
CONFIG_IEEE80211AC=y
Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
libraries.