mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix netift
This commit is contained in:
parent
b76bbb581c
commit
5930a09dfc
38 changed files with 1918 additions and 68 deletions
12
netifd/patches/011-add-sae-encryption.patch
Normal file
12
netifd/patches/011-add-sae-encryption.patch
Normal file
|
@ -0,0 +1,12 @@
|
|||
--- a/scripts/netifd-wireless.sh
|
||||
+++ b/scripts/netifd-wireless.sh
|
||||
@@ -267,6 +267,9 @@ wireless_vif_parse_encryption() {
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
+ *sae*)
|
||||
+ auth_type=sae
|
||||
+ ;;
|
||||
esac
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue