Searched refs:token_idx (Results 1 – 1 of 1) sorted by relevance
39 u16 token_idx; in check_comeback_token() local46 token_idx = comeback_pending_idx[idx]; in check_comeback_token()47 if (token_idx == 0 || token_idx != WPA_GET_BE16(token)) { in check_comeback_token()51 MAC2STR(addr), WPA_GET_BE16(token), token_idx); in check_comeback_token()84 u16 token_idx; in auth_build_token_req() local120 token_idx = comeback_pending_idx[p_idx]; in auth_build_token_req()121 if (!token_idx) { in auth_build_token_req()123 token_idx = comeback_idx; in auth_build_token_req()124 comeback_pending_idx[p_idx] = token_idx; in auth_build_token_req()126 WPA_PUT_BE16(idx, token_idx); in auth_build_token_req()[all …]