Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_action_frame.c151 tDot11fext_channel_switch_action_frame *ext_channel_switch_frame; in lim_process_ext_channel_switch_action_frame() local
162 ext_channel_switch_frame = in lim_process_ext_channel_switch_action_frame()
163 qdf_mem_malloc(sizeof(*ext_channel_switch_frame)); in lim_process_ext_channel_switch_action_frame()
164 if (!ext_channel_switch_frame) in lim_process_ext_channel_switch_action_frame()
169 body, frame_len, ext_channel_switch_frame, false); in lim_process_ext_channel_switch_action_frame()
174 qdf_mem_free(ext_channel_switch_frame); in lim_process_ext_channel_switch_action_frame()
183 ext_channel_switch_frame-> in lim_process_ext_channel_switch_action_frame()
186 qdf_mem_free(ext_channel_switch_frame); in lim_process_ext_channel_switch_action_frame()
191 wlan_reg_chan_opclass_to_freq(ext_channel_switch_frame->ext_chan_switch_ann_action.new_channel, in lim_process_ext_channel_switch_action_frame()
192 ext_channel_switch_frame->ext_chan_switch_ann_action.op_class, in lim_process_ext_channel_switch_action_frame()
[all …]