Searched refs:temp_node (Results 1 – 2 of 2) sorted by relevance
243 struct tLimPreAuthNode *prev_node, *temp_node, *found_node; in lim_delete_open_auth_pre_auth_node() local246 temp_node = prev_node = mac_ctx->lim.pLimPreAuthList; in lim_delete_open_auth_pre_auth_node()248 if (!temp_node) in lim_delete_open_auth_pre_auth_node()251 while (temp_node) { in lim_delete_open_auth_pre_auth_node()252 if (temp_node->mlmState == eLIM_MLM_AUTHENTICATED_STATE && in lim_delete_open_auth_pre_auth_node()253 temp_node->authType == eSIR_OPEN_SYSTEM && in lim_delete_open_auth_pre_auth_node()255 (LIM_OPENAUTH_TIMEOUT + temp_node->timestamp) || in lim_delete_open_auth_pre_auth_node()256 qdf_mc_timer_get_system_ticks() < temp_node->timestamp)) { in lim_delete_open_auth_pre_auth_node()259 found_node = temp_node; in lim_delete_open_auth_pre_auth_node()260 if (mac_ctx->lim.pLimPreAuthList == temp_node) { in lim_delete_open_auth_pre_auth_node()[all …]
452 qdf_list_node_t *temp_node = NULL; in scm_get_next_valid_node() local469 qdf_list_peek_next(list, next_node, &temp_node); in scm_get_next_valid_node()470 next_node = temp_node; in scm_get_next_valid_node()471 temp_node = NULL; in scm_get_next_valid_node()