From 4976d7268395e9b8cf9ccd4e30252bc4dc761664 Mon Sep 17 00:00:00 2001 From: billz Date: Sat, 8 Nov 2025 09:48:44 +0100 Subject: [PATCH] Update with 802.11ax/be settings --- config/defaults.json | 67 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/config/defaults.json b/config/defaults.json index c9770cc1..0fbf7888 100644 --- a/config/defaults.json +++ b/config/defaults.json @@ -25,6 +25,73 @@ "vht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}" ] }, + "ax": { + "settings": [ + "# Basic settings", + "hw_mode=a", + "# Enable 802.11n/ac", + "ieee80211n=1", + "ieee80211ac=1", + "# Enable 802.11ax", + "ieee80211ax=1", + "# High efficiency capabilities", + "he_su_beamformer=1", + "he_su_beamformee=1", + "he_mu_beamformer=1", + "# BSS color for spatial reuse, value 1-63", + "he_bss_color=1", + "he_oper_chwidth=2", + "he_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}", + "wmm_enabled=1" + ] + }, + "be": { + "settings": [ + "# Basic settings", + "hw_mode=a", + "# Enable 802.11n/ac/ax", + "ieee80211n=1", + "ieee80211ac=1", + "ieee80211ax=1", + "vht_oper_chwidth=2 # 160 MHz for VHT", + "vht_oper_centr_freq_seg0_idx=50", + "vht_capab=[MAX-MPDU-11454][RXLDPC][SHORT-GI-80][SHORT-GI-160][TX-STBC-2BY1][RX-STBC-1][SU-BEAMFORMER][SU-BEAMFORMEE][MU-BEAMFORMER][MU-BEAMFORMEE]", + "he_su_beamformer=1", + "he_su_beamformee=1", + "he_mu_beamformer=1", + "he_bss_color=1", + "he_oper_chwidth=2 # 160 MHz for HE", + "he_oper_centr_freq_seg0_idx=50", + "# Enable 802.11be", + "ieee80211be=1", + "# EHT configuration", + "eht_su_beamformer=1", + "eht_su_beamformee=1", + "eht_mu_beamformer=1", + "eht_oper_chwidth=2", + "# EHT operation parameters", + "eht_oper_chwidth=2 # 160 MHz, 0=20, 1=40, 2=80, 3=160, 4=320", + "eht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}", + "# WMM configuration", + "wmm_enabled=1", + "wmm_ac_bk_cwmin=4", + "wmm_ac_bk_cwmax=10", + "wmm_ac_bk_aifs=7", + "wmm_ac_bk_txop_limit=0", + "wmm_ac_be_aifs=3", + "wmm_ac_be_cwmin=4", + "wmm_ac_be_cwmax=10", + "wmm_ac_be_txop_limit=0", + "wmm_ac_vi_aifs=2", + "wmm_ac_vi_cwmin=3", + "wmm_ac_vi_cwmax=4", + "wmm_ac_vi_txop_limit=94", + "wmm_ac_vo_aifs=2", + "wmm_ac_vo_cwmin=2", + "wmm_ac_vo_cwmax=3", + "wmm_ac_vo_txop_limit=47" + ] + }, "g": { "settings": [ "hw_mode=g",