Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c937 struct wlan_afc_bin_resp_data *afc_bin; in fill_host_afc_response_buffer() local
965 afc_bin = (struct wlan_afc_bin_resp_data *)host_afc->afc_resp; in fill_host_afc_response_buffer()
966 afc_bin->request_id = afc_rsp->request_id; in fill_host_afc_response_buffer()
967 afc_bin->avail_exp_time_d = afc_rsp->avail_exp_date; in fill_host_afc_response_buffer()
968 afc_bin->avail_exp_time_t = afc_rsp->avail_exp_time; in fill_host_afc_response_buffer()
969 afc_bin->afc_serv_resp_code = afc_rsp->afc_serv_resp_code; in fill_host_afc_response_buffer()
970 afc_bin->num_frequency_obj = afc_rsp->num_frange_obj; in fill_host_afc_response_buffer()
971 afc_bin->num_channel_obj = afc_rsp->num_opclass; in fill_host_afc_response_buffer()
972 bin_len = sizeof(*host_afc) + sizeof(*afc_bin); in fill_host_afc_response_buffer()
974 if (bin_len + sizeof(*freq_psd) * afc_bin->num_frequency_obj > in fill_host_afc_response_buffer()
[all …]