Searched refs:comeback_pending_idx (Results 1 – 4 of 4) sorted by relevance
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | comeback_token.c | 33 u16 *comeback_pending_idx, const u8 *addr, in check_comeback_token() argument 46 token_idx = comeback_pending_idx[idx]; in check_comeback_token() 65 comeback_pending_idx[idx] = 0; /* invalidate used token */ in check_comeback_token() 74 u16 *comeback_pending_idx, size_t idx_len, in auth_build_token_req() argument 97 os_memset(comeback_pending_idx, 0, idx_len); in auth_build_token_req() 120 token_idx = comeback_pending_idx[p_idx]; in auth_build_token_req() 124 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 | 152 u16 comeback_pending_idx[COMEBACK_PENDING_IDX_SIZE]; member
|
D | ieee802_11.c | 548 hapd->comeback_pending_idx, sta->addr, in handle_auth_sae() 580 hapd->comeback_pending_idx, in handle_auth_sae() 581 sizeof(hapd->comeback_pending_idx), in handle_auth_sae()
|