Searched refs:fils_nonce (Results 1 – 5 of 5) sorted by relevance
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.h | 80 const u8 *fils_nonce; member
|
D | ieee802_11_common.c | 251 elems->fils_nonce = pos; in ieee802_11_parse_extension()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 3313 if (random_get_bytes(sm->fils_nonce, FILS_NONCE_LEN) < 0 || in fils_build_auth() 3318 sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3350 wpabuf_put_data(buf, sm->fils_nonce, FILS_NONCE_LEN); in fils_build_auth() 3418 if (!elems.fils_nonce) { in fils_process_auth() 3422 os_memcpy(sm->fils_anonce, elems.fils_nonce, FILS_NONCE_LEN); in fils_process_auth() 3493 sm->fils_nonce, sm->fils_anonce, NULL, 0, in fils_process_auth() 3519 sm->fils_nonce, sm->fils_anonce, &sm->ptk, in fils_process_auth() 3529 res = fils_key_auth_sk(ick, ick_len, sm->fils_nonce, in fils_process_auth() 3612 *snonce = sm->fils_nonce; in fils_build_assoc_req()
|
D | wpa_i.h | 149 u8 fils_nonce[FILS_NONCE_LEN]; member
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_11.c | 1077 if (!elems.fils_nonce) { in handle_auth_fils() 1082 wpa_hexdump(MSG_DEBUG, "FILS: SNonce", elems.fils_nonce, in handle_auth_fils() 1084 os_memcpy(sta->fils_snonce, elems.fils_nonce, FILS_NONCE_LEN); in handle_auth_fils() 1163 u8 fils_nonce[FILS_NONCE_LEN]; in handle_auth_fils_finish() local 1195 if (random_get_bytes(fils_nonce, FILS_NONCE_LEN) < 0) { in handle_auth_fils_finish() 1200 fils_nonce, FILS_NONCE_LEN); in handle_auth_fils_finish() 1222 wpabuf_put_data(data, fils_nonce, FILS_NONCE_LEN); in handle_auth_fils_finish() 1240 msk, msk_len, sta->fils_snonce, fils_nonce, in handle_auth_fils_finish() 1263 sta->fils_snonce, fils_nonce) < 0) { in handle_auth_fils_finish()
|