Searched refs:fils_nonce (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/contrib/wpa_supplicant/src/common/ |
| HD | ieee802_11_common.h | 89 const u8 *fils_nonce; member
|
| HD | ieee802_11_common.c | 261 elems->fils_nonce = pos; in ieee802_11_parse_extension()
|
| /dragonfly/contrib/wpa_supplicant/src/rsn_supp/ |
| HD | wpa.c | 3564 if (random_get_bytes(sm->fils_nonce, FILS_NONCE_LEN) < 0 || in fils_build_auth() 3569 sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3637 wpabuf_put_data(buf, sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3757 if (!elems.fils_nonce) { in fils_process_auth() 3761 os_memcpy(sm->fils_anonce, elems.fils_nonce, FILS_NONCE_LEN); in fils_process_auth() 3880 sm->fils_nonce, sm->fils_anonce, in fils_process_auth() 3915 sm->fils_nonce, sm->fils_anonce, in fils_process_auth() 3952 res = fils_key_auth_sk(ick, ick_len, sm->fils_nonce, in fils_process_auth() 4189 *snonce = sm->fils_nonce; in fils_build_assoc_req()
|
| HD | wpa_i.h | 149 u8 fils_nonce[FILS_NONCE_LEN]; member
|
| /dragonfly/contrib/wpa_supplicant/src/ap/ |
| HD | ieee802_11.c | 1562 if (!elems.fils_nonce) { in handle_auth_fils() 1567 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", elems.fils_nonce, in handle_auth_fils() 1569 os_memcpy(sta->fils_snonce, elems.fils_nonce, FILS_NONCE_LEN); in handle_auth_fils() 1677 u8 fils_nonce[FILS_NONCE_LEN]; in prepare_auth_resp_fils() local 1712 if (random_get_bytes(fils_nonce, FILS_NONCE_LEN) < 0) { in prepare_auth_resp_fils() 1717 fils_nonce, FILS_NONCE_LEN); in prepare_auth_resp_fils() 1774 wpabuf_put_data(data, fils_nonce, FILS_NONCE_LEN); in prepare_auth_resp_fils() 1792 msk, msk_len, sta->fils_snonce, fils_nonce, in prepare_auth_resp_fils() 1854 sta->fils_snonce, fils_nonce, in prepare_auth_resp_fils()
|