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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dutils_module_tests.c360 char buf[3], longbuf[100]; local
433 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
434 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
435 os_strcmp(longbuf, "01-0") != 0)

Completed in 126 milliseconds