Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py46 FW_REGEX = re.compile(r'FW:(?P<firmware>\S+) HW:') variable
1242 fw_version = re.search(FW_REGEX, fw_output).group('firmware')