Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/sme/src/rrm/
Dsme_rrm.c795 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() local
1232 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 …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c2014 struct wide_bw_chan_switch wide_bw = {0}; in rrm_process_channel_load_req() local
2065 wide_bw.is_wide_bw_chan_switch = true; in rrm_process_channel_load_req()
2066wide_bw.channel_width = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.new_ch… in rrm_process_channel_load_req()
2067wide_bw.center_chan_freq0 = chan_load_req->measurement_request.channel_load.wide_bw_chan_switch.ne… in rrm_process_channel_load_req()
2068wide_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 …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Drrm_global.h127 struct wide_bw_chan_switch wide_bw; member
159 struct wide_bw_chan_switch wide_bw; member
/wlan-driver/qcacld-3.0/core/sme/inc/
Dsme_rrm_internal.h89 struct wide_bw_chan_switch wide_bw; member
/wlan-driver/qcacld-3.0/core/mac/inc/
Dsir_mac_prot_def.h1397 struct sir_mac_wide_bw_chan_switch wide_bw; member
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c7124 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;