Searched refs:afc_rsp (Results 1 – 1 of 1) sorted by relevance
822 struct afc_resp_extracted *afc_rsp; in extract_afc_resp() local860 afc_rsp = qdf_mem_malloc(sizeof(*afc_rsp)); in extract_afc_resp()861 if (!afc_rsp) in extract_afc_resp()866 afc_rsp->json_data = qdf_mem_malloc(nla_len(nl)); in extract_afc_resp()867 if (!afc_rsp->json_data) in extract_afc_resp()870 afc_rsp->json_len = nla_len(nl); in extract_afc_resp()871 nla_memcpy(afc_rsp->json_data, nl, afc_rsp->json_len); in extract_afc_resp()874 afc_rsp->time_to_live = in extract_afc_resp()877 afc_rsp->request_id = in extract_afc_resp()880 afc_rsp->avail_exp_date = in extract_afc_resp()[all …]