Home
last modified time | relevance | path

Searched refs:lim_add_sta (Results 1 – 7 of 7) sorted by relevance

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_assoc_utils.h130 QDF_STATUS lim_add_sta(struct mac_context *, tpDphHashNode, uint8_t, struct pe_session *);
Dlim_process_assoc_req_frame.c1961 if (lim_add_sta(mac_ctx, sta_ds, false, session) != in lim_update_sta_ctx()
2016 if (lim_add_sta(mac_ctx, sta_ds, false, session) in lim_update_sta_ctx()
Dlim_process_mlm_rsp_messages.c1923 if (lim_add_sta(mac_ctx, sta_ds, false, session_entry) != in lim_process_ap_mlm_del_sta_rsp()
Dlim_send_sme_rsp_messages.c925 if (lim_add_sta(mac, sta_ds, false, session) != in lim_send_sme_disassoc_ntf()
Dlim_process_tdls.c3794 lim_add_sta(mac, sta, in lim_tdls_setup_add_sta()
Dlim_assoc_utils.c2313 lim_add_sta(struct mac_context *mac_ctx, in lim_add_sta() function
/wlan-driver/qcacld-3.0/core/mac/src/pe/nan/
Dnan_datapath.c101 status = lim_add_sta(mac_ctx, sta_ds, false, session); in lim_add_ndi_peer()