From 60211f9ae8721b91a9234ec7738b5b0c9016affd Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 11 Sep 2018 15:09:54 -0700 Subject: [PATCH] docs: added hostapd config options for SAE --- doc/test-runner.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index f814d519..e3021ff9 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -292,6 +292,11 @@ follows: 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 + Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel' libraries.