Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_son.c253 tSirMacHTChannelType chan_type; in hdd_son_chan_ext_offset_to_chan_type() local
257 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() local
303 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() argument
325 switch (chan_type) { in hdd_chan_type_to_son_chan_ext_offset()
[all …]