Searched refs:chan_type (Results 1 – 1 of 1) sorted by relevance
253 tSirMacHTChannelType chan_type; in hdd_son_chan_ext_offset_to_chan_type() local257 chan_type = eHT_CHAN_HT40PLUS; in hdd_son_chan_ext_offset_to_chan_type()260 chan_type = eHT_CHAN_HT40MINUS; in hdd_son_chan_ext_offset_to_chan_type()263 chan_type = eHT_CHAN_HT20; in hdd_son_chan_ext_offset_to_chan_type()267 return chan_type; in hdd_son_chan_ext_offset_to_chan_type()281 enum eSirMacHTChannelType chan_type; in hdd_son_set_chan_ext_offset() local303 chan_type = hdd_son_chan_ext_offset_to_chan_type(son_chan_ext_offset); in hdd_son_set_chan_ext_offset()304 status = hdd_set_sap_ht2040_mode(link_info->adapter, chan_type); in hdd_son_set_chan_ext_offset()321 tSirMacHTChannelType chan_type) in hdd_chan_type_to_son_chan_ext_offset() argument325 switch (chan_type) { in hdd_chan_type_to_son_chan_ext_offset()[all …]