From 8c4fcc819fd358663a48e30098575ad96f06c58a Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 2 Feb 2026 13:49:28 +0100 Subject: [PATCH] hostapd: enable IEEE 802.11ax (HE) support for STM platforms Add IEEE 802.11ax (HE) support to enable High Efficiency capabilities when operating in the 6 GHz band. https://onedigi.atlassian.net/browse/DEL-9952 Signed-off-by: Arturo Buzarra --- .../hostapd/hostapd/stm32mpcommon/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/stm32mpcommon/defconfig b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/stm32mpcommon/defconfig index 8bc9c7f9f..1639db625 100644 --- a/meta-digi-dey/recipes-connectivity/hostapd/hostapd/stm32mpcommon/defconfig +++ b/meta-digi-dey/recipes-connectivity/hostapd/hostapd/stm32mpcommon/defconfig @@ -161,7 +161,7 @@ CONFIG_IEEE80211AC=y # 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 +CONFIG_IEEE80211AX=y # Remove debugging code that is printing out debug messages to stdout. # This can be used to reduce the size of the hostapd considerably if debugging