Searched refs:pAuthNode (Results 1 – 5 of 5) sorted by relevance
300 void lim_add_pre_auth_node(struct mac_context *mac, struct tLimPreAuthNode *pAuthNode) in lim_add_pre_auth_node() argument304 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() argument330 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 …]
776 tLimPreAuthNode *pAuthNode; in lim_deactivate_and_change_per_sta_id_timer() local778 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() argument869 if (tx_timer_activate(&pAuthNode->timer) != TX_SUCCESS) { in lim_activate_auth_rsp_timer()
80 tpLimPreAuthNode pAuthNode);
4582 tLimPreAuthNode **pAuthNode = pPreAuthTimerTable->pTable; in lim_init_pre_auth_timer_table() local4588 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()
627 tLimPreAuthNode **pAuthNode; in lim_cleanup_mlm() local660 pAuthNode = mac_ctx->lim.gLimPreAuthTimerTable.pTable; in lim_cleanup_mlm()665 tx_timer_delete(&pAuthNode[n]->timer); in lim_cleanup_mlm()