Bläddra i källkod

mac80211: remove support code for authsae

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 7 år sedan
förälder
incheckning
765599cb0e
1 ändrade filer med 3 tillägg och 9 borttagningar
  1. 3 9
      package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

+ 3 - 9
package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh

@@ -629,17 +629,11 @@ mac80211_setup_vif() {
 
 	case "$mode" in
 		mesh)
-			# authsae or wpa_supplicant
 			json_get_vars key
 			if [ -n "$key" ]; then
-				if [ -e "/lib/wifi/authsae.sh" ]; then
-					. /lib/wifi/authsae.sh
-					authsae_start_interface || failed=1
-				else
-					wireless_vif_parse_encryption
-					freq="$(get_freq "$phy" "$channel")"
-					mac80211_setup_supplicant_noctl || failed=1
-				fi
+				wireless_vif_parse_encryption
+				freq="$(get_freq "$phy" "$channel")"
+				mac80211_setup_supplicant_noctl || failed=1
 			else
 				json_get_vars mesh_id mcast_rate