Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_mlm_req_messages.c739 tLimMlmAuthCnf mlm_auth_cnf; in lim_process_mlm_auth_req() local
776 mlm_auth_cnf.resultCode = eSIR_SME_INVALID_PARAMETERS; in lim_process_mlm_auth_req()
791 mlm_auth_cnf.resultCode = (tSirResultCodes)STATUS_SUCCESS; in lim_process_mlm_auth_req()
798 mlm_auth_cnf.resultCode = in lim_process_mlm_auth_req()
821 mlm_auth_cnf.resultCode = eSIR_SME_INVALID_PARAMETERS; in lim_process_mlm_auth_req()
893 qdf_mem_copy((uint8_t *) &mlm_auth_cnf.peerMacAddr, in lim_process_mlm_auth_req()
897 mlm_auth_cnf.authType = mac_ctx->lim.gpLimMlmAuthReq->authType; in lim_process_mlm_auth_req()
898 mlm_auth_cnf.sessionId = session_id; in lim_process_mlm_auth_req()
905 (uint32_t *) &mlm_auth_cnf); in lim_process_mlm_auth_req()