Home
last modified time | relevance | path

Searched refs:gtk (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c1001 uint8_t *gtk, int gtk_len) in wpa_supplicant_process_3_of_4_gtk() argument
1006 "WPA: received GTK in pairwise handshake", gtk, gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1008 keyidx = gtk[0] & 0x3; in wpa_supplicant_process_3_of_4_gtk()
1009 tx = !!(gtk[0] & BIT(2)); in wpa_supplicant_process_3_of_4_gtk()
1024 gtk += 2; in wpa_supplicant_process_3_of_4_gtk()
1026 wpa_hexdump(MSG_DEBUG, "WPA: Group Key", gtk, gtk_len); in wpa_supplicant_process_3_of_4_gtk()
1077 (void) memcpy(tmpbuf, gtk + 16, 8); in wpa_supplicant_process_3_of_4_gtk()
1078 (void) memcpy(gtk + 16, gtk + 24, 8); in wpa_supplicant_process_3_of_4_gtk()
1079 (void) memcpy(gtk + 24, tmpbuf, 8); in wpa_supplicant_process_3_of_4_gtk()
1085 key_rsc_len, gtk, gtk_len) < 0) in wpa_supplicant_process_3_of_4_gtk()
[all …]