Home
last modified time | relevance | path

Searched refs:wpa_snprintf_hex_sep (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dutils_module_tests.c433 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()
Dcommon.h482 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len,
Dcommon.c282 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len, in wpa_snprintf_hex_sep() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server.c2105 wpa_snprintf_hex_sep(hex_challenge, sizeof(hex_challenge), in eap_server_mschap_rx_callback()
2107 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24, in eap_server_mschap_rx_callback()