Home
last modified time | relevance | path

Searched refs:IS_TDLS_PEER (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/wma/inc/ !
H A Dwma_if.h62 #define IS_TDLS_PEER(type) ((type) == STA_ENTRY_TDLS_PEER) macro
64 #define IS_TDLS_PEER(type) false macro
/wlan-driver/qcacld-3.0/core/wma/src/ !
H A Dwma_he.c1181 IS_TDLS_PEER(params->staType)) { in wma_populate_peer_he_cap()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_assoc_utils.c2770 if (!(IS_TDLS_PEER(sta->staType))) { in lim_del_sta()