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

  /external/wpa_supplicant_8/src/ap/
wpa_auth.c 35 static int wpa_verify_key_mic(struct wpa_ptk *PTK, u8 *data, size_t data_len);
263 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG, "rekeying PTK");
1062 if (wpa_verify_key_mic(&sm->PTK, data, data_len)) {
    [all...]
wpa_auth_i.h 62 struct wpa_ptk PTK;
75 Boolean PtkGroupInit; /* init request for PTK Group state machine */
227 struct wpa_ptk *ptk, size_t ptk_len);
wpa_auth_ft.c 345 struct wpa_ptk *ptk, size_t ptk_len)
381 (u8 *) ptk, ptk_len, ptk_name);
382 wpa_hexdump_key(MSG_DEBUG, "FT: PTK", (u8 *) ptk, ptk_len);
444 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
476 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
729 wpa_ft_mic(sm->PTK.kck, sm->addr, sm->wpa_auth->addr, 6,
757 /* MLME-SETKEYS.request(PTK) */
762 "PTK configuration", sm->pairwise);
769 * again after association to get the PTK configured, but that could b
    [all...]

Completed in 43 milliseconds