Home
last modified time | relevance | path

Searched refs:longbuf (Results 1 - 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dutils_module_tests.c360 char buf[3], longbuf[100]; in common_tests() local
433 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 || in common_tests()
434 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 || in common_tests()
435 os_strcmp(longbuf, "01-0") != 0) in common_tests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dutils_module_tests.c361 char buf[3], longbuf[100]; in common_tests() local
434 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 || in common_tests()
435 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 || in common_tests()
436 os_strcmp(longbuf, "01-0") != 0) in common_tests()

Completed in 3 milliseconds