Searched refs:longbuf (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | utils_module_tests.c | 360 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()
|