HomeSort by relevance Sort by last modified time
    Searched refs:SIOCIWFIRSTPRIV (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /external/wpa_supplicant_8/src/drivers/
driver_hostap.h 17 #define PRISM2_IOCTL_PRISM2_PARAM (SIOCIWFIRSTPRIV + 0)
18 #define PRISM2_IOCTL_GET_PRISM2_PARAM (SIOCIWFIRSTPRIV + 1)
19 #define PRISM2_IOCTL_WRITEMIF (SIOCIWFIRSTPRIV + 2)
20 #define PRISM2_IOCTL_READMIF (SIOCIWFIRSTPRIV + 3)
21 #define PRISM2_IOCTL_MONITOR (SIOCIWFIRSTPRIV + 4)
22 #define PRISM2_IOCTL_RESET (SIOCIWFIRSTPRIV + 6)
23 #define PRISM2_IOCTL_INQUIRE (SIOCIWFIRSTPRIV + 8)
24 #define PRISM2_IOCTL_WDS_ADD (SIOCIWFIRSTPRIV + 10)
25 #define PRISM2_IOCTL_WDS_DEL (SIOCIWFIRSTPRIV + 12)
26 #define PRISM2_IOCTL_SET_RID_WORD (SIOCIWFIRSTPRIV + 14
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-6733/
local_pwn.h 19 #define SIOCIWFIRSTPRIV 0x8BE0
21 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
poc.c 32 #define SIOCIWFIRSTPRIV 0x8BE0
34 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8435/
local_pwn.h 19 #define SIOCIWFIRSTPRIV 0x8BE0
21 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6730/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6731/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6732/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6734/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6735/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-6736/
poc.c 33 #define SIOCIWFIRSTPRIV 0x8BE0
35 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8431/
local_poc.h 19 #define SIOCIWFIRSTPRIV 0x8BE0
21 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /cts/hostsidetests/security/securityPatch/CVE-2016-8432/
local_poc.h 19 #define SIOCIWFIRSTPRIV 0x8BE0
21 #define IOCTL_SET_STRUCT_FOR_EM (SIOCIWFIRSTPRIV + 11)
  /bionic/libc/kernel/uapi/linux/
wireless.h 90 #define SIOCIWFIRSTPRIV 0x8BE0
310 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCIWFIRST))
  /development/ndk/platforms/android-21/include/linux/
wireless.h 90 #define SIOCIWFIRSTPRIV 0x8BE0
310 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCIWFIRST))
  /development/ndk/platforms/android-9/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /external/kernel-headers/original/uapi/linux/
wireless.h 330 #define SIOCIWFIRSTPRIV 0x8BE0
401 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
651 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
652 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
wireless.h 330 #define SIOCIWFIRSTPRIV 0x8BE0
399 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
649 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
650 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wireless.h 330 #define SIOCIWFIRSTPRIV 0x8BE0
401 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
651 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
652 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
wireless.h 86 #define SIOCIWFIRSTPRIV 0x8BE0
279 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? (cmd - SIOCIWFIRSTPRIV + 0x60) : (cmd - SIOCSIWCOMMIT))

Completed in 817 milliseconds

1 2 3 4 5