From: Masashi Honma Date: Tue, 27 Dec 2016 03:49:08 +0000 (+0900) Subject: Add CONFIG_MESH into wpa_supplicant defconfig X-Git-Tag: hostap_2_7~1864 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce691a8d962fbcac6651980280fd5d5ff0d85e44;p=thirdparty%2Fhostap.git Add CONFIG_MESH into wpa_supplicant defconfig Signed-off-by: Masashi Honma --- diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index f6df81a24..f0ce4a6fd 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -567,3 +567,6 @@ CONFIG_PEERKEY=y # This can be used to enable control interface commands that allow the current # PMKSA cache entries to be fetched and new entries to be added. #CONFIG_PMKSA_CACHE_EXTERNAL=y + +# Mesh Networking (IEEE 802.11s) +#CONFIG_MESH=y