Home
last modified time | relevance | path

Searched refs:mpmk (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/wpa/src/rsn_supp/
H A Dwpa_ft.c43 const u8 *mpmk; in wpa_derive_ptk_ft() local
48 mpmk = sm->xxkey; in wpa_derive_ptk_ft()
51 mpmk = sm->cur_pmksa->pmk; in wpa_derive_ptk_ft()
63 if (wpa_derive_pmk_r0(mpmk, mpmk_len, sm->ssid, in wpa_derive_ptk_ft()
/freebsd/contrib/wpa/src/ap/
H A Dwpa_auth_ft.c2127 const u8 *mpmk; in wpa_auth_derive_ptk_ft() local
2142 mpmk = sm->xxkey; in wpa_auth_derive_ptk_ft()
2145 mpmk = sm->pmksa->pmk; in wpa_auth_derive_ptk_ft()
2153 if (wpa_derive_pmk_r0(mpmk, mpmk_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft()