Lines Matching refs:center_freq
30 .center_freq = (_freq), \
39 .center_freq = (_freq), \
48 .center_freq = (_freq), \
936 arg.channel.freq = channel->center_freq; in ath11k_mac_monitor_vdev_start()
4019 u32_encode_bits(req->channels[i]->center_freq, in ath11k_mac_op_hw_scan()
4035 arg->chan_list[i] = req->channels[i]->center_freq; in ath11k_mac_op_hw_scan()
7148 ctx->def.chan->center_freq, ctx->def.width, ctx); in ath11k_mac_op_add_chanctx()
7172 ctx->def.chan->center_freq, ctx->def.width, ctx); in ath11k_mac_op_remove_chanctx()
7205 arg.channel.freq = chandef->chan->center_freq; in ath11k_mac_vdev_start_restart()
7526 ctx->def.chan->center_freq, ctx->def.width, ctx, changed); in ath11k_mac_op_change_chanctx()
7559 arvif->chanctx.def.chan->center_freq, ret); in ath11k_start_vdev_delay()
7655 ctx->def.chan->center_freq, ret); in ath11k_mac_op_assign_vif_chanctx()
8923 ar->scan.roc_freq = chan->center_freq; in ath11k_mac_op_remain_on_channel()
8952 arg.chan_list[0] = chan->center_freq; in ath11k_mac_op_remain_on_channel()
9149 if (band->channels[i].center_freq < freq_low || in ath11k_mac_update_ch_list()
9150 band->channels[i].center_freq > freq_high) in ath11k_mac_update_ch_list()