mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
doc: Add config options for High Throughput
This commit is contained in:
parent
4b9abde3e5
commit
c26af17ca0
@ -296,16 +296,24 @@ follows:
|
|||||||
#CONFIG_EAP_AKA_PRIME=y
|
#CONFIG_EAP_AKA_PRIME=y
|
||||||
|
|
||||||
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:
|
For SAE tests add the following lines:
|
||||||
|
|
||||||
CONFIG_SAE=y
|
CONFIG_SAE=y
|
||||||
CONFIG_OWE=y
|
CONFIG_OWE=y
|
||||||
CONFIG_DPP=y
|
CONFIG_DPP=y
|
||||||
|
|
||||||
For pre-authentication tests add the following:
|
For pre-authentication tests add the following:
|
||||||
|
|
||||||
CONFIG_RADIUS_SERVER=y
|
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'
|
Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel'
|
||||||
libraries.
|
libraries.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user