mirror of
https://github.com/outbackdingo/wlan-ap.git
synced 2026-01-27 10:20:52 +00:00
netifd: add psk2-radius encryption support
Signed-off-by: HaiBac <mail@bacnh.com>
This commit is contained in:
34
patches/0077-netifd-add-psk2-radius-encryption-support.patch
Normal file
34
patches/0077-netifd-add-psk2-radius-encryption-support.patch
Normal file
@@ -0,0 +1,34 @@
|
||||
From 9a283edb7b655f0bf179be8f55f422bb87fdd72d Mon Sep 17 00:00:00 2001
|
||||
From: HaiBac <mail@bacnh.com>
|
||||
Date: Mon, 25 Mar 2024 07:49:40 +0000
|
||||
Subject: [PATCH] netifd: add psk2-radius encryption support
|
||||
|
||||
Signed-off-by: HaiBac <mail@bacnh.com>
|
||||
---
|
||||
.../0005-add-psk2-radius-encryption-support.patch | 14 ++++++++++++++
|
||||
1 file changed, 14 insertions(+)
|
||||
create mode 100644 package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch
|
||||
|
||||
diff --git a/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch b/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch
|
||||
new file mode 100644
|
||||
index 0000000000..18c81b9927
|
||||
--- /dev/null
|
||||
+++ b/package/network/config/netifd/patches/0005-add-psk2-radius-encryption-support.patch
|
||||
@@ -0,0 +1,14 @@
|
||||
+Index: netifd-2023-09-19-8587c074/scripts/netifd-wireless.sh
|
||||
+===================================================================
|
||||
+--- netifd-2023-09-19-8587c074.orig/scripts/netifd-wireless.sh
|
||||
++++ netifd-2023-09-19-8587c074/scripts/netifd-wireless.sh
|
||||
+@@ -272,6 +272,9 @@ wireless_vif_parse_encryption() {
|
||||
+ psk3*|sae*)
|
||||
+ auth_type=sae
|
||||
+ ;;
|
||||
++ psk2-radius)
|
||||
++ auth_type=psk2-radius
|
||||
++ ;;
|
||||
+ *psk*)
|
||||
+ auth_type=psk
|
||||
+ ;;
|
||||
--
|
||||
2.44.0
|
||||
|
||||
@@ -8,9 +8,10 @@ feeds:
|
||||
- name: ipq807x
|
||||
path: ../../feeds/ipq807x_v5.4
|
||||
include:
|
||||
- wifi-ax-v54
|
||||
- ucentral-ap
|
||||
packages:
|
||||
- ipq60xx
|
||||
diffconfig: |
|
||||
CONFIG_KERNEL_IPQ_MEM_PROFILE=0
|
||||
CONFIG_BUSYBOX_CUSTOM=y
|
||||
CONFIG_BUSYBOX_CONFIG_STTY=y
|
||||
Reference in New Issue
Block a user