Lines Matching defs:channel

247 /* Overhead due to the processing of channel switch events from FW */
927 struct ieee80211_channel *channel;
933 channel = chandef->chan;
936 arg.channel.freq = channel->center_freq;
937 arg.channel.band_center_freq1 = chandef->center_freq1;
938 arg.channel.band_center_freq2 = chandef->center_freq2;
940 arg.channel.mode = ath11k_phymodes[chandef->chan->band][chandef->width];
941 arg.channel.chan_radar = !!(channel->flags & IEEE80211_CHAN_RADAR);
943 arg.channel.min_power = 0;
944 arg.channel.max_power = channel->max_power;
945 arg.channel.max_reg_power = channel->max_reg_power;
946 arg.channel.max_antenna_gain = channel->max_antenna_gain;
951 arg.channel.passive = !!(chandef->chan->flags & IEEE80211_CHAN_NO_IR);
7158 /* TODO: In case of multiple channel context, populate rx_channel from
7182 /* TODO: In case of there is one more channel context left, populate
7183 * rx_channel with the channel of that remaining channel context.
7210 arg.channel.freq = chandef->chan->center_freq;
7211 arg.channel.band_center_freq1 = chandef->center_freq1;
7212 arg.channel.band_center_freq2 = chandef->center_freq2;
7213 arg.channel.mode =
7216 arg.channel.min_power = 0;
7217 arg.channel.max_power = chandef->chan->max_power;
7218 arg.channel.max_reg_power = chandef->chan->max_reg_power;
7219 arg.channel.max_antenna_gain = chandef->chan->max_antenna_gain;
7241 arg.channel.chan_radar =
7244 arg.channel.freq2_radar = ctx->radar_enabled;
7246 arg.channel.passive = arg.channel.chan_radar;
7253 arg.channel.passive |= !!(chandef->chan->flags & IEEE80211_CHAN_NO_IR);
7257 arg.vdev_id, arg.channel.freq,
7258 ath11k_wmi_phymode_str(arg.channel.mode));
7280 /* Enable CAC Flag in the driver by checking the channel DFS cac time,
7283 * done before channel usage. This flags is used to drop rx packets.
7293 arg.channel.freq, arg.vdev_id);
7409 /* Associated channel resources of all relevant vdevs
7410 * should be available for the channel switch now.
7472 /* Restart the internal monitor vdev on new channel */
7477 ath11k_warn(ar->ab, "failed to stop monitor during vif channel update: %d",
7484 ath11k_warn(ar->ab, "failed to start monitor during vif channel update: %d",
7533 /* This shouldn't really happen because channel switching should use
7647 ath11k_warn(ar->ab, "failed to start monitor during vif channel context assignment: %d",
7670 ath11k_warn(ar->ab, "failed to start monitor during vif channel context assignment: %d",
7718 ath11k_warn(ar->ab, "failed to stop monitor during vif channel context unassignment: %d",
7759 ath11k_warn(ar->ab, "failed to stop monitor during vif channel context unassignment: %d",
8520 struct ieee80211_channel *channel)
8528 ar->rx_channel != channel)
8547 ath11k_warn(ar->ab, "bss channel survey timed out\n");
8591 survey->channel = &sband->channels[idx];
8593 if (ar->rx_channel == survey->channel)
8977 ath11k_warn(ar->ab, "failed to switch to channel for roc scan\n");
9043 * the minimum of all vdev's channel Tx power.
9671 /* Initialize channel counters frequency value in hertz */