Home
last modified time | relevance | path

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

/hostap-latest/tests/
Dtest-bss.c17 #define ASSERT_CMP_INT(a, cmp, b) { \ argument
19 if (!(__a cmp __b)) { \
21 __a, #cmp, __b); \
/hostap-latest/tests/hwsim/
Dbuild.sh49 if ! cmp ../tests/hwsim/example-hostapd.config .config >/dev/null 2>&1 ; then
67 if ! cmp ../tests/hwsim/example-wpa_supplicant.config .config >/dev/null 2>&1 ; then
/hostap-latest/src/common/
Ddpp.c1053 static int bin_str_eq(const char *val, size_t len, const char *cmp) in bin_str_eq() argument
1055 return os_strlen(cmp) == len && os_memcmp(val, cmp, len) == 0; in bin_str_eq()