Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DSoftApTest.py530 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
545 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
560 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
575 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
590 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
605 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
620 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
635 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
650 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
665 utils.rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH),
[all …]
DChannelSweepTest.py589 hostapd_constants.MIN_WPA_PSK_LENGTH)
DWlanSecurityComplianceABGTest.py133 password = rand_ascii_str(hostapd_constants.MIN_WPA_PSK_LENGTH)
/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.py32 MIN_WPA_PSK_LENGTH = 8 variable