Home
last modified time | relevance | path

Searched refs:wpa_derive_ptk (Results 1 – 3 of 3) sorted by relevance

/external/syslinux/gpxe/src/net/80211/
Dwpa.c314 static void wpa_derive_ptk ( struct wpa_common_ctx *ctx ) in wpa_derive_ptk() function
587 wpa_derive_ptk ( ctx ); in wpa_handle_1_of_4()
/external/wpa_supplicant_8/src/ap/
Dwpa_auth.c52 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce,
860 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK) < 0) in wpa_try_alt_snonce()
2059 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, in wpa_derive_ptk() function
2486 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK) < 0) in SM_STATE()
/external/wpa_supplicant_8/src/rsn_supp/
Dwpa.c501 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk() function
575 wpa_derive_ptk(sm, src_addr, key, ptk); in wpa_supplicant_process_1_of_4()