Searched refs:new_channel_freq (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
D | lim_utils.h | 537 uint32_t new_channel_freq, 2610 uint16_t new_channel_freq, 2628 uint16_t new_channel_freq,
|
D | lim_utils.c | 2174 uint32_t new_channel_freq, in lim_switch_primary_channel() argument 2178 new_channel_freq); in lim_switch_primary_channel() 2180 pe_session->curr_req_chan_freq = new_channel_freq; in lim_switch_primary_channel() 2199 uint32_t new_channel_freq; in lim_switch_primary_secondary_channel() local 2204 new_channel_freq = pe_session->gLimChannelSwitch.sw_target_freq, in lim_switch_primary_secondary_channel() 2210 pe_session->curr_req_chan_freq = new_channel_freq; in lim_switch_primary_secondary_channel() 2217 if (pe_session->curr_op_freq != new_channel_freq || in lim_switch_primary_secondary_channel() 2221 new_channel_freq, ch_width); in lim_switch_primary_secondary_channel() 2222 pe_session->curr_op_freq = new_channel_freq; in lim_switch_primary_secondary_channel()
|
D | lim_process_sme_req_messages.c | 10072 uint16_t new_channel_freq, in send_extended_chan_switch_action_frame() argument 10084 lim_op_class_from_bandwidth(mac_ctx, new_channel_freq, in send_extended_chan_switch_action_frame() 10087 new_channel = wlan_reg_freq_to_chan(mac_ctx->pdev, new_channel_freq); in send_extended_chan_switch_action_frame() 10102 new_channel_freq, ch_width, in send_extended_chan_switch_action_frame() 10120 uint16_t new_channel_freq, in lim_send_chan_switch_action_frame() argument 10132 lim_op_class_from_bandwidth(mac_ctx, new_channel_freq, in lim_send_chan_switch_action_frame() 10135 new_channel = wlan_reg_freq_to_chan(mac_ctx->pdev, new_channel_freq); in lim_send_chan_switch_action_frame()
|