Searched refs:pAddStaReq (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/mac/src/pe/include/ |
H A D | lim_ft_defs.h | 98 void *pAddStaReq; /*Save add sta req */ member
|
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ |
H A D | lim_ft_preauth.c | 89 if (pe_session->ftPEContext.pAddStaReq) { in lim_ft_cleanup_pre_auth_info() 90 qdf_mem_free(pe_session->ftPEContext.pAddStaReq); in lim_ft_cleanup_pre_auth_info() 91 pe_session->ftPEContext.pAddStaReq = NULL; in lim_ft_cleanup_pre_auth_info()
|
H A D | lim_reassoc_utils.c | 402 add_sta_params = session_entry->ftPEContext.pAddStaReq; in lim_add_ft_sta_self() 433 session_entry->ftPEContext.pAddStaReq = NULL; in lim_add_ft_sta_self()
|
H A D | lim_process_tdls.c | 3729 struct tdls_add_sta_req *pAddStaReq, in lim_tdls_setup_add_sta() argument 3736 sta = dph_lookup_hash_entry(mac, pAddStaReq->peermac.bytes, &aid, in lim_tdls_setup_add_sta() 3738 if (!sta && pAddStaReq->tdls_oper == TDLS_OPER_UPDATE) { in lim_tdls_setup_add_sta() 3742 if (sta && pAddStaReq->tdls_oper == TDLS_OPER_ADD) { in lim_tdls_setup_add_sta() 3744 QDF_MAC_ADDR_REF(pAddStaReq->peermac.bytes)); in lim_tdls_setup_add_sta() 3750 QDF_MAC_ADDR_REF(pAddStaReq->peermac.bytes)); in lim_tdls_setup_add_sta() 3759 QDF_MAC_ADDR_REF(pAddStaReq->peermac.bytes)); in lim_tdls_setup_add_sta() 3767 aid, QDF_MAC_ADDR_REF(pAddStaReq->peermac.bytes)); in lim_tdls_setup_add_sta() 3779 sta = dph_add_hash_entry(mac, pAddStaReq->peermac.bytes, in lim_tdls_setup_add_sta() 3789 lim_tdls_update_hash_node_info(mac, sta, pAddStaReq, pe_session); in lim_tdls_setup_add_sta() [all …]
|
H A D | lim_ft.c | 100 if (pe_session->ftPEContext.pAddStaReq) { in lim_ft_cleanup() 101 qdf_mem_free(pe_session->ftPEContext.pAddStaReq); in lim_ft_cleanup() 102 pe_session->ftPEContext.pAddStaReq = NULL; in lim_ft_cleanup()
|
H A D | lim_process_mlm_host_roam.c | 525 pe_session->ftPEContext.pAddStaReq = pAddStaParams; in lim_process_sta_mlm_add_bss_rsp_ft()
|