Home
last modified time | relevance | path

Searched refs:MIXED (Results 1 – 2 of 2) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_constants.py29 MIXED = 3 # applies to wpa/wpa2, and wpa/wpa2/wpa3, distinquished by wpa_key_mgmt variable
54 WPA_MIXED_STRING: MIXED,
57 WPA_WPA2_WPA3_MIXED_STRING: MIXED,
Dhostapd_security.py117 … if self.security_mode == hostapd_constants.WPA1 or self.security_mode == hostapd_constants.MIXED:
120 … if self.security_mode == hostapd_constants.WPA2 or self.security_mode == hostapd_constants.MIXED: