Home | History | Annotate | Download | only in rsn_supp

Lines Matching defs:anonce

32 	const u8 *anonce = key->key_nonce;
51 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
111 * @anonce: ANonce or %NULL if not yet available
120 const u8 *anonce, const u8 *pmk_name,
235 if (anonce)
236 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
540 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN);
549 wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce, sm->own_addr,
556 ft_ies = wpa_ft_gen_req_ies(sm, &ft_ies_len, ftie->anonce,