mac80211: remove support code for authsae
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
8061c62f5d
commit
765599cb0e
1 changed files with 3 additions and 9 deletions
|
@ -629,17 +629,11 @@ mac80211_setup_vif() {
|
||||||
|
|
||||||
case "$mode" in
|
case "$mode" in
|
||||||
mesh)
|
mesh)
|
||||||
# authsae or wpa_supplicant
|
|
||||||
json_get_vars key
|
json_get_vars key
|
||||||
if [ -n "$key" ]; then
|
if [ -n "$key" ]; then
|
||||||
if [ -e "/lib/wifi/authsae.sh" ]; then
|
wireless_vif_parse_encryption
|
||||||
. /lib/wifi/authsae.sh
|
freq="$(get_freq "$phy" "$channel")"
|
||||||
authsae_start_interface || failed=1
|
mac80211_setup_supplicant_noctl || failed=1
|
||||||
else
|
|
||||||
wireless_vif_parse_encryption
|
|
||||||
freq="$(get_freq "$phy" "$channel")"
|
|
||||||
mac80211_setup_supplicant_noctl || failed=1
|
|
||||||
fi
|
|
||||||
else
|
else
|
||||||
json_get_vars mesh_id mcast_rate
|
json_get_vars mesh_id mcast_rate
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue