mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Replace static HE/VHT center freq + HT40 dir values with placeholders
This commit is contained in:
@@ -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"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user