HomeSort by relevance Sort by last modified time
    Searched refs:pmk_r1 (Results 1 - 6 of 6) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 848 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
857 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
883 r1 = cache->pmk_r1;
887 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
945 const u8 *spa, const u8 *pmk_r1,
957 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
962 r1->next = cache->pmk_r1;
963 cache->pmk_r1 = r1;
971 u8 *pmk_r1, int *pairwise
1519 u8 pmk_r1[PMK_LEN]; local
1971 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
2059 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
2582 u8 pmk_r1[PMK_LEN]; local
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 41 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
42 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
45 return wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, anonce, sm->own_addr,
477 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
478 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
483 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce,
wpa_i.h 119 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
wpa.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 369 u8 *pmk_r1, u8 *pmk_r1_name);
370 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c     [all...]

Completed in 276 milliseconds