Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/inc/
H A Dwlan_cmn.h494 #define IS_WLAN_PHYMODE_40MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
539 #define IS_WLAN_PHYMODE_40MHZ(_mode) ({typeof(_mode) mode = (_mode); \ macro
/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c918 else if (IS_WLAN_PHYMODE_40MHZ(entry->phy_mode)) in cm_calculate_bandwidth()
1726 else if (IS_WLAN_PHYMODE_40MHZ(entry->phy_mode)) in cm_get_ch_width()
H A Dwlan_cm_connect.c3048 else if (IS_WLAN_PHYMODE_40MHZ(phy_mode)) in cm_get_ch_width_from_phymode()
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_ch_select.c1294 } else if (IS_WLAN_PHYMODE_40MHZ(phy_mode)) { in sap_upd_chan_spec_params()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c7280 else if (IS_WLAN_PHYMODE_40MHZ(phy_mode)) in wlan_mlme_get_ch_width_from_phymode()