mac80211: multiple_bssid is mandatory on 6e when using 11be

Fixes: WIFI-14343
Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
John Crispin
2025-02-06 08:22:32 +01:00
parent 3e7fd62fc2
commit b74f824b3a

View File

@@ -517,6 +517,7 @@ mac80211_hostapd_setup_base() {
if [ "$enable_be" != "0" ]; then
append base_cfg "ieee80211be=1" "$N"
multiple_bssid=1
[ "$hwmode" = "a" ] && {
append base_cfg "eht_oper_chwidth=$eht_oper_chwidth" "$N"
append base_cfg "eht_oper_centr_freq_seg0_idx=$eht_center_seg0" "$N"