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

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 168 u8 pmk_r1[PMK_LEN]; member in struct:wpa_ft_pmk_r1_sa
177 struct wpa_ft_pmk_r1_sa *pmk_r1; member in struct:wpa_ft_pmk_cache
203 r1 = cache->pmk_r1;
207 os_memset(r1prev->pmk_r1, 0, PMK_LEN);
266 const u8 *spa, const u8 *pmk_r1,
278 os_memcpy(r1->pmk_r1, pmk_r1, PMK_LEN);
283 r1->next = cache->pmk_r1;
284 cache->pmk_r1 = r1;
292 u8 *pmk_r1, int *pairwise
379 u8 pmk_r1[PMK_LEN]; local
831 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
913 u8 pmk_r1[PMK_LEN], pmk_r1_name[WPA_PMK_NAME_LEN]; local
    [all...]
wpa_auth.h 78 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_resp_frame
101 u8 pmk_r1[PMK_LEN]; member in struct:ft_r0kh_r1kh_push_frame
  /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,
471 sm->own_addr, sm->pmk_r1, sm->pmk_r1_name);
472 wpa_hexdump_key(MSG_DEBUG, "FT: PMK-R1", sm->pmk_r1, PMK_LEN);
477 if (wpa_pmk_r1_to_ptk(sm->pmk_r1, sm->snonce, ftie->anonce,
wpa_i.h 124 u8 pmk_r1[PMK_LEN]; member in struct:wpa_sm
wpa.c     [all...]
  /external/wpa_supplicant_8/src/common/
wpa_common.h 381 u8 *pmk_r1, u8 *pmk_r1_name);
382 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
wpa_common.c 1199 u8 *pmk_r1, u8 *pmk_r1_name)
1212 pmk_r1, PMK_LEN) < 0)
1225 int wpa_pmk_r1_to_ptk(const u8 *pmk_r1, const u8 *snonce, const u8 *anonce,
    [all...]

Completed in 226 milliseconds