Searched refs:wpa_derive_ptk (Results 1 – 2 of 2) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | wpa_auth.c | 59 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, 966 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK, 0) < in wpa_try_alt_snonce() 2285 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, in wpa_derive_ptk() function 2975 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK, in SM_STATE()
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | wpa.c | 579 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk() function 735 if (wpa_derive_ptk(sm, src_addr, key, ptk) < 0) in wpa_supplicant_process_1_of_4()
|