Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/inc/
H A Dwlan_cmn.h487 #define IS_WLAN_PHYMODE_80MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
533 #define IS_WLAN_PHYMODE_80MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c916 else if (IS_WLAN_PHYMODE_80MHZ(entry->phy_mode)) in cm_calculate_bandwidth()
1724 else if (IS_WLAN_PHYMODE_80MHZ(entry->phy_mode)) in cm_get_ch_width()
H A Dwlan_cm_connect.c3046 else if (IS_WLAN_PHYMODE_80MHZ(phy_mode)) in cm_get_ch_width_from_phymode()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c1291 } else if (IS_WLAN_PHYMODE_80MHZ(phy_mode)) { in sap_upd_chan_spec_params()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7278 else if (IS_WLAN_PHYMODE_80MHZ(phy_mode)) in wlan_mlme_get_ch_width_from_phymode()