Searched refs:wpa_derive_ptk (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/ap/
H A Dwpa_auth.c57 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
903 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0)
2209 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, function
2859 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK) < 0)
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c560 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, function
644 if (wpa_derive_ptk(sm, src_addr, key, ptk) < 0)

Completed in 71 milliseconds