Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
H A Dtarget_if_spectral_netlink.c105 struct per_session_dest_det_info *map_det_info; in target_if_spectral_fill_samp_msg() local
119 map_det_info = &det_map->dest_det_info[dest_det_idx]; in target_if_spectral_fill_samp_msg()
120 span_id = map_det_info->freq_span_id; in target_if_spectral_fill_samp_msg()
124 dest_detector_id = map_det_info->det_id; in target_if_spectral_fill_samp_msg()
129 detector_info->start_frequency = map_det_info->start_freq; in target_if_spectral_fill_samp_msg()
130 detector_info->end_frequency = map_det_info->end_freq; in target_if_spectral_fill_samp_msg()
131 detector_info->start_bin_idx = map_det_info->dest_start_bin_idx; in target_if_spectral_fill_samp_msg()
132 detector_info->end_bin_idx = map_det_info->dest_end_bin_idx; in target_if_spectral_fill_samp_msg()
134 map_det_info->lb_extrabins_start_idx; in target_if_spectral_fill_samp_msg()
135 lb_edge_bins->num_bins = map_det_info->lb_extrabins_num; in target_if_spectral_fill_samp_msg()
[all …]
H A Dtarget_if_spectral.c5919 struct per_session_dest_det_info *map_det_info; in target_if_spectral_populate_session_det_host_info() local
5921 map_det_info = &det_map->dest_det_info[dest_det]; in target_if_spectral_populate_session_det_host_info()
5922 map_det_info->freq_span_id = dest_span_idx; in target_if_spectral_populate_session_det_host_info()
5923 map_det_info->det_id = dest_det_idx; in target_if_spectral_populate_session_det_host_info()
5924 map_det_info->is_sec80 = is_sec80; in target_if_spectral_populate_session_det_host_info()