Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/inc/
H A Dwlan_cmn.h512 #define IS_WLAN_PHYMODE_EHT(_mode) ({typeof(_mode) mode = (_mode); \ macro
553 #define IS_WLAN_PHYMODE_EHT(_mode) 0 macro
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_eht.h248 return IS_WLAN_PHYMODE_EHT(bss_phymode); in wma_is_eht_phymode_supported()
H A Dwma_dev_if.c975 IS_WLAN_PHYMODE_EHT(old_peer_phymode)); in wma_get_peer_phymode()
976 *is_eht = IS_WLAN_PHYMODE_EHT(new_phymode); in wma_get_peer_phymode()
H A Dwma_mgmt.c1049 return IS_WLAN_PHYMODE_EHT(phymode); in wma_is_phymode_eht()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_beacon_frame.c452 if (!des_chan || !IS_WLAN_PHYMODE_EHT(des_chan->ch_phymode)) in lim_process_beacon_eht()
H A Dlim_ft.c375 if (IS_WLAN_PHYMODE_EHT(phymode)) in lim_convert_phymode_to_dot11mode()
/wlan-driver/qcacld-3.0/components/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_vdev_connect.c456 if (IS_WLAN_PHYMODE_EHT(phymode)) in cm_diag_eht_dot11_mode_from_phy_mode()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
H A Dwlan_mlme_api.c8179 IS_WLAN_PHYMODE_EHT(peer_phymode))) { in wlan_mlme_set_ul_mu_config()
8317 !IS_WLAN_PHYMODE_EHT(bss_chan->ch_phymode)) in wlan_mlme_get_bw_no_punct()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_hostapd.c1017 IS_WLAN_PHYMODE_EHT(wlan_chan->ch_phymode)) in hdd_create_chandef()
/wlan-driver/qcacld-3.0/core/sme/src/csr/
H A Dcsr_api_roam.c4289 else if (IS_WLAN_PHYMODE_EHT(pSwitchChnInd->ch_phymode)) in csr_roam_chk_lnk_swt_ch_ind()