Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_security_utils.c300 void lim_add_pre_auth_node(struct mac_context *mac, struct tLimPreAuthNode *pAuthNode) in lim_add_pre_auth_node() argument
304 pAuthNode->next = mac->lim.pLimPreAuthList; in lim_add_pre_auth_node()
306 mac->lim.pLimPreAuthList = pAuthNode; in lim_add_pre_auth_node()
328 tpLimPreAuthNode pAuthNode) in lim_release_pre_auth_node() argument
330 pAuthNode->fFree = 1; in lim_release_pre_auth_node()
331 if (pAuthNode->authType == eSIR_AUTH_TYPE_SAE && in lim_release_pre_auth_node()
332 pAuthNode->assoc_req.present) { in lim_release_pre_auth_node()
334 (tpSirAssocReq)pAuthNode->assoc_req.assoc_req; in lim_release_pre_auth_node()
338 pAuthNode->assoc_req.assoc_req = NULL; in lim_release_pre_auth_node()
339 pAuthNode->assoc_req.present = false; in lim_release_pre_auth_node()
[all …]
Dlim_timer_utils.c776 tLimPreAuthNode *pAuthNode; in lim_deactivate_and_change_per_sta_id_timer() local
778 pAuthNode = in lim_deactivate_and_change_per_sta_id_timer()
784 if (!pAuthNode) { in lim_deactivate_and_change_per_sta_id_timer()
790 if (tx_timer_deactivate(&pAuthNode->timer) != in lim_deactivate_and_change_per_sta_id_timer()
800 if (tx_timer_change(&pAuthNode->timer, val, 0) != in lim_deactivate_and_change_per_sta_id_timer()
867 void lim_activate_auth_rsp_timer(struct mac_context *mac, tLimPreAuthNode *pAuthNode) in lim_activate_auth_rsp_timer() argument
869 if (tx_timer_activate(&pAuthNode->timer) != TX_SUCCESS) { in lim_activate_auth_rsp_timer()
Dlim_security_utils.h80 tpLimPreAuthNode pAuthNode);
Dlim_assoc_utils.c4582 tLimPreAuthNode **pAuthNode = pPreAuthTimerTable->pTable; in lim_init_pre_auth_timer_table() local
4588 if (tx_timer_create(mac, &(pAuthNode[authNodeIdx]->timer), in lim_init_pre_auth_timer_table()
4596 pAuthNode[authNodeIdx]->authNodeIdx = (uint8_t) authNodeIdx; in lim_init_pre_auth_timer_table()
4597 pAuthNode[authNodeIdx]->fFree = 1; in lim_init_pre_auth_timer_table()
Dlim_utils.c627 tLimPreAuthNode **pAuthNode; in lim_cleanup_mlm() local
660 pAuthNode = mac_ctx->lim.gLimPreAuthTimerTable.pTable; in lim_cleanup_mlm()
665 tx_timer_delete(&pAuthNode[n]->timer); in lim_cleanup_mlm()