Searched refs:wpa_derive_ptk (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/wpa/src/ap/ |
H A D | wpa_auth.c | 61 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, 1325 if (wpa_derive_ptk(sm, sm->alt_SNonce, pmk, pmk_len, &PTK, 0, 2859 static int wpa_derive_ptk(struct wpa_state_machine *sm, const u8 *snonce, function 3690 if (wpa_derive_ptk(sm, sm->SNonce, pmk, pmk_len, &PTK,
|
/freebsd/contrib/wpa/src/rsn_supp/ |
H A D | wpa.c | 683 static int wpa_derive_ptk(struct wpa_sm *sm, const unsigned char *src_addr, in wpa_derive_ptk() function 899 if (wpa_derive_ptk(sm, src_addr, key, ptk) < 0) in wpa_supplicant_process_1_of_4_wpa() 1001 if (wpa_derive_ptk(sm, src_addr, key, ptk) < 0) in wpa_supplicant_process_1_of_4()
|