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

/netbsd-current/external/bsd/wpa/dist/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)
/netbsd-current/external/bsd/wpa/dist/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 133 milliseconds