/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ie.h | 18 const u8 *gtk; member in struct:wpa_eapol_ie_parse
|
wpa_auth.c | 245 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "rekeying GTK"); 520 * Reinitialize GTK to make sure it is suitable for the new 568 /* Go to PTKINITDONE state to allow GTK rekeying */ 641 "strict rekeying - force GTK rekey since STA " 1984 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos, dummy_gtk[32]; local 2335 u8 *gtk, dummy_gtk[32]; local [all...] |
/external/fonttools/Lib/fontTools/ |
inspect.py | 13 import gtk namespace 162 class FontTreeModel(gtk.GenericTreeModel): 224 gtk.main_quit() 229 self.window = gtk.Window(gtk.WINDOW_TOPLEVEL) 234 self.scrolled_window = gtk.ScrolledWindow() 239 self.treeview = gtk.TreeView(self.treemodel) 244 col = gtk.TreeViewColumn(col_name) 248 cell = gtk.CellRendererText() 262 gtk.main( [all...] |
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ft.c | 549 u8 gtk[32]; local 555 wpa_printf(MSG_DEBUG, "FT: No GTK included in FTIE"); 559 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp", 563 gtk_elem_len - 19 > sizeof(gtk)) { 564 wpa_printf(MSG_DEBUG, "FT: Invalid GTK sub-elem " 569 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) { 571 "decrypt GTK"); 585 wpa_printf(MSG_DEBUG, "FT: Too short GTK in FTIE"); 594 wpa_printf(MSG_DEBUG, "FT: GTK length mismatch: received %d " 600 wpa_hexdump_key(MSG_DEBUG, "FT: GTK from Reassoc Resp", gtk, keylen) [all...] |
wpa_ie.h | 20 const u8 *gtk; member in struct:wpa_eapol_ie_parse
|
wpa.c | 498 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr), 630 u8 gtk[32]; member in struct:wpa_gtk_data 639 const u8 *_gtk = gd->gtk; 642 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len); 644 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)", 649 os_memcpy(gtk_buf, gd->gtk, 16); 650 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8); 651 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8); 659 "WPA: Failed to set GTK to the driver " 668 "WPA: Failed to set GTK to [all...] |
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
eapol.h | 163 /* GTK encapsulation */ 167 uint8 gtk[EAPOL_WPA_MAX_KEY_SIZE]; member in struct:__anon39257
|
/prebuilts/tools/linux-x86/swt/ |
swt.jar | |
/prebuilts/tools/linux-x86_64/swt/ |
swt.jar | |
/external/wpa_supplicant_8/src/common/ |
wpa_common.h | 236 * 3/4: one or two RSN IEs + GTK IE (encrypted) 238 * 1/2: GTK IE (encrypted) 392 const u8 *gtk; member in struct:wpa_ft_ies
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |