Home
last modified time | relevance | path

Searched refs:BSSType (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/sme/inc/
H A Dcsr_api.h436 eCsrRoamBssType BSSType; member
791 (pProfile)->BSSType)
793 (pProfile)->BSSType)
795 #define CSR_IS_NDI(profile) (eCSR_BSS_TYPE_NDI == (profile)->BSSType)
801 #define CSR_IS_CONN_NDI(profile) (eCSR_BSS_TYPE_NDI == (profile)->BSSType)
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_assoc.c2903 roam_profile->BSSType = eCSR_BSS_TYPE_INFRASTRUCTURE; in hdd_roam_profile_init()