mirror of
				https://github.com/Telecominfraproject/wlan-cloud-opensync-controller.git
				synced 2025-10-31 10:37:51 +00:00 
			
		
		
		
	Merge pull request #44 from Telecominfraproject/WPA3EAP192
[WIFI-2646] add support for WPA3-Enterprise 192-Bit
This commit is contained in:
		| @@ -763,6 +763,9 @@ public class OvsdbSsidConfig extends OvsdbDaoBase { | ||||
|             case "wpa3MixedEAP": | ||||
|                 opensyncSecurityMode = "WPA3-EAP"; | ||||
|                 break; | ||||
|             case "wpa3OnlyEAP192": | ||||
|                 opensyncSecurityMode = "WPA3-EAP-192"; | ||||
|                 break; | ||||
|         } | ||||
|         return opensyncSecurityMode; | ||||
|     } | ||||
| @@ -876,6 +879,13 @@ public class OvsdbSsidConfig extends OvsdbDaoBase { | ||||
|                         getRadiusAccountingConfiguration(opensyncApConfig, ssidConfig, security); | ||||
|                     } | ||||
|                     break; | ||||
|                 case "wpa3OnlyEAP192": | ||||
|                     security.put("mode", "3"); | ||||
|                     if (!ssidConfig.getUseRadiusProxy()) { | ||||
|                         getRadiusConfiguration(opensyncApConfig, ssidConfig, security); | ||||
|                         getRadiusAccountingConfiguration(opensyncApConfig, ssidConfig, security); | ||||
|                     } | ||||
|                     break; | ||||
|                 case "wpa2EAP": | ||||
|                 case "wpa2Radius": | ||||
|                 case "wpa3MixedEAP": | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Mike Hansen
					Mike Hansen