Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A Dwpa.c1308 uint8_t *gtk_ie = NULL; in wpa_supplicant_process_1_of_2() local
1338 gtk_ie = pos + 2 + RSN_SELECTOR_LEN; in wpa_supplicant_process_1_of_2()
1348 if (gtk_ie == NULL) { in wpa_supplicant_process_1_of_2()
1411 gtk_ie, gtk_ie_len); in wpa_supplicant_process_1_of_2()
1412 keyidx = gtk_ie[0] & 0x3; in wpa_supplicant_process_1_of_2()
1413 tx = !!(gtk_ie[0] & BIT(2)); in wpa_supplicant_process_1_of_2()
1419 (void) memcpy(gtk, gtk_ie + 2, gtk_ie_len - 2); in wpa_supplicant_process_1_of_2()