Searched refs:comeback_pending_idx (Results 1 – 6 of 6) sorted by relevance
/hostap-latest/src/ap/ |
D | comeback_token.c | 34 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()
|
D | comeback_token.h | 13 u16 *comeback_pending_idx, const u8 *addr, 18 u16 *comeback_pending_idx, size_t idx_len,
|
D | hostapd.h | 377 u16 comeback_pending_idx[COMEBACK_PENDING_IDX_SIZE]; member
|
D | ieee802_11.c | 1501 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/ |
D | pasn_common.h | 131 u16 *comeback_pending_idx; member
|
D | pasn_responder.c | 397 pasn->comeback_pending_idx, in handle_auth_pasn_comeback() 709 pasn->comeback_pending_idx, in handle_auth_pasn_1()
|