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

  /external/wpa_supplicant_8/src/common/
sae.h 25 u8 kck[SAE_KCK_LEN]; member in struct:sae_temporary_data
wpa_common.h 212 u8 kck[WPA_KCK_MAX_LEN]; /* EAPOL-Key Key Confirmation Key (KCK) */ member in struct:wpa_ptk
345 int wpa_ft_mic(const u8 *kck, size_t kck_len, const u8 *sta_addr,
386 int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
389 static inline int rsn_pmkid_suite_b(const u8 *kck, size_t kck_len, const u8 *aa,
396 int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len, const u8 *aa,
399 static inline int rsn_pmkid_suite_b_192(const u8 *kck, size_t kck_len,
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 111 u8 kck[16]; /* TPK-KCK */ member in struct:wpa_tdls_peer::tpk
436 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-KCK",
437 peer->tpk.kck, sizeof(peer->tpk.kck));
446 * @kck: TPK-KCK
455 static int wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid,
497 wpa_hexdump_key(MSG_DEBUG, "TDLS: KCK", kck, 16)
    [all...]

Completed in 57 milliseconds