Searched refs:token_idx (Results 1 – 1 of 1) sorted by relevance
553 u16 token_idx; in check_sae_token() local559 token_idx = hapd->sae_pending_token_idx[idx]; in check_sae_token()560 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) { in check_sae_token()563 MAC2STR(addr), WPA_GET_BE16(token), token_idx); in check_sae_token()592 u16 token_idx; in auth_build_token_req() local616 token_idx = hapd->sae_pending_token_idx[p_idx]; in auth_build_token_req()617 if (!token_idx) { in auth_build_token_req()619 token_idx = hapd->sae_token_idx; in auth_build_token_req()620 hapd->sae_pending_token_idx[p_idx] = token_idx; in auth_build_token_req()622 WPA_PUT_BE16(idx, token_idx); in auth_build_token_req()[all …]