Searched refs:MIXED (Results 1 – 2 of 2) sorted by relevance
31 MIXED = 3 # applies to wpa/wpa2, and wpa/wpa2/wpa3, distinquished by wpa_key_mgmt variable56 WPA_MIXED_STRING: MIXED,59 WPA_WPA2_WPA3_MIXED_STRING: MIXED,
117 … 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: