Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py78 elif len(password) in hostapd_constants.WEP_HEX_LENGTH and all(
84 hostapd_constants.WEP_HEX_LENGTH)
Dhostapd_constants.py91 WEP_HEX_LENGTH = [10, 26, 32, 58] variable