Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_eht.h246 inline bool wma_is_eht_phymode_supported(enum wlan_phymode bss_phymode) in wma_is_eht_phymode_supported() argument
248 return IS_WLAN_PHYMODE_EHT(bss_phymode); in wma_is_eht_phymode_supported()
358 static inline bool wma_is_eht_phymode_supported(enum wlan_phymode bss_phymode) in wma_is_eht_phymode_supported() argument
H A Dwma_scan_roam.c815 enum wlan_phymode bss_phymode; in wma_update_phymode_on_roam() local
832 bss_phymode = in wma_update_phymode_on_roam()
836 iface->chan_width, &bss_phymode); in wma_update_phymode_on_roam()
841 des_chan->ch_phymode = bss_phymode; in wma_update_phymode_on_roam()
876 vdev_mlme->mgmt.generic.phy_mode = wmi_host_to_fw_phymode(bss_phymode); in wma_update_phymode_on_roam()
879 wma_objmgr_set_peer_mlme_phymode(wma, bssid->bytes, bss_phymode); in wma_update_phymode_on_roam()
882 bss_phymode, des_chan->ch_freq, des_chan->ch_width, in wma_update_phymode_on_roam()
H A Dwma_dev_if.c1094 enum wlan_phymode bss_phymode; in wma_update_rate_flags_after_vdev_restart() local
1105 bss_phymode = des_chan->ch_phymode; in wma_update_rate_flags_after_vdev_restart()
1107 if (wma_is_eht_phymode_supported(bss_phymode)) { in wma_update_rate_flags_after_vdev_restart()
1109 } else if (IS_WLAN_PHYMODE_HE(bss_phymode)) { in wma_update_rate_flags_after_vdev_restart()
1111 } else if (IS_WLAN_PHYMODE_VHT(bss_phymode)) { in wma_update_rate_flags_after_vdev_restart()
1113 } else if (IS_WLAN_PHYMODE_HT(bss_phymode)) { in wma_update_rate_flags_after_vdev_restart()
1122 bss_phymode, rate_flags, des_chan->ch_width); in wma_update_rate_flags_after_vdev_restart()
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/
H A Dlim_ft.h145 enum wlan_phymode bss_phymode);
170 enum wlan_phymode bss_phymode) in lim_fill_ft_session() argument
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_ft.c473 enum wlan_phymode bss_phymode) in lim_fill_dot11mode() argument
482 if (bss_phymode == WLAN_PHYMODE_AUTO) in lim_fill_dot11mode()
489 lim_convert_phymode_to_dot11mode(bss_phymode); in lim_fill_dot11mode()
508 enum wlan_phymode bss_phymode) in lim_fill_dot11mode() argument
619 enum wlan_phymode bss_phymode) in lim_fill_ft_session() argument
675 bss_phymode); in lim_fill_ft_session()
677 bss_phymode); in lim_fill_ft_session()