mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
map-agent: multiap: set disabled upon teardown
This commit is contained in:
parent
9aaef85895
commit
0f7d057261
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ teardown_iface() {
|
|||
|
||||
[ "$ifname" != "$map_ifname" ] && return
|
||||
|
||||
uci -q set wireless.${section}.start_disabled="1"
|
||||
uci -q set wireless.${section}.disabled="1"
|
||||
uci -q set wireless.${section}.ssid="DISABLED-SSID"
|
||||
uci -q set wireless.${section}.key="DISABLED-KEY"
|
||||
uci -q delete wireless.${section}.multi_ap_backhaul_ssid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue