Home
last modified time | relevance | path

Searched refs:rand_hex_str (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
DWifiBaseTest.py210 ref_2g_passphrase = utils.rand_hex_str(passphrase_length_2g)
215 ref_2g_passphrase = utils.rand_hex_str(passphrase_length_2g)
218 ref_5g_passphrase = utils.rand_hex_str(passphrase_length_5g)
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/
DWlanSecurityComplianceABGTest.py27 from acts.utils import rand_hex_str
99 password = str(rand_hex_str(
106 password = str(rand_hex_str(10)).lower()
108 password = str(rand_hex_str(26)).lower()
DChannelSweepTest.py586 password = utils.rand_hex_str(WEP_HEX_STRING_LENGTH)
/tools/test/connectivity/acts/framework/acts/
Dutils.py339 def rand_hex_str(length): function