Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/rrm/
Drrm_api.c2220 struct chan_load_xmit_ind *chan_load_ind) in rrm_process_chan_load_report_xmit() argument
2229 if (!chan_load_ind) { in rrm_process_chan_load_report_xmit()
2234 idx = chan_load_ind->measurement_idx; in rrm_process_chan_load_report_xmit()
2261 if (!chan_load_ind->is_report_success) { in rrm_process_chan_load_report_xmit()
2273 report->token = chan_load_ind->dialog_token; in rrm_process_chan_load_report_xmit()
2279 channel_load_report->op_class = chan_load_ind->op_class; in rrm_process_chan_load_report_xmit()
2280 channel_load_report->channel = chan_load_ind->channel; in rrm_process_chan_load_report_xmit()
2281 channel_load_report->rrm_scan_tsf = chan_load_ind->rrm_scan_tsf; in rrm_process_chan_load_report_xmit()
2282 channel_load_report->meas_duration = chan_load_ind->duration; in rrm_process_chan_load_report_xmit()
2283 channel_load_report->chan_load = chan_load_ind->chan_load; in rrm_process_chan_load_report_xmit()
[all …]
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
Drrm_api.h103 struct chan_load_xmit_ind *chan_load_ind);