From: Jouni Malinen Date: Fri, 29 Apr 2022 10:30:48 +0000 (+0300) Subject: defconfig: Document IEEE 802.11ax as a published amendment X-Git-Tag: hostap_2_11~2000 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a716f86afa51cbfc4e27f5b9a5a8305e111c78d;p=thirdparty%2Fhostap.git defconfig: Document IEEE 802.11ax as a published amendment The comment about the IEEE 802.11ax functionality being experimental and based on a not yet finalized standard is not accurate anymore since IEEE Std 802.11ax-2021 has already been published. Remove that comment and add the entry for wpa_supplicant as well. Signed-off-by: Jouni Malinen --- diff --git a/hostapd/defconfig b/hostapd/defconfig index 2331ec088..c458e7fa2 100644 --- a/hostapd/defconfig +++ b/hostapd/defconfig @@ -156,9 +156,6 @@ CONFIG_IPV6=y #CONFIG_IEEE80211AC=y # IEEE 802.11ax HE support -# Note: This is experimental and work in progress. The definitions are still -# subject to change and this should not be expected to interoperate with the -# final IEEE 802.11ax version. #CONFIG_IEEE80211AX=y # Simultaneous Authentication of Equals (SAE), WPA3-Personal diff --git a/wpa_supplicant/defconfig b/wpa_supplicant/defconfig index b5f8c0103..e1de3990c 100644 --- a/wpa_supplicant/defconfig +++ b/wpa_supplicant/defconfig @@ -483,6 +483,9 @@ CONFIG_DEBUG_SYSLOG=y # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode) CONFIG_IEEE80211AC=y +# IEEE 802.11ax HE support (mainly for AP mode) +CONFIG_IEEE80211AX=y + # Wireless Network Management (IEEE Std 802.11v-2011) # Note: This is experimental and not complete implementation. #CONFIG_WNM=y