Home
last modified time | relevance | path

Searched refs:ext_cng_chan_ind (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c215 struct sir_sme_ext_cng_chan_ind *ext_cng_chan_ind; in lim_process_ext_channel_switch_action_frame() local
218 ext_cng_chan_ind = qdf_mem_malloc(sizeof(*ext_cng_chan_ind)); in lim_process_ext_channel_switch_action_frame()
219 if (!ext_cng_chan_ind) in lim_process_ext_channel_switch_action_frame()
222 ext_cng_chan_ind->session_id = in lim_process_ext_channel_switch_action_frame()
228 ext_cng_chan_ind->new_chan_freq = target_freq; in lim_process_ext_channel_switch_action_frame()
231 mmh_msg.bodyptr = ext_cng_chan_ind; in lim_process_ext_channel_switch_action_frame()