Replace static HE/VHT center freq + HT40 dir values with placeholders

This commit is contained in:
billz
2025-12-07 14:57:17 +01:00
parent 955add1b25
commit de9f7548d5

View File

@@ -14,7 +14,7 @@
"# N", "# N",
"ieee80211n=1", "ieee80211n=1",
"require_ht=1", "require_ht=1",
"ht_capab=[MAX-AMSDU-3839][HT40+][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40]", "ht_capab=[MAX-AMSDU-3839][{HT40_DIR}][SHORT-GI-20][SHORT-GI-40][DSSS_CCK-40]",
"# AC", "# AC",
"ieee80211ac=1", "ieee80211ac=1",
"require_vht=1", "require_vht=1",
@@ -35,17 +35,23 @@
"ieee80211ac=1", "ieee80211ac=1",
"# Enable 802.11ax", "# Enable 802.11ax",
"ieee80211ax=1", "ieee80211ax=1",
"# High efficiency capabilities", "# HE (802.11ax) capabilities",
"he_su_beamformer=1", "he_su_beamformer=1",
"he_su_beamformee=1", "he_su_beamformee=1",
"he_mu_beamformer=1", "he_mu_beamformer=1",
"# BSS color for spatial reuse, value 1-63", "# BSS color for spatial reuse, value 1-63",
"he_bss_color=1", "he_bss_color=1",
"he_oper_chwidth=1", "he_oper_chwidth=1",
"ht_capab=[HT40+][SHORT-GI-20][SHORT-GI-40]", "# HE/VHT channel widths",
"vht_capab=[SHORT-GI-80]", "he_oper_chwidth=1",
"he_oper_centr_freq_seg0_idx=155", "vht_oper_chwidth=1",
"vht_oper_centr_freq_seg0_idx=155", "he_oper_centr_freq_seg0_idx={HE_FREQ_IDX}",
"vht_oper_centr_freq_seg0_idx={VHT_FREQ_IDX}",
"# HT capabilities (802.11n)",
"ht_capab=[{HT40_DIR}][LDPC][SHORT-GI-20][SHORT-GI-40][TX-STBC][RX-STBC1][MAX-AMSDU-7935]",
"# VHT capabilities (802.11ac) - no SHORT-GI-160",
"vht_capab=[RXLDPC][SHORT-GI-80][TX-STBC-2BY1][RX-STBC-1][MAX-MPDU-11454][MAX-A-MPDU-LEN-EXP7]",
"# WMM/QoS",
"wmm_enabled=1" "wmm_enabled=1"
] ]
}, },