Searched refs:wide_bw (Results 1 – 6 of 6) sorted by relevance
795 if (rrm_ctx->chan_load_req_info.wide_bw.is_wide_bw_chan_switch) { in sme_rrm_send_chan_load_report_xmit_ind()796 qdf_mem_copy(&chan_load_resp->wide_bw, in sme_rrm_send_chan_load_report_xmit_ind()797 &rrm_ctx->chan_load_req_info.wide_bw, in sme_rrm_send_chan_load_report_xmit_ind()798 sizeof(chan_load_resp->wide_bw)); in sme_rrm_send_chan_load_report_xmit_ind()800 rrm_ctx->chan_load_req_info.wide_bw.channel_width; in sme_rrm_send_chan_load_report_xmit_ind()1210 struct wide_bw_chan_switch *wide_bw; in sme_rrm_fill_freq_list_for_channel_load() local1232 wide_bw = &sme_rrm_ctx->chan_load_req_info.wide_bw; in sme_rrm_fill_freq_list_for_channel_load()1233 if (!bw_ind->is_bw_ind_element && !wide_bw->is_wide_bw_chan_switch) { in sme_rrm_fill_freq_list_for_channel_load()1277 if (wide_bw->is_wide_bw_chan_switch) in sme_rrm_fill_freq_list_for_channel_load()1278 chan_width = wide_bw->channel_width; in sme_rrm_fill_freq_list_for_channel_load()[all …]
2014 struct wide_bw_chan_switch wide_bw = {0}; in rrm_process_channel_load_req() local2065 wide_bw.is_wide_bw_chan_switch = true; in rrm_process_channel_load_req()2066 …wide_bw.channel_width = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.new_ch… in rrm_process_channel_load_req()2067 …wide_bw.center_chan_freq0 = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.ne… in rrm_process_channel_load_req()2068 …wide_bw.center_chan_freq1 = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.ne… in rrm_process_channel_load_req()2070 wide_bw.channel_width, wide_bw.center_chan_freq0, in rrm_process_channel_load_req()2071 wide_bw.center_chan_freq1); in rrm_process_channel_load_req()2072 if (wide_bw.channel_width < CH_WIDTH_20MHZ || in rrm_process_channel_load_req()2073 wide_bw.channel_width >= CH_WIDTH_320MHZ) { in rrm_process_channel_load_req()2152 load_ind->wide_bw = wide_bw; in rrm_process_channel_load_req()[all …]
127 struct wide_bw_chan_switch wide_bw; member159 struct wide_bw_chan_switch wide_bw; member
89 struct wide_bw_chan_switch wide_bw; member
1397 struct sir_mac_wide_bw_chan_switch wide_bw; member
7124 if (channel_load_report->wide_bw.is_wide_bw_chan_switch) {7126 …hannel_load_report.wide_bw_chan_switch.new_chan_width = channel_load_report->wide_bw.channel_width;7127 …_report.wide_bw_chan_switch.new_center_chan_freq0 = channel_load_report->wide_bw.center_chan_freq0;7128 …_report.wide_bw_chan_switch.new_center_chan_freq1 = channel_load_report->wide_bw.center_chan_freq1;