Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c61 iot_sim_convert_offset_to_hex_str(uint16_t offset, uint8_t *hex, int8_t count) in iot_sim_convert_offset_to_hex_str() argument
68 ret = qdf_hex_str_to_binary(hex, temp, count); in iot_sim_convert_offset_to_hex_str()
94 uint8_t hex[2], *ptr = NULL; in iot_sim_parse_action_frame() local
97 status = iot_sim_convert_offset_to_hex_str(offset, hex, in iot_sim_parse_action_frame()
98 sizeof(hex)); in iot_sim_parse_action_frame()
103 status = iot_sim_get_index_for_action_frm(hex, category, in iot_sim_parse_action_frame()
/wlan-driver/qcacld-3.0/components/action_oui/core/src/
Dwlan_action_oui_parse.c47 static bool action_oui_string_to_hex(uint8_t *token, uint8_t *hex, in action_oui_string_to_hex() argument
72 ret = qdf_hex_str_to_binary(hex, token, hex_str_len); in action_oui_string_to_hex()