mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
wpa: Address CTRL-EVENT-SCAN-FAILED
5fcdc19a81didn't fully resolve the issue. There remains a report that an ifconfig wlan0 up by itself is insufficient. Ifconfig down must precede it. Reported by: Filipe da Silva Santos <contact _ shiori_com_br> Fixes:5fcdc19a81MFC after: 3 days
This commit is contained in:
parent
58a7bf124c
commit
d06d7eb091
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ is_ndis_interface()
|
|||
}
|
||||
|
||||
wpa_poststart() {
|
||||
ifconfig ${ifn} down
|
||||
sleep 2
|
||||
ifconfig ${ifn} up
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue