Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/ap/
Dcomeback_token.c39 u16 token_idx; in check_comeback_token() local
46 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() local
120 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 …]