Searched refs:hex_value (Results 1 – 2 of 2) sorted by relevance
285 uint8_t hex_value = 0; in validate_and_convert_info_mask() local294 ret = kstrtou8(token, 16, &hex_value); in validate_and_convert_info_mask()300 info_mask = hex_value; in validate_and_convert_info_mask()
325 uint32_t hex_value; in fwol_parse_probe_req_ouis() local342 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()