Searched refs:wpa_snprintf_hex_sep (Results 1 – 4 of 4) sorted by relevance
/external/wpa_supplicant_8/src/utils/ |
D | utils_module_tests.c | 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()
|
D | common.h | 482 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len,
|
D | common.c | 282 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/ |
D | eap_server.c | 2105 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()
|