From ff5665beb888155e283b139b33e5b0d3c117613b Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Mon, 21 May 2018 13:34:59 -0700 Subject: [PATCH] doc: add CONFIG entries for hostapd --- doc/test-runner.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 0dc28436..f814d519 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -281,6 +281,7 @@ follows: For 802.11r (fast roaming) tests uncomment the following: #CONFIG_IEEE80211R=y + #CONFIG_WNM_AP=y For EAP-SIM/AKA tests uncomment the following: @@ -288,6 +289,9 @@ follows: #CONDIG_EAP_AKA=y #CONFIG_EAP_AKA_PRIME=y + For EAP-PWD tests uncomment the following: + #CONFIG_EAP_PWD=y + Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel' libraries.