HomeSort by relevance Sort by last modified time
    Searched defs:gtk (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/ap/
wpa_auth_ie.h 18 const u8 *gtk; member in struct:wpa_eapol_ie_parse
wpa_auth.c 242 wpa_auth_logger(wpa_auth, NULL, LOGGER_DEBUG, "rekeying GTK");
499 * Reinitialize GTK to make sure it is suitable for the new
601 "strict rekeying - force GTK rekey since STA "
1114 "received EAPOL-Key Request for GTK "
1170 const u8 *gnonce, u8 *gtk, size_t gtk_len)
1176 /* GTK = PRF-X(GMK, "Group key expansion",
1908 u8 rsc[WPA_KEY_RSC_LEN], *_rsc, *gtk, *kde, *pos, dummy_gtk[32]; local
2245 u8 *gtk, dummy_gtk[32]; local
    [all...]
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 55 import gtk namespace
58 from gtk import gdk
63 if gtk.pygtk_version < (2, 8) :
67 class GlyphsWindow (gtk.Widget) :
69 gtk.Widget.__init__(self)
77 self.set_flags(gtk.REALIZED)
87 self.style.set_background(self.window, gtk.STATE_NORMAL)
108 win = gtk.Window()
110 win.connect('delete-event', gtk.main_quit)
111 frame = gtk.Frame("glyphs"
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa_ft.c 547 u8 gtk[32]; local
553 wpa_printf(MSG_DEBUG, "FT: No GTK included in FTIE");
557 wpa_hexdump_key(MSG_DEBUG, "FT: Received GTK in Reassoc Resp",
561 gtk_elem_len - 19 > sizeof(gtk)) {
562 wpa_printf(MSG_DEBUG, "FT: Invalid GTK sub-elem "
567 if (aes_unwrap(sm->ptk.kek, gtk_len / 8, gtk_elem + 11, gtk)) {
569 "decrypt GTK");
583 wpa_printf(MSG_DEBUG, "FT: Too short GTK in FTIE");
592 wpa_printf(MSG_DEBUG, "FT: GTK length mismatch: received %d "
598 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 463 MACSTR " [PTK=%s GTK=%s]", MAC2STR(addr),
595 u8 gtk[32]; member in struct:wpa_gtk_data
604 const u8 *_gtk = gd->gtk;
607 wpa_hexdump_key(MSG_DEBUG, "WPA: Group Key", gd->gtk, gd->gtk_len);
609 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
614 os_memcpy(gtk_buf, gd->gtk, 16);
615 os_memcpy(gtk_buf + 16, gd->gtk + 24, 8);
616 os_memcpy(gtk_buf + 24, gd->gtk + 16, 8);
624 "WPA: Failed to set GTK to the driver "
632 "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:__anon33572
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/wpa_supplicant_8/src/common/
wpa_common.h 221 * 3/4: one or two RSN IEs + GTK IE (encrypted)
223 * 1/2: GTK IE (encrypted)
375 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 

Completed in 59 milliseconds