Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/inc/
H A Dwlan_cmn.h480 #define IS_WLAN_PHYMODE_160MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
527 #define IS_WLAN_PHYMODE_160MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
/wlan-driver/qcacld-3.0/core/mac/src/pe/sch/
H A Dsch_api.c403 if (IS_WLAN_PHYMODE_160MHZ(cur_phymode)) { in lim_populate_fd_tmpl_frame()
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c914 if (IS_WLAN_PHYMODE_160MHZ(entry->phy_mode)) in cm_calculate_bandwidth()
1722 else if (IS_WLAN_PHYMODE_160MHZ(entry->phy_mode)) in cm_get_ch_width()
H A Dwlan_cm_connect.c3044 else if (IS_WLAN_PHYMODE_160MHZ(phy_mode)) in cm_get_ch_width_from_phymode()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c1277 if (IS_WLAN_PHYMODE_160MHZ(phy_mode)) { in sap_upd_chan_spec_params()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7276 else if (IS_WLAN_PHYMODE_160MHZ(phy_mode)) in wlan_mlme_get_ch_width_from_phymode()