mac80211: add hostapd socket option to wpa_supplicant for IBSS RSN as well
SVN-Revision: 31088
This commit is contained in:
parent
d5833ff3f3
commit
877c407ade
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ enable_mac80211() {
|
|||
local keyspec=""
|
||||
[ "$encryption" == "psk" -o "$encryption" == "psk2" ] && {
|
||||
if eval "type wpa_supplicant_setup_vif" 2>/dev/null >/dev/null; then
|
||||
wpa_supplicant_setup_vif "$vif" nl80211 "" $freq || {
|
||||
wpa_supplicant_setup_vif "$vif" nl80211 "${hostapd_ctrl:+-H $hostapd_ctrl}" $freq || {
|
||||
echo "enable_mac80211($device): Failed to set up wpa_supplicant for interface $ifname" >&2
|
||||
# make sure this wifi interface won't accidentally stay open without encryption
|
||||
ifconfig "$ifname" down
|
||||
|
|
Loading…
Reference in a new issue