Searched refs:cl_cfg (Results 1 – 1 of 1) sorted by relevance
12970 mlan_ds_ch_load *cl_cfg; in woal_priv_get_ch_load_results() local12993 cl_cfg = (mlan_ds_ch_load *)(respbuf + header_len); in woal_priv_get_ch_load_results()12994 ioctl_req->action = cl_cfg->action; in woal_priv_get_ch_load_results()13001 cl_cfg->ch_load_param = misc->param.ch_load.ch_load_param; in woal_priv_get_ch_load_results()13002 cl_cfg->noise = misc->param.ch_load.noise; in woal_priv_get_ch_load_results()13003 cl_cfg->rx_quality = misc->param.ch_load.rx_quality; in woal_priv_get_ch_load_results()13029 mlan_ds_ch_load *cl_cfg; in woal_priv_get_ch_load() local13052 cl_cfg = (mlan_ds_ch_load *)(respbuf + header_len); in woal_priv_get_ch_load()13053 ioctl_req->action = cl_cfg->action; in woal_priv_get_ch_load()13054 misc->param.ch_load.ch_load_param = cl_cfg->ch_load_param; in woal_priv_get_ch_load()[all …]