Lines Matching defs:channel
2022 CH_INFO_SET_CH(chan, info->channel);
2047 struct ieee80211_channel *channel;
2053 channel = req->channels[i];
2054 ch_info.channel = channel->hw_value;
2060 if (channel->flags & (IEEE80211_CHAN_RADAR | IEEE80211_CHAN_NO_IR)) {
2083 rtw_err(rtwdev, "Download channel list failed\n");
2299 static bool rtw_is_op_chan(struct rtw_dev *rtwdev, u8 channel)
2303 return channel == scan_info->op_chan;
2342 /* The channel of C2H RTW_SCAN_NOTIFY_ID_PRESWITCH is next
2343 * channel that hardware will switch. We need to stop queue
2344 * if next channel is non-op channel.