HomeSort by relevance Sort by last modified time
    Searched defs:ptk (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant/
wpa_i.h 81 struct wpa_ptk ptk, tptk; member in struct:wpa_sm
wpa.c 859 * wpa_pmk_to_ptk - Calculate PTK from PMK, addresses, and nonces
867 * @ptk: Buffer for pairwise transient key
868 * @ptk_len: Length of PTK
871 * PTK = PRF-X(PMK, "Pairwise key expansion",
883 u8 *ptk, size_t ptk_len)
903 sha1_prf(pmk, pmk_len, label, data, sizeof(data), ptk, ptk_len);
906 wpa_hexdump_key(MSG_DEBUG, "WPA: PTK", ptk, ptk_len);
1024 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
1491 struct wpa_ptk *ptk; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 95 * @kck: Key Confirmation Key (KCK, part of PTK)
186 wpa_eapol_key_send(sm, sm->ptk.kck, ver, bssid, ETH_P_EAPOL,
307 * @ptk: PTK to use for keyed hash and encryption
314 struct wpa_ptk *ptk)
351 wpa_eapol_key_send(sm, ptk->kck, ver, dst, ETH_P_EAPOL,
360 struct wpa_ptk *ptk)
365 return wpa_derive_ptk_ft(sm, src_addr, key, ptk, ptk_len);
370 (u8 *) ptk, ptk_len,
382 struct wpa_ptk *ptk; local
    [all...]
wpa_i.h 28 struct wpa_ptk ptk, tptk; member in struct:wpa_sm
234 struct wpa_ptk *ptk);
239 struct wpa_ptk *ptk);
243 struct wpa_ptk *ptk, size_t ptk_len);

Completed in 1553 milliseconds