diff --git a/src/ap/hw_features.c b/src/ap/hw_features.c index 2fefaf842..8b1ed7083 100644 --- a/src/ap/hw_features.c +++ b/src/ap/hw_features.c @@ -670,6 +670,9 @@ int hostapd_check_ht_capab(struct hostapd_iface *iface) { #ifdef CONFIG_IEEE80211N int ret; + + if (is_6ghz_freq(iface->freq)) + return 0; if (!iface->conf->ieee80211n) return 0;