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);
259 wpa_auth_logger(wpa_auth, sm->addr, LOGGER_DEBUG, "rekeying PTK");
1070 if (wpa_verify_key_mic(&sm->PTK, data, data_len)) {
    [all...]
wpa_auth_i.h 61 struct wpa_ptk PTK;
74 Boolean PtkGroupInit; /* init request for PTK Group state machine */
225 struct wpa_ptk *ptk, size_t ptk_len);
wpa_auth_ft.c 331 struct wpa_ptk *ptk, size_t ptk_len)
367 (u8 *) ptk, ptk_len, ptk_name);
368 wpa_hexdump_key(MSG_DEBUG, "FT: PTK", (u8 *) ptk, ptk_len);
430 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
462 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
691 wpa_ft_mic(sm->PTK.kck, sm->addr, sm->wpa_auth->addr, 6,
719 /* MLME-SETKEYS.request(PTK) */
728 "PTK configuration", sm->pairwise);
735 * again after association to get the PTK configured, but that could b
    [all...]

Completed in 108 milliseconds