modules/admin-full: copy bssid when joining a network as client (#455)
This commit is contained in:
parent
746a5be1a8
commit
3c1c9d4400
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ function newnet.parse(self, section)
|
||||||
wconf.encryption = "none"
|
wconf.encryption = "none"
|
||||||
end
|
end
|
||||||
|
|
||||||
if wconf.mode == "adhoc" then
|
if wconf.mode == "adhoc" or wconf.mode == "sta" then
|
||||||
wconf.bssid = m.hidden.bssid
|
wconf.bssid = m.hidden.bssid
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue