Hostapd: enable ieee80211ax in hostapd

add CONFIG_IEEE80211AX in hostapd.mk to enable wifi6 ax protocol

Signed-off-by: Skyler Zheng <skyler.zheng@starfivetech.com>
This commit is contained in:
skyler.zheng
2023-03-20 13:20:17 +08:00
committed by Andy Hu
parent a5e81bba2d
commit 873dedc345
+1
View File
@@ -74,6 +74,7 @@ HOSTAPD_CONFIG_ENABLE += \
CONFIG_IEEE80211AC \ CONFIG_IEEE80211AC \
CONFIG_IEEE80211N \ CONFIG_IEEE80211N \
CONFIG_IEEE80211R \ CONFIG_IEEE80211R \
CONFIG_IEEE80211AX \
CONFIG_INTERWORKING CONFIG_INTERWORKING
endif endif