Home
last modified time | relevance | path

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

/hostap-latest/src/ap/
Dcomeback_token.c34 u16 *comeback_pending_idx, const u8 *addr, in check_comeback_token() argument
46 token_idx = comeback_pending_idx[idx]; in check_comeback_token()
64 comeback_pending_idx[idx] = 0; /* invalidate used token */ in check_comeback_token()
73 u16 *comeback_pending_idx, size_t idx_len, in auth_build_token_req() argument
95 os_memset(comeback_pending_idx, 0, idx_len); in auth_build_token_req()
117 token_idx = comeback_pending_idx[p_idx]; in auth_build_token_req()
121 comeback_pending_idx[p_idx] = token_idx; in auth_build_token_req()
Dcomeback_token.h13 u16 *comeback_pending_idx, const u8 *addr,
18 u16 *comeback_pending_idx, size_t idx_len,
Dhostapd.h377 u16 comeback_pending_idx[COMEBACK_PENDING_IDX_SIZE]; member
Dieee802_11.c1501 hapd->comeback_pending_idx, sta->addr, in handle_auth_sae()
1534 hapd->comeback_pending_idx, in handle_auth_sae()
1535 sizeof(hapd->comeback_pending_idx), in handle_auth_sae()
2673 pasn->comeback_pending_idx = hapd->comeback_pending_idx; in hapd_initialize_pasn()
/hostap-latest/src/pasn/
Dpasn_common.h131 u16 *comeback_pending_idx; member
Dpasn_responder.c397 pasn->comeback_pending_idx, in handle_auth_pasn_comeback()
709 pasn->comeback_pending_idx, in handle_auth_pasn_1()