Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/nan/
H A Dnan_datapath.c100 sta_ds->staType = STA_ENTRY_NDI_PEER; in lim_add_ndi_peer()
162 if (sta_ds->staType != STA_ENTRY_NDI_PEER) { in lim_ndp_delete_peer_by_addr()
248 if (sta_ds->staType != STA_ENTRY_NDI_PEER) { in lim_ndp_delete_peers()
/wlan-driver/qcacld-3.0/core/wma/inc/
H A Dwma_if.h66 #define STA_ENTRY_NDI_PEER 5 macro
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_action_frame.c1603 if (sta_ds && sta_ds->staType == STA_ENTRY_NDI_PEER) in lim_process_addba_req()
H A Dlim_send_management_frames.c6326 if (sta_ds && sta_ds->staType == STA_ENTRY_NDI_PEER)
6447 if (is_wep && sta_ds && sta_ds->staType == STA_ENTRY_NDI_PEER) {
/wlan-driver/qcacld-3.0/core/wma/src/
H A Dwma_dev_if.c5852 if (del_sta->staType == STA_ENTRY_NDI_PEER) in wma_delete_sta()