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 22 u8 kck[SAE_KCK_LEN]; member in struct:sae_temporary_data
wpa_common.h 184 u8 kck[16]; /* EAPOL-Key Key Confirmation Key (KCK) */ member in struct:wpa_ptk
322 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 102 u8 kck[16]; /* TPK-KCK */ member in struct:wpa_tdls_peer::tpk
407 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-KCK",
408 peer->tpk.kck, sizeof(peer->tpk.kck));
417 * @kck: TPK-KCK
426 static int wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid,
468 wpa_hexdump_key(MSG_DEBUG, "TDLS: KCK", kck, 16)
    [all...]

Completed in 152 milliseconds