Searched refs:PMK (Results 1 - 6 of 6) sorted by relevance
/external/wpa_supplicant_8/hostapd/src/ap/ |
H A D | wpa_auth_i.h | 63 u8 PMK[PMK_LEN]; member in struct:wpa_state_machine
|
H A D | wpa_auth.c | 448 wpa_printf(MSG_ERROR, "FT PMK cache initialization failed."); 838 pmk = sm->PMK; 1892 wpa_printf(MSG_DEBUG, "WPA: PMK from PMKSA cache"); 1893 os_memcpy(sm->PMK, sm->pmksa->pmk, PMK_LEN); 1895 wpa_printf(MSG_DEBUG, "WPA: PMK from EAPOL state machine " 1897 os_memcpy(sm->PMK, msk, PMK_LEN); 1905 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p", 1917 * state and takes PMK from the previously used AAA Key. This will 1918 * eventually fail in 4-Way Handshake because Supplicant uses PMK 1931 os_memcpy(sm->PMK, ps [all...] |
/external/wpa_supplicant_8/src/ap/ |
H A D | wpa_auth_i.h | 63 u8 PMK[PMK_LEN]; member in struct:wpa_state_machine
|
H A D | wpa_auth.c | 448 wpa_printf(MSG_ERROR, "FT PMK cache initialization failed."); 838 pmk = sm->PMK; 1892 wpa_printf(MSG_DEBUG, "WPA: PMK from PMKSA cache"); 1893 os_memcpy(sm->PMK, sm->pmksa->pmk, PMK_LEN); 1895 wpa_printf(MSG_DEBUG, "WPA: PMK from EAPOL state machine " 1897 os_memcpy(sm->PMK, msk, PMK_LEN); 1905 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p", 1917 * state and takes PMK from the previously used AAA Key. This will 1918 * eventually fail in 4-Way Handshake because Supplicant uses PMK 1931 os_memcpy(sm->PMK, ps [all...] |
/external/wpa_supplicant_8/wpa_supplicant/src/ap/ |
H A D | wpa_auth_i.h | 63 u8 PMK[PMK_LEN]; member in struct:wpa_state_machine
|
H A D | wpa_auth.c | 448 wpa_printf(MSG_ERROR, "FT PMK cache initialization failed."); 838 pmk = sm->PMK; 1892 wpa_printf(MSG_DEBUG, "WPA: PMK from PMKSA cache"); 1893 os_memcpy(sm->PMK, sm->pmksa->pmk, PMK_LEN); 1895 wpa_printf(MSG_DEBUG, "WPA: PMK from EAPOL state machine " 1897 os_memcpy(sm->PMK, msk, PMK_LEN); 1905 wpa_printf(MSG_DEBUG, "WPA: Could not get PMK, get_msk: %p", 1917 * state and takes PMK from the previously used AAA Key. This will 1918 * eventually fail in 4-Way Handshake because Supplicant uses PMK 1931 os_memcpy(sm->PMK, ps [all...] |
Completed in 479 milliseconds