From 24ca5a24dd0856a883c7dec574b7ce1f9d9369c6 Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 7 May 2019 11:42:34 -0700 Subject: [PATCH] doc: update test-runner.txt with FILS options --- doc/test-runner.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/test-runner.txt b/doc/test-runner.txt index a126d51f..fe455de2 100644 --- a/doc/test-runner.txt +++ b/doc/test-runner.txt @@ -314,6 +314,12 @@ follows: CONFIG_IEEE80211N=y CONFIG_IEEE80211AC=y + For FILS tests add the following: + + CONFIG_FILS=y + CONFIG_FILS_SK_PFS=y + CONFIG_OCV=y + Note: You may need to pre-install: 'gnutls-devel' and 'libgcrypt-devel' libraries.