mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-09 16:18:38 +00:00
mac80211: pass hostapd control socket to mesh-mode supplicant
Unlike when operating in Ad-Hoc mode, we apparently need to pass the hostapd control socket interface to wpa_supplicant when using 802.11s mesh mode. There also seems to still be something wrong with the logic setting channel and (v)htmode parameters... Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
parent
d88934aa5a
commit
1356a66f94
@ -633,7 +633,7 @@ mac80211_setup_vif() {
|
||||
if [ -n "$key" ]; then
|
||||
wireless_vif_parse_encryption
|
||||
freq="$(get_freq "$phy" "$channel")"
|
||||
mac80211_setup_supplicant_noctl || failed=1
|
||||
mac80211_setup_supplicant || failed=1
|
||||
else
|
||||
json_get_vars mesh_id mcast_rate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user