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 D | wpa_common.h | 347 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
|
H A D | wpa_common.c | 327 * 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 D | wpa_common.h | 441 int wpa_pmk_to_ptk(const u8 *pmk, size_t pmk_len, const char *label,
|
H A D | common_module_tests.c | 733 ret = wpa_pmk_to_ptk(pmk, sizeof(pmk), in pasn_test_no_pasn_auth()
|
H A D | wpa_common.c | 361 * 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 D | wpa.c | 578 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 D | wpa_auth.c | 2366 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 D | wpa_auth.c | 2249 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 D | wpa.c | 666 return wpa_pmk_to_ptk(sm->pmk, sm->pmk_len, "Pairwise key expansion", in wpa_derive_ptk()
|
Completed in 34 milliseconds