From 9da9c5a63f83b633c520e11d266e9065e5d79f0c Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Tue, 28 Sep 2021 15:36:04 -0700 Subject: [PATCH] doc: add testing option to hostapd.config This is required to be built in for hostapd to rekey on command. --- doc/hostapd.config | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/hostapd.config b/doc/hostapd.config index 91d1b4cf..c114e127 100644 --- a/doc/hostapd.config +++ b/doc/hostapd.config @@ -36,3 +36,4 @@ CONFIG_OCV=y CONFIG_OWE=y CONFIG_DPP=y CONFIG_SAE=y +CONFIG_TESTING_OPTIONS=y