Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py89 if len(password) in hostapd_constants.WEP_STR_LENGTH:
Dhostapd_constants.py56 WEP_STR_LENGTH = [5, 13, 16] variable