Searched defs:gtk (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dwpa_ie.h24 const u8 *gtk; member in struct:wpa_eapol_ie_parse
H A Dwpa_ft.c280 const u8 *gtk; member in struct:wpa_ft_ies
316 parse->gtk = pos + 2;
596 u8 gtk[32]; local
610 gtk_elem_len - 18 > sizeof(gtk)) {
616 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 10, gtk)) {
665 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen);
667 keyidx, 0, gtk_elem + 2, rsc_len, gtk, keylen) <
829 if (wpa_ft_process_gtk_subelem(sm, parse.gtk, parse.gtk_len) < 0)
H A Dwpa.c626 u8 gtk[32]; member in struct:wpa_gtk_data
635 const u8 *_gtk = gd->gtk;
638 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len);
645 os_memcpy(gtk_buf, gd->gtk, 16);
646 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8);
647 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8);
692 const u8 *gtk, size_t gtk_len,
708 gtk, gtk_len);
710 if (gtk_len < 2 || gtk_len - 2 > sizeof(gd.gtk))
713 gd.keyidx = gtk[
690 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
[all...]
/external/wpa_supplicant/
H A Dwpa.c1179 const u8 *gtk; member in struct:wpa_eapol_ie_parse
1233 ie->gtk = pos + 2 + RSN_SELECTOR_LEN;
1703 u8 gtk[32]; member in struct:wpa_gtk_data
1712 const u8 *_gtk = gd->gtk;
1715 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len);
1721 os_memcpy(gtk_buf, gd->gtk, 16);
1722 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8);
1723 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8);
1767 const u8 *gtk, size_t gtk_len,
1783 gtk, gtk_le
1765 wpa_supplicant_pairwise_gtk(struct wpa_sm *sm, const struct wpa_eapol_key *key, const u8 *gtk, size_t gtk_len, int key_info) argument
[all...]

Completed in 38 milliseconds