Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c933 struct wlan_afc_host_resp *host_afc) in fill_host_afc_response_buffer() argument
943 if (!afc_rsp || !host_afc) in fill_host_afc_response_buffer()
946 host_afc->time_to_live = afc_rsp->time_to_live; in fill_host_afc_response_buffer()
953 IF_AFC_RESPONSE_MAX_LEN - sizeof(*host_afc)) { in fill_host_afc_response_buffer()
957 host_afc->resp_format = REG_AFC_SERV_RESP_FORMAT_JSON; in fill_host_afc_response_buffer()
958 host_afc->length = sizeof(*host_afc) + afc_rsp->json_len; in fill_host_afc_response_buffer()
959 qdf_mem_copy(host_afc->afc_resp, in fill_host_afc_response_buffer()
962 return host_afc->length; in fill_host_afc_response_buffer()
964 host_afc->resp_format = REG_AFC_SERV_RESP_FORMAT_BINARY; in fill_host_afc_response_buffer()
965 afc_bin = (struct wlan_afc_bin_resp_data *)host_afc->afc_resp; in fill_host_afc_response_buffer()
[all …]