Home
last modified time | relevance | path

Searched refs:wpa_pmk_to_ptk (Results 1 - 9 of 9) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_common.h347 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
H A Dwpa_common.c327 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
349 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, in wpa_pmk_to_ptk() function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h441 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
H A Dcommon_module_tests.c733 ret = wpa_pmk_to_ptk(pmk, sizeof(pmk), in pasn_test_no_pasn_auth()
H A Dwpa_common.c361 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
384 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label, in wpa_pmk_to_ptk() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dwpa.c578 return wpa_pmk_to_ptk(sm->pmk, sm->pmk_len, "Pairwise key expansion", in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dwpa_auth.c2366 return wpa_pmk_to_ptk(pmk, pmk_len, "Pairwise key expansion", in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dwpa_auth.c2249 return wpa_pmk_to_ptk(pmk, pmk_len, "Pairwise key expansion", in wpa_derive_ptk()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dwpa.c666 return wpa_pmk_to_ptk(sm->pmk, sm->pmk_len, "Pairwise key expansion", in wpa_derive_ptk()

Completed in 34 milliseconds