Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/ !
H A Dlim_process_mlm_req_messages.c1222 deauth_req = mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_check_disassoc_deauth_ack_pending()
1273 mlm_deauth_req = mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_clean_up_disassoc_deauth_req()
1288 mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = in lim_clean_up_disassoc_deauth_req()
1554 if (mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq) { in lim_process_mlm_deauth_req_ntf()
1557 pMlmDeauthReq); in lim_process_mlm_deauth_req_ntf()
1559 mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = mlm_deauth_req; in lim_process_mlm_deauth_req_ntf()
H A Dlim_api.c480 if (mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq) { in lim_cleanup()
481 qdf_mem_free(mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq); in lim_cleanup()
482 mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = NULL; in lim_cleanup()
923 if (mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq) { in pe_close()
924 qdf_mem_free(mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq); in pe_close()
925 mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = NULL; in pe_close()
H A Dlim_send_management_frames.c3796 deauth_req = mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_send_deauth_cnf()
3831 mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = in lim_send_deauth_cnf()
3891 mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = NULL; in lim_send_deauth_cnf()
3915 mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq = NULL; in lim_send_deauth_cnf()
4121 deauth_req = mac_ctx->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_deauth_tx_complete_cnf_handler()
H A Dlim_process_auth_frame.c694 mlm_deauth_req = mac->lim.limDisassocDeauthCnfReq.pMlmDeauthReq; in lim_check_and_trigger_pmf_sta_deletion()
/wlan-driver/qcacld-3.0/core/mac/inc/ !
H A Dani_global.h298 void *pMlmDeauthReq; member