Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/action_oui/core/src/
Dwlan_action_oui_parse.c285 uint8_t hex_value = 0; in validate_and_convert_info_mask() local
294 ret = kstrtou8(token, 16, &hex_value); in validate_and_convert_info_mask()
300 info_mask = hex_value; in validate_and_convert_info_mask()
/wlan-driver/qcacld-3.0/components/fw_offload/core/src/
Dwlan_fw_offload_main.c325 uint32_t hex_value; in fwol_parse_probe_req_ouis() local
342 ret = qdf_kstrtouint(token, 16, &hex_value); in fwol_parse_probe_req_ouis()
346 voui[oui_indx++] = cpu_to_be32(hex_value); in fwol_parse_probe_req_ouis()