Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_types.c142 static QDF_STATUS qdf_consume_hex_pair(const char **str, uint8_t *out_byte) in qdf_consume_hex_pair() function
470 status = qdf_consume_hex_pair(&mac_str, &addr.bytes[0]); in qdf_mac_parse()
486 status = qdf_consume_hex_pair(&mac_str, &addr.bytes[i]); in qdf_mac_parse()