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

1 2

  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.h 48 #define WL_IW_SET_ACTIVE_SCAN (SIOCIWFIRSTPRIV+1)
49 #define WL_IW_GET_RSSI (SIOCIWFIRSTPRIV+3)
50 #define WL_IW_SET_PASSIVE_SCAN (SIOCIWFIRSTPRIV+5)
51 #define WL_IW_GET_LINK_SPEED (SIOCIWFIRSTPRIV+7)
52 #define WL_IW_GET_CURR_MACADDR (SIOCIWFIRSTPRIV+9)
53 #define WL_IW_SET_STOP (SIOCIWFIRSTPRIV+11)
54 #define WL_IW_SET_START (SIOCIWFIRSTPRIV+13)
57 #define WL_SET_AP_CFG (SIOCIWFIRSTPRIV+15)
58 #define WL_AP_STA_LIST (SIOCIWFIRSTPRIV+17)
59 #define WL_AP_MAC_FLTR (SIOCIWFIRSTPRIV+19
    [all...]
  /external/wpa_supplicant/
driver_ndiswrapper.c 63 #define PRIV_RESET SIOCIWFIRSTPRIV+0
64 #define WPA_SET_WPA SIOCIWFIRSTPRIV+1
65 #define WPA_SET_KEY SIOCIWFIRSTPRIV+2
66 #define WPA_ASSOCIATE SIOCIWFIRSTPRIV+3
67 #define WPA_DISASSOCIATE SIOCIWFIRSTPRIV+4
68 #define WPA_DROP_UNENCRYPTED SIOCIWFIRSTPRIV+5
69 #define WPA_SET_COUNTERMEASURES SIOCIWFIRSTPRIV+6
70 #define WPA_DEAUTHENTICATE SIOCIWFIRSTPRIV+7
71 #define WPA_SET_AUTH_ALG SIOCIWFIRSTPRIV+8
72 #define WPA_INIT SIOCIWFIRSTPRIV+
    [all...]
driver_hostap.h 18 #define PRISM2_IOCTL_PRISM2_PARAM (SIOCIWFIRSTPRIV + 0)
19 #define PRISM2_IOCTL_RESET (SIOCIWFIRSTPRIV + 6)
driver_atmel.c 59 #define ATMEL_WPA_IOCTL (SIOCIWFIRSTPRIV + 2)
60 #define ATMEL_WPA_IOCTL_PARAM (SIOCIWFIRSTPRIV + 3)
61 #define ATMEL_WPA_IOCTL_GET_PARAM (SIOCIWFIRSTPRIV + 4)
driver_prism54.c 34 #define PRISM54_SET_WPA SIOCIWFIRSTPRIV+12
35 #define PRISM54_HOSTAPD SIOCIWFIRSTPRIV+25
36 #define PRISM54_DROP_UNENCRYPTED SIOCIWFIRSTPRIV+26
wireless_copy.h 330 #define SIOCIWFIRSTPRIV 0x8BE0
399 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
639 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
640 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndiswrapper.c 63 #define PRIV_RESET SIOCIWFIRSTPRIV+0
64 #define WPA_SET_WPA SIOCIWFIRSTPRIV+1
65 #define WPA_SET_KEY SIOCIWFIRSTPRIV+2
66 #define WPA_ASSOCIATE SIOCIWFIRSTPRIV+3
67 #define WPA_DISASSOCIATE SIOCIWFIRSTPRIV+4
68 #define WPA_DROP_UNENCRYPTED SIOCIWFIRSTPRIV+5
69 #define WPA_SET_COUNTERMEASURES SIOCIWFIRSTPRIV+6
70 #define WPA_DEAUTHENTICATE SIOCIWFIRSTPRIV+7
71 #define WPA_SET_AUTH_ALG SIOCIWFIRSTPRIV+8
72 #define WPA_INIT SIOCIWFIRSTPRIV+
    [all...]
driver_hostap.h 18 #define PRISM2_IOCTL_PRISM2_PARAM (SIOCIWFIRSTPRIV + 0)
19 #define PRISM2_IOCTL_RESET (SIOCIWFIRSTPRIV + 6)
driver_ralink.h 21 #define SIOCIWFIRSTPRIV SIOCDEVPRIVATE
24 #define RT_PRIV_IOCTL (SIOCIWFIRSTPRIV + 0x0E)
25 #define RTPRIV_IOCTL_SET (SIOCIWFIRSTPRIV + 0x02)
driver_atmel.c 58 #define ATMEL_WPA_IOCTL (SIOCIWFIRSTPRIV + 2)
59 #define ATMEL_WPA_IOCTL_PARAM (SIOCIWFIRSTPRIV + 3)
60 #define ATMEL_WPA_IOCTL_GET_PARAM (SIOCIWFIRSTPRIV + 4)
driver_prism54.c 32 #define PRISM54_SET_WPA SIOCIWFIRSTPRIV+12
33 #define PRISM54_HOSTAPD SIOCIWFIRSTPRIV+25
34 #define PRISM54_DROP_UNENCRYPTED SIOCIWFIRSTPRIV+26
driver_ps3.c 63 ret = ioctl(drv->ioctl_sock, SIOCIWFIRSTPRIV, &iwr);
  /bionic/libc/kernel/common/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/linux/
wireless.h 318 #define SIOCIWFIRSTPRIV 0x8BE0
387 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
609 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
610 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 330 #define SIOCIWFIRSTPRIV 0x8BE0
399 * Privates ioctl are SIOCIWFIRSTPRIV -> SIOCIWLASTPRIV
647 #define IW_EVENT_CAPA_BASE(cmd) ((cmd >= SIOCIWFIRSTPRIV) ? \
648 (cmd - SIOCIWFIRSTPRIV + 0x60) : \
    [all...]
  /ndk/build/platforms/android-3/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))
  /ndk/build/platforms/android-4/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))
  /ndk/build/platforms/android-5/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))
  /ndk/build/platforms/android-5/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))
  /ndk/build/platforms/android-8/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))
  /ndk/build/platforms/android-8/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))
  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
ipc_sta.c 167 res = ioctl(pIpcSta->STA_socket, SIOCIWFIRSTPRIV, &pIpcSta->wext_req);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
ipc_sta.c 167 res = ioctl(pIpcSta->STA_socket, SIOCIWFIRSTPRIV, &pIpcSta->wext_req);
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
WlanDrvWext.c 127 (iw_handler) wlanDrvWext_Handler, /* SIOCIWFIRSTPRIV+0 (set) */
128 (iw_handler) wlanDrvWext_Handler, /* SIOCIWFIRSTPRIV+1 (get) */
182 case SIOCIWFIRSTPRIV:
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
WlanDrvWext.c 127 (iw_handler) wlanDrvWext_Handler, /* SIOCIWFIRSTPRIV+0 (set) */
128 (iw_handler) wlanDrvWext_Handler, /* SIOCIWFIRSTPRIV+1 (get) */
180 case SIOCIWFIRSTPRIV:

Completed in 1705 milliseconds

1 2