Home
last modified time | relevance | path

Searched refs:hex2byte (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/utils/
Dcommon.c27 int hex2byte(const char *hex) in hex2byte() function
47 a = hex2byte(txt); in hwaddr_parse()
178 a = hex2byte(ipos); in hexstr2bin()
554 val = hex2byte(pos); in printf_decode()
Dcommon.h455 int hex2byte(const char *hex);
/external/iw/
Dutil.c345 static int hex2byte(char *hex) in hex2byte() function
364 d = hex2byte(hex); in hex2bin()
/external/tcpdump/
Dprint-esp.c212 static u_int hex2byte(netdissect_options *ndo, char *hexstring) in hex2byte() function
240 binbuf[i] = hex2byte(ndo, hex); in espprint_decode_hex()
/external/wpa_supplicant_8/src/wps/
Dhttpread.c273 *uri++ = hex2byte(rawuri + 1); in httpread_hdr_analyze()