mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
map-agent: map_genconfig: set mlo and mlo_capable in wireless for qca
This commit is contained in:
parent
23d4e3cf18
commit
eae6b6b8eb
1 changed files with 3 additions and 0 deletions
|
|
@ -81,6 +81,9 @@ generate_multiap_config() {
|
|||
ifname="wlan${devidx}"
|
||||
ifname_bh="wlan${devidx}-1"
|
||||
ap_follow_sta_dfs="1"
|
||||
uci set wireless.$dev.mlo="1"
|
||||
uci set wireless.$dev.mlo_capable="1"
|
||||
uci commit wireless
|
||||
else
|
||||
ifprefix="wlan%-"
|
||||
ifname="wlan$devidx"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue