Searched refs:mpmk_len (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
H A D | wpa_ft.c | 32 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
H A D | wpa_ft.c | 43 size_t mpmk_len, kdk_len; in wpa_derive_ptk_ft() local 47 mpmk_len = sm->xxkey_len; in wpa_derive_ptk_ft() 50 mpmk_len = sm->cur_pmksa->pmk_len; in wpa_derive_ptk_ft() 58 if (wpa_derive_pmk_r0(mpmk, mpmk_len, sm->ssid, in wpa_derive_ptk_ft()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth_ft.c | 2102 size_t mpmk_len; in wpa_auth_derive_ptk_ft() local 2106 mpmk_len = sm->xxkey_len; in wpa_auth_derive_ptk_ft() 2109 mpmk_len = sm->pmksa->pmk_len; in wpa_auth_derive_ptk_ft() 2127 if (wpa_derive_pmk_r0(mpmk, mpmk_len, ssid, ssid_len, mdid, in wpa_auth_derive_ptk_ft()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth_ft.c | 2099 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()
|
Completed in 15 milliseconds