Searched refs:_wpa_snprintf_hex (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant/ |
D | common.c | 435 static inline int _wpa_snprintf_hex(char *buf, size_t buf_size, const u8 *data, in _wpa_snprintf_hex() function 466 return _wpa_snprintf_hex(buf, buf_size, data, len, 0); in wpa_snprintf_hex() 481 return _wpa_snprintf_hex(buf, buf_size, data, len, 1); in wpa_snprintf_hex_uppercase()
|