From 98a5d2b9beac04611ac00f24391535d793b456b6 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 13 Oct 2017 11:16:05 -0700 Subject: [PATCH] docs: Updated docs for EAP-SIM/AKA autotests The hostapd .config must be changed to compile in code for EAP-SIM/AKA/AKA' --- doc/test-runner.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index 006b6731..c2adc892 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -279,6 +279,12 @@ follows: #CONFIG_IEEE80211R=y + For EAP-SIM/AKA tests uncomment the following: + + #CONFIG_EAP_SIM=y + #CONDIG_EAP_AKA=y + #CONFIG_EAP_AKA_PRIME=y + Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel' libraries.