Searched refs:anonce (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c25 const u8 *anonce = key->key_nonce; local
45 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
129 * @anonce: ANonce or %NULL if not yet available
142 const u8 *anonce, const u8 *pmk_name,
260 if (anonce)
261 os_memcpy(ftie->anonce, anonce, WPA_NONCE_LEN);
468 wpa_hexdump(MSG_DEBUG, "FT: ANonce", ftie->anonce, WPA_NONCE_LEN);
469 os_memcpy(sm->anonce, ftie->anonce, WPA_NONCE_LE
141 wpa_ft_gen_req_ies(struct wpa_sm *sm, size_t *len, const u8 *anonce, const u8 *pmk_name, const u8 *kck, size_t kck_len, const u8 *target_ap, const u8 *ric_ies, size_t ric_ies_len, const u8 *ap_mdie) argument
[all...]
H A Dwpa_i.h28 u8 anonce[WPA_NONCE_LEN]; /* ANonce from the last 1/4 msg */ member in struct:wpa_sm
H A Dwpa.c532 os_memcpy(sm->anonce, key->key_nonce, WPA_NONCE_LEN);
1243 if (os_memcmp(sm->anonce, key->key_nonce, WPA_NONCE_LEN) != 0) {
/freebsd-11.0-release/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c98 const u8 *anonce, const u8 *snonce,
116 if (anonce)
117 os_memcpy(hdr->anonce, anonce, WPA_NONCE_LEN);
646 u8 *anonce, *snonce; local
684 anonce = sm->ANonce;
711 anonce = NULL;
714 res = wpa_write_ftie(conf, r0kh_id, r0kh_id_len, anonce, snonce, pos,
1057 if (os_memcmp(ftie->anonce, sm->ANonce, WPA_NONCE_LEN) != 0) {
1060 ftie->anonce, WPA_NONCE_LE
96 wpa_write_ftie(struct wpa_auth_config *conf, const u8 *r0kh_id, size_t r0kh_id_len, const u8 *anonce, const u8 *snonce, u8 *buf, size_t len, const u8 *subelem, size_t subelem_len) argument
[all...]
H A Dwpa_auth_i.h250 const u8 *anonce, const u8 *snonce,
/freebsd-11.0-release/contrib/wpa/src/common/
H A Dwpa_common.h325 u8 anonce[WPA_NONCE_LEN]; member in struct:rsn_ftie
370 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
H A Dwpa_common.c941 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce, argument
960 os_memcpy(pos, anonce, WPA_NONCE_LEN);
984 addr[3] = anonce;

Completed in 122 milliseconds