Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/action_oui/core/src/
Dwlan_action_oui_parse.c52 uint32_t hex_str_len; in action_oui_string_to_hex() local
70 hex_str_len = token_len / 2; in action_oui_string_to_hex()
72 ret = qdf_hex_str_to_binary(hex, token, hex_str_len); in action_oui_string_to_hex()