Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Drutils.py407 def get_iperf_speed(iperf_res, pattern="Mbits/sec"): argument
424 res = word.find(pattern)
426 return words[count - 1] + " " + pattern
431 res = line.find(pattern)
436 return "0 " + pattern
441 res = word.find(pattern)
443 return words[count - 1] + " " + pattern
446 return "0 " + pattern
/hostap-latest/src/utils/
Dos_unix.c545 char pattern[256]; member
590 pos = wpa_trace_test_fail[is_alloc][idx].pattern; in testing_test_fail()
644 wpa_trace_test_fail[is_alloc][idx].pattern); in testing_test_fail()
677 os_strlcpy(wpa_trace_test_fail[is_alloc][idx].pattern, in testing_set_fail_pattern()
679 sizeof(wpa_trace_test_fail[is_alloc][0].pattern)); in testing_set_fail_pattern()
700 if (wpa_trace_test_fail[is_alloc][idx].pattern[0] == '\0') in testing_get_fail_pattern()
706 wpa_trace_test_fail[is_alloc][idx].pattern); in testing_get_fail_pattern()
/hostap-latest/hs20/server/www/
Dest.php182 $pattern = "/serial=(?P<snhex>[0-9a-fA-F:]*)/m"; variable
183 preg_match($pattern, $serial, $matches);
/hostap-latest/
DCODEOWNERS4 # Order is important; the last matching pattern takes the most
/hostap-latest/wpa_supplicant/
DREADME485 allows for pattern matching.