Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/drivers/net/
Dwlan_compat.h543 #define wlan_hexchar(x) (((x) < 0x0a) ? ('0' + (x)) : ('a' + ((x) - 0x0a))) macro
559 (str)[j+2] = wlan_hexchar(((buf)[i] & 0xf0) >> 4); \
560 (str)[j+3] = wlan_hexchar(((buf)[i] & 0x0f)); \