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 199 u8 kck[16]; /* EAPOL-Key Key Confirmation Key (KCK) */ member in struct:wpa_ptk
338 int wpa_ft_mic(const u8 *kck, const u8 *sta_addr, const u8 *ap_addr,
  /external/wpa_supplicant_8/src/rsn_supp/
tdls.c 110 u8 kck[16]; /* TPK-KCK */ member in struct:wpa_tdls_peer::tpk
428 wpa_hexdump_key(MSG_DEBUG, "TDLS: TPK-KCK",
429 peer->tpk.kck, sizeof(peer->tpk.kck));
438 * @kck: TPK-KCK
447 static int wpa_tdls_ftie_mic(const u8 *kck, u8 trans_seq, const u8 *lnkid,
489 wpa_hexdump_key(MSG_DEBUG, "TDLS: KCK", kck, 16)
    [all...]

Completed in 176 milliseconds