Searched refs:fils_nonce (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 89 const u8 *fils_nonce; member
|
D | ieee802_11_common.c | 261 elems->fils_nonce = pos; in ieee802_11_parse_extension()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 3534 if (random_get_bytes(sm->fils_nonce, FILS_NONCE_LEN) < 0 || in fils_build_auth() 3539 sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3607 wpabuf_put_data(buf, sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3727 if (!elems.fils_nonce) { in fils_process_auth() 3731 os_memcpy(sm->fils_anonce, elems.fils_nonce, FILS_NONCE_LEN); in fils_process_auth() 3850 sm->fils_nonce, sm->fils_anonce, in fils_process_auth() 3885 sm->fils_nonce, sm->fils_anonce, in fils_process_auth() 3922 res = fils_key_auth_sk(ick, ick_len, sm->fils_nonce, in fils_process_auth() 4159 *snonce = sm->fils_nonce; in fils_build_assoc_req()
|
D | wpa_i.h | 148 u8 fils_nonce[FILS_NONCE_LEN]; member
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 1559 if (!elems.fils_nonce) { in handle_auth_fils() 1564 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", elems.fils_nonce, in handle_auth_fils() 1566 os_memcpy(sta->fils_snonce, elems.fils_nonce, FILS_NONCE_LEN); in handle_auth_fils() 1674 u8 fils_nonce[FILS_NONCE_LEN]; in prepare_auth_resp_fils() local 1709 if (random_get_bytes(fils_nonce, FILS_NONCE_LEN) < 0) { in prepare_auth_resp_fils() 1714 fils_nonce, FILS_NONCE_LEN); in prepare_auth_resp_fils() 1771 wpabuf_put_data(data, fils_nonce, FILS_NONCE_LEN); in prepare_auth_resp_fils() 1789 msk, msk_len, sta->fils_snonce, fils_nonce, in prepare_auth_resp_fils() 1849 sta->fils_snonce, fils_nonce, in prepare_auth_resp_fils()
|