mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
12 lines
189 B
Diff
12 lines
189 B
Diff
--- a/scripts/netifd-wireless.sh
|
|
+++ b/scripts/netifd-wireless.sh
|
|
@@ -267,6 +267,9 @@ wireless_vif_parse_encryption() {
|
|
;;
|
|
esac
|
|
;;
|
|
+ *sae*)
|
|
+ auth_type=sae
|
|
+ ;;
|
|
esac
|
|
}
|
|
|