Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/rsn_supp/
H A Dwpa_ft.c32 size_t mpmk_len; in wpa_derive_ptk_ft() local
36 mpmk_len = sm->xxkey_len; in wpa_derive_ptk_ft()
39 mpmk_len = sm->cur_pmksa->pmk_len; in wpa_derive_ptk_ft()
47 if (wpa_derive_pmk_r0(mpmk, mpmk_len, sm->ssid, in wpa_derive_ptk_ft()
/netbsd/external/bsd/wpa/dist/src/ap/
H A Dwpa_auth_ft.c2099 size_t mpmk_len; in wpa_auth_derive_ptk_ft() local
2103 mpmk_len = sm->xxkey_len; in wpa_auth_derive_ptk_ft()
2106 mpmk_len = sm->pmksa->pmk_len; in wpa_auth_derive_ptk_ft()
2124 if (wpa_derive_pmk_r0(mpmk, mpmk_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft()