/external/wpa_supplicant_8/src/ap/ |
wpa_auth_i.h | 113 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_state_machine
|
wpa_auth_ft.c | [all...] |
wpa_auth.c | [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_i.h | 115 u8 xxkey[PMK_LEN]; /* PSK or the second 256 bits of MSK */ member in struct:wpa_sm
|
wpa_ft.c | 28 wpa_printf(MSG_DEBUG, "FT: XXKey not available for key " 33 wpa_derive_pmk_r0(sm->xxkey, sm->xxkey_len, sm->ssid,
|
wpa.c | 246 if (wpa_sm_key_mgmt_set_pmk(sm, sm->xxkey, sm->xxkey_len)) 315 os_memcpy(sm->xxkey, buf + PMK_LEN, PMK_LEN); [all...] |
/external/wpa_supplicant_8/src/common/ |
wpa_common.c | [all...] |
wpa_common.h | 361 int wpa_derive_pmk_r0(const u8 *xxkey, size_t xxkey_len,
|
/external/wpa_supplicant_8/wpa_supplicant/ |
wpas_glue.c | 312 wpa_printf(MSG_DEBUG, "RSN: Use FT XXKey as PMK for " [all...] |