mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-31 18:38:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			1014 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			1014 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 1cacad19f0b5aa10e27c8c9998cfe30e083a2bc3 Mon Sep 17 00:00:00 2001
 | |
| From: Arif Alam <arif.alam@netexperience.com>
 | |
| Date: Sun, 24 Mar 2024 12:18:11 -0400
 | |
| Subject: [PATCH 34/68] netifd: add psk2-radius
 | |
| 
 | |
| Signed-off-by: Arif Alam <arif.alam@netexperience.com>
 | |
| ---
 | |
|  .../config/netifd/patches/005-psk2-radius.patch      | 12 ++++++++++++
 | |
|  1 file changed, 12 insertions(+)
 | |
|  create mode 100644 package/network/config/netifd/patches/005-psk2-radius.patch
 | |
| 
 | |
| diff --git a/package/network/config/netifd/patches/005-psk2-radius.patch b/package/network/config/netifd/patches/005-psk2-radius.patch
 | |
| new file mode 100644
 | |
| index 0000000000..f6dab51c8a
 | |
| --- /dev/null
 | |
| +++ b/package/network/config/netifd/patches/005-psk2-radius.patch
 | |
| @@ -0,0 +1,12 @@
 | |
| +--- a/scripts/netifd-wireless.sh
 | |
| ++++ b/scripts/netifd-wireless.sh
 | |
| +@@ -266,6 +266,9 @@ wireless_vif_parse_encryption() {
 | |
| + 		wpa3*)
 | |
| + 			auth_type=eap2
 | |
| + 		;;
 | |
| ++		psk2-radius*)
 | |
| ++			auth_type=psk2-radius
 | |
| ++		;;
 | |
| + 		psk3-mixed*|sae-mixed*)
 | |
| + 			auth_type=psk-sae
 | |
| + 		;;
 | |
| -- 
 | |
| 2.34.1
 | |
| 
 | 
