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