mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 17:42:41 +00:00
33 lines
1005 B
Diff
33 lines
1005 B
Diff
From 43a6bc51c3e71201a32ab0f03606eb078eff19ee Mon Sep 17 00:00:00 2001
|
|
From: Arif Alam <arif.alam@netexperience.com>
|
|
Date: Tue, 26 Apr 2022 17:37:58 -0400
|
|
Subject: [PATCH] netifd: add psk radius
|
|
|
|
Signed-off-by: Arif Alam <arif.alam@netexperience.com>
|
|
---
|
|
.../config/netifd/patches/200-psk-radius.patch | 12 ++++++++++++
|
|
1 file changed, 12 insertions(+)
|
|
create mode 100644 package/network/config/netifd/patches/200-psk-radius.patch
|
|
|
|
diff --git a/package/network/config/netifd/patches/200-psk-radius.patch b/package/network/config/netifd/patches/200-psk-radius.patch
|
|
new file mode 100644
|
|
index 0000000000..b6f6cdfda0
|
|
--- /dev/null
|
|
+++ b/package/network/config/netifd/patches/200-psk-radius.patch
|
|
@@ -0,0 +1,12 @@
|
|
+--- a/scripts/netifd-wireless.sh
|
|
++++ b/scripts/netifd-wireless.sh
|
|
+@@ -260,6 +260,9 @@ wireless_vif_parse_encryption() {
|
|
+ wpa3*)
|
|
+ auth_type=eap256
|
|
+ ;;
|
|
++ psk2-radius*)
|
|
++ auth_type=psk2-radius
|
|
++ ;;
|
|
+ psk3-mixed*|sae-mixed*)
|
|
+ auth_type=psk-sae
|
|
+ ;;
|
|
--
|
|
2.25.1
|
|
|