mirror of
				https://github.com/Telecominfraproject/wlan-testing.git
				synced 2025-10-31 02:48:11 +00:00 
			
		
		
		
	Added OWE-Transition support
Signed-off-by: jitendra-kushavah <jitendra.kushavah@candelatech.com>
This commit is contained in:
		| @@ -65,7 +65,8 @@ class tip_2x: | ||||
|                             "wpa_wpa2_enterprise_mixed", | ||||
|                             "wpa3_enterprise_mixed", | ||||
|                             "wpa3_enterprise_192", | ||||
|                             "owe" | ||||
|                             "owe", | ||||
|                             "owe_transition" | ||||
|                             ] | ||||
|     tip_2x_specific_encryption_translation = {"open": "none", | ||||
|                                               "wpa": "psk", | ||||
| @@ -79,7 +80,8 @@ class tip_2x: | ||||
|                                               "wpa_wpa2_enterprise_mixed": "wpa-mixed", | ||||
|                                               "wpa3_enterprise_mixed": "wpa3-mixed", | ||||
|                                               "wpa3_enterprise_192": "wpa3-192", | ||||
|                                               "owe":"owe" | ||||
|                                               "owe":"owe", | ||||
|                                               "owe_transition":"owe-transition" | ||||
|                                               } | ||||
|  | ||||
|     def __init__(self, controller_data=None, target=None, configuration=None, | ||||
|   | ||||
| @@ -252,7 +252,7 @@ def get_security_flags(): | ||||
|     security = ["open", "wpa", "wep", "wpa2_personal", "wpa3_personal", "wpa3_personal_mixed", | ||||
|                 "wpa_wpa2_enterprise_mixed", "wpa2_eap", "wpa2_only_eap", | ||||
|                 "wpa_wpa2_personal_mixed", "wpa_enterprise", "wpa2_enterprise", "wpa3_enterprise_mixed", | ||||
|                 "wpa3_enterprise", "twog", "fiveg", "sixg", "fiveg_lower", "fiveg_upper", "radius", "owe"] | ||||
|                 "wpa3_enterprise", "twog", "fiveg", "sixg", "fiveg_lower", "fiveg_upper", "radius", "owe", "owe_transition"] | ||||
|     yield security | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 jitendra-kushavah
					jitendra-kushavah