HomeSort by relevance Sort by last modified time
    Searched defs:vendor (Results 51 - 75 of 235) sorted by null

1 23 4 5 6 7 8 910

  /external/wpa_supplicant_8/src/eap_peer/
eap_i.h 65 * vendor - EAP Vendor-ID (EAP_VENDOR_*) (0 = IETF)
67 int vendor; member in struct:eap_method
352 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method);
eap.c 38 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
114 * @vendor: Vendor-Id for expanded types or 0 = IETF for legacy types
118 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method)
128 for (i = 0; m[i].vendor != EAP_VENDOR_IETF ||
130 if (m[i].vendor == vendor && m[i].method == method)
248 wpa_printf(MSG_DEBUG, "EAP: vendor %u method %u not allowed",
251 "vendor=%u method=%u -> NAK",
259 "vendor=%u method=%u", sm->reqVendor, method)
1854 int vendor; local
    [all...]
tncc.c 513 unsigned int vendor, subtype; local
518 vendor = type >> 8;
525 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
1233 /* Vendor-Specific TLV (Microsoft) - SoH */
1264 /* Vendor-Specific Attribute */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
hiddev.h 46 __s16 vendor; member in struct:hiddev_devinfo
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 46 __s16 vendor; member in struct:hiddev_devinfo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
hiddev.h 46 __s16 vendor; member in struct:hiddev_devinfo
  /bionic/libc/kernel/arch-mips/asm/lasat/
lasat.h 85 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
  /bionic/libc/kernel/common/linux/
mod_devicetable.h 24 __u32 vendor, device; member in struct:pci_device_id
196 __u16 vendor; member in struct:input_device_id
telephony.h 37 vendor = 0, enumerator in enum:__anon557
  /development/ndk/platforms/android-3/include/linux/
mod_devicetable.h 18 __u32 vendor, device; member in struct:pci_device_id
192 __u16 vendor; member in struct:input_device_id
telephony.h 31 vendor = 0, enumerator in enum:__anon1203
  /development/ndk/platforms/android-9/arch-mips/include/asm/lasat/
lasat.h 85 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 214 if (System.getProperty("java.vendor").startsWith("IBM")) {
377 if (System.getProperty("java.vendor").startsWith("IBM")) {
1079 String vendor = System.getProperty("java.vendor"); local
1080 if (vendor.indexOf("IBM") != -1) {
    [all...]
  /external/grub/netboot/
fa311.c 102 unsigned short vendor; member in struct:FA311_DEV
137 dev->vendor = pci->vendor;
natsemi.c 194 static unsigned short vendor, dev_id;
262 vendor = pci->vendor;
291 printf("natsemi_probe: Vendor:%#hX Device:%#hX\n", vendor, dev_id);
193 static unsigned short vendor, dev_id; variable
pci.h 175 unsigned short vendor, dev_id; member in struct:pci_device
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 93 unsigned char vendor; member in struct:lasat_eeprom_struct_pre7
  /external/kernel-headers/original/linux/
mod_devicetable.h 18 __u32 vendor, device; /* Vendor and device ID or PCI_ANY_ID*/ member in struct:pci_device_id
61 * @idVendor: USB vendor ID for a device; numbers are assigned
63 * @idProduct: Vendor-assigned product ID.
64 * @bcdDevice_lo: Low end of range of vendor-assigned product version numbers.
71 * or be vendor-specific. Device classes specify behavior of all
77 * or be vendor-specific. Interface classes specify behavior only
283 __u16 vendor; member in struct:input_device_id
telephony.h 50 * Vendor Summary Information Area
77 vendor = 0, enumerator in enum:__anon8758
  /external/tcpdump/
print-pptp.c 109 u_char vendor[64]; member in struct:pptp_msg_sccrq
121 u_char vendor[64]; member in struct:pptp_msg_sccrp
264 2 u_char vendor[64];
580 pptp_vendor_print(const u_char *vendor)
582 printf(" VENDOR(%.64s)", vendor);
606 TCHECK(ptr->vendor);
607 pptp_vendor_print(&ptr->vendor[0]);
636 TCHECK(ptr->vendor);
637 pptp_vendor_print(&ptr->vendor[0])
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c 42 static Boolean eap_sm_allowMethod(struct eap_sm *sm, int vendor,
105 * @vendor: Vendor-Id for expanded types or 0 = IETF for legacy types
109 int eap_allowed_method(struct eap_sm *sm, int vendor, u32 method)
119 for (i = 0; m[i].vendor != EAP_VENDOR_IETF ||
121 if (m[i].vendor == vendor && m[i].method == method)
229 wpa_printf(MSG_DEBUG, "EAP: vendor %u method %u not allowed",
243 sm->m && sm->m->vendor == sm->reqVendor &&
260 "vendor %d method %d"
1660 int vendor; local
    [all...]
tncc.c 519 unsigned int vendor, subtype; local
524 vendor = type >> 8;
531 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
1239 /* Vendor-Specific TLV (Microsoft) - SoH */
1270 /* Vendor-Specific Attribute */
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_i.h 31 int vendor; member in struct:eap_method
tncs.c 564 unsigned int vendor, subtype; local
569 vendor = type >> 8;
576 if ((vendor == svendor || svendor == TNC_VENDORID_ANY) &&
1250 /* Vendor-Specific TLV (Microsoft) - SoH Request */
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 25 int vendor; member in struct:eap_method

Completed in 779 milliseconds

1 23 4 5 6 7 8 910