Compare commits

...

1 Commits

Author SHA1 Message Date
Ian Chen
4b5e9fa397 WIFI-14615: fix HaLow client cannot access network
add wds_bridge in hostapd for HaLow radio

Signed-off-by: Ian Chen <ian77_chen@accton.com>
2025-06-27 15:58:19 +08:00

View File

@@ -832,6 +832,13 @@ morse_hostapd_add_bss(){
morse_override_hostapd_set_bss_options hostapd_cfg "$_phy" "$vif" || return 1
json_get_vars wds wds_bridge sae_pwe dtim_period max_listen_int start_disabled
local network_config network_values
json_get_values network_values network
network_config=$(echo "$network_values" | cut -d' ' -f1)
if [ "$wds" -gt 0 ] && [ -z "$wds_bridge" ]; then
wds_bridge="${network_config%%[0-9]*}"
fi
raw_block=
json_for_each_item morse_hostapd_add_raw raws