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
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()
1078 (void) memcpy(gtk + 16, gtk + 24, 8); in wpa_supplicant_process_3_of_4_gtk()
1290 if (gtk) in wpa_supplicant_process_3_of_4()
1292 src_addr, key, gtk, gtk_len); in wpa_supplicant_process_3_of_4()
1307 uint8_t ek[32], tmpbuf[8], gtk[32]; in wpa_supplicant_process_1_of_2() local
1435 (uint8_t *)(key + 1), gtk)) { in wpa_supplicant_process_1_of_2()
1465 (void) memcpy(gtk + 16, gtk + 24, 8); in wpa_supplicant_process_1_of_2()
[all …]