Home
last modified time | relevance | path

Searched refs:hexstr (Results 1 – 2 of 2) sorted by relevance

/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c1671 char hexstr[16]; in bcm_format_flags() local
1686 snprintf(hexstr, 16, "0x%X", flags); in bcm_format_flags()
1687 name = hexstr; in bcm_format_flags()
/hardware/broadcom/wlan/bcmdhd/halutil/
Dhalutil.cpp6658 char hexstr[3]; in get_oui_bytes() local
6665 hexstr[0] = src[0]; in get_oui_bytes()
6666 hexstr[1] = src[1]; in get_oui_bytes()
6667 hexstr[2] = '\0'; in get_oui_bytes()
6668 val = (u8) strtoul(hexstr, &endptr, 16); in get_oui_bytes()