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

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c431 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
432 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
H A Dcommon.c282 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len, function
H A Dcommon.h468 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len,
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c431 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
432 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
H A Dcommon.c282 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len, function
H A Dcommon.h468 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len,
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c431 if (wpa_snprintf_hex_sep(longbuf, 0, addr, ETH_ALEN, '-') != 0 ||
432 wpa_snprintf_hex_sep(longbuf, 5, addr, ETH_ALEN, '-') != 3 ||
H A Dcommon.c282 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len, function
H A Dcommon.h468 int wpa_snprintf_hex_sep(char *buf, size_t buf_size, const u8 *data, size_t len,
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server.c2049 wpa_snprintf_hex_sep(hex_challenge, sizeof(hex_challenge),
2051 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24,
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server.c2049 wpa_snprintf_hex_sep(hex_challenge, sizeof(hex_challenge),
2051 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24,
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server.c2049 wpa_snprintf_hex_sep(hex_challenge, sizeof(hex_challenge),
2051 wpa_snprintf_hex_sep(hex_response, sizeof(hex_response), response, 24,

Completed in 2822 milliseconds