Searched refs:chandef (Results 1 – 1 of 1) sorted by relevance
3261 enum mlan_channel_type wlan_get_chan_type(nxp_wifi_ch_switch_info chandef) in wlan_get_chan_type() argument3263 switch (chandef.ch_width) { in wlan_get_chan_type()3269 if (chandef.center_freq1 > chandef.center_freq) in wlan_get_chan_type()3310 nxp_wifi_ch_switch_info chandef = {0,}; in wlcm_process_channel_switch_supp() local3379 memset(&chandef,0, sizeof(nxp_wifi_ch_switch_info)); in wlcm_process_channel_switch_supp()3380 chandef.center_freq2 = 0; in wlcm_process_channel_switch_supp()3387 chandef.center_freq = channel_to_frequency(pchan_band_info.channel, band); in wlcm_process_channel_switch_supp()3393 chandef.ch_width = CHAN_BAND_WIDTH_20; in wlcm_process_channel_switch_supp()3395 chandef.ch_width = CHAN_BAND_WIDTH_20_NOHT; in wlcm_process_channel_switch_supp()3396 chandef.center_freq1 = chandef.center_freq; in wlcm_process_channel_switch_supp()[all …]