mirror of https://github.com/hak5/openwrt.git
mac80211: apply network interface configuration for adhoc + wpa2
SVN-Revision: 35049lede-17.01
parent
ebc47a91eb
commit
3b27974c7a
|
@ -462,7 +462,7 @@ enable_mac80211() {
|
||||||
# make sure this wifi interface won't accidentally stay open without encryption
|
# make sure this wifi interface won't accidentally stay open without encryption
|
||||||
ifconfig "$ifname" down
|
ifconfig "$ifname" down
|
||||||
}
|
}
|
||||||
# wpa_supplicant will bring the iface up
|
mac80211_start_vif "$vif" "$ifname"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue