Lines Matching defs:ch_info
2146 struct rtw_chan_info ch_info = {0};
2149 ch_info.channel = channel->hw_value;
2150 ch_info.bw = RTW_SCAN_WIDTH;
2151 ch_info.pri_ch_idx = RTW_PRI_CH_IDX;
2152 ch_info.timeout = req->duration_mandatory ?
2156 ch_info.action_id = RTW_CHANNEL_RADAR;
2157 ch_info.extra_info = 1;
2159 ch_info.timeout = ch_info.timeout > RTW_PASS_CHAN_TIME ?
2160 ch_info.timeout : RTW_PASS_CHAN_TIME;
2162 ch_info.action_id = RTW_CHANNEL_ACTIVE;
2165 ret = rtw_add_chan_info(rtwdev, &ch_info, list, buf);