Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py123 if self.security_mode_string in hostapd_constants.SECURITY_STRING_TO_WPA_KEY_MGMT:
125 'wpa_key_mgmt'] = hostapd_constants.SECURITY_STRING_TO_WPA_KEY_MGMT[
Dhostapd_constants.py63 SECURITY_STRING_TO_WPA_KEY_MGMT = { variable