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 41 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");
970 if (wpa_verify_key_mic(&sm->PTK, data, data_len)) {
1031 /* FIX: why was this triggering PTK rekeying for the
    [all...]
wpa_auth_i.h 67 struct wpa_ptk PTK;
79 Boolean PtkGroupInit; /* init request for PTK Group state machine */
228 struct wpa_ptk *ptk, size_t ptk_len);
wpa_auth_ft.c 360 struct wpa_ptk *ptk, size_t ptk_len)
396 (u8 *) ptk, ptk_len, ptk_name);
397 wpa_hexdump_key(MSG_DEBUG, "FT: PTK", (u8 *) ptk, ptk_len);
459 if (aes_wrap(sm->PTK.kek, key_len / 8, key, subelem + 13)) {
491 if (aes_wrap(sm->PTK.kek, WPA_IGTK_LEN / 8,
720 wpa_ft_mic(sm->PTK.kck, sm->addr, sm->wpa_auth->addr, 6,
885 /* MLME-SETKEYS.request(PTK) */
894 "PTK configuration", sm->pairwise);
901 * again after association to get the PTK configured, but that could b
    [all...]

Completed in 134 milliseconds