Home
last modified time | relevance | path

Searched refs:MIN_WPA_PSK_LENGTH (Results 1 – 3 of 3) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dhostapd_security.py99 if len(password) < hostapd_constants.MIN_WPA_PSK_LENGTH or len(
103 % (hostapd_constants.MIN_WPA_PSK_LENGTH,
Dhostapd_constants.py28 MIN_WPA_PSK_LENGTH = 8 variable
/tools/test/connectivity/acts/tests/google/fuchsia/wlan/
DWlanSecurityComplianceABGTest.py96 password = rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH)