Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/os_if/linux/afc/src/
H A Dwlan_cfg80211_afc.c938 struct wlan_afc_resp_freq_psd_info *freq_psd; in fill_host_afc_response_buffer() local
974 if (bin_len + sizeof(*freq_psd) * afc_bin->num_frequency_obj > in fill_host_afc_response_buffer()
980 freq_psd = (struct wlan_afc_resp_freq_psd_info *) in fill_host_afc_response_buffer()
983 freq_psd->freq_info = in fill_host_afc_response_buffer()
986 freq_psd->max_psd = afc_rsp->frange[i].psd; in fill_host_afc_response_buffer()
987 freq_psd++; in fill_host_afc_response_buffer()
989 bin_len += sizeof(*freq_psd) * afc_bin->num_frequency_obj; in fill_host_afc_response_buffer()