From c26af17ca025193ccb8e70662210e63bcfc37f0c Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 8 Mar 2019 08:01:58 -0800 Subject: [PATCH] doc: Add config options for High Throughput --- doc/test-runner.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 8ed7ac6d..f099eb23 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -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.