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

1 2

  /external/dhcpcd/
if-linux-wireless.c 74 iwr.u.essid.pointer = ssid;
75 iwr.u.essid.length = IF_SSIDSIZE - 1;
78 retval = iwr.u.essid.length;
  /external/wpa_supplicant_8/src/drivers/
driver_atheros.c     [all...]
wireless_copy.h 128 * - 802.11 support (ESSID ioctls)
238 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
293 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
294 #define SIOCGIWESSID 0x8B1B /* get ESSID */
297 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
467 /* Maximum size of the ESSID and NICKN strings */
552 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
765 __u32 nwid; /* Rx : Wrong nwid/essid */
816 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
817 * the current ESSID. This allows scan requests for specific ESSI
821 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
951 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
driver_wext.c 146 iwr.u.essid.pointer = (caddr_t) ssid;
147 iwr.u.essid.length = 32;
153 ret = iwr.u.essid.length;
188 /* flags: 1 = ESSID is active, 0 = not (promiscuous) */
189 iwr.u.essid.flags = (ssid_len != 0);
192 iwr.u.essid.pointer = (caddr_t) buf;
205 iwr.u.essid.length = ssid_len;
1033 os_memcpy(req.essid, ssid, ssid_len);
1142 int ssid_len = iwe->u.essid.length;
1145 if (iwe->u.essid.flags &
    [all...]
driver_madwifi.c 1229 iwr.u.essid.flags = 1; /* SSID active */
1230 iwr.u.essid.pointer = (caddr_t) buf;
1231 iwr.u.essid.length = len + 1;
    [all...]
driver_ralink.c 152 iwr.u.essid.pointer = (caddr_t) ssid;
153 iwr.u.essid.length = 32;
159 ret = iwr.u.essid.length;
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /development/ndk/platforms/android-3/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /external/kernel-headers/original/linux/
wireless.h 105 * - 802.11 support (ESSID ioctls)
258 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
259 #define SIOCGIWESSID 0x8B1B /* get ESSID */
262 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
430 /* Maximum size of the ESSID and NICKN strings */
511 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
687 __u32 nwid; /* Rx : Wrong nwid/essid */
738 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
739 * the current ESSID. This allows scan requests for specific ESSID
743 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
873 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 105 * - 802.11 support (ESSID ioctls)
215 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
270 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
271 #define SIOCGIWESSID 0x8B1B /* get ESSID */
274 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
442 /* Maximum size of the ESSID and NICKN strings */
527 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
730 __u32 nwid; /* Rx : Wrong nwid/essid */
781 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
782 * the current ESSID. This allows scan requests for specific ESSI
786 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
916 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
driver_wext.c 245 iwr.u.essid.pointer = (caddr_t) ssid;
246 iwr.u.essid.length = 32;
252 ret = iwr.u.essid.length;
287 /* flags: 1 = ESSID is active, 0 = not (promiscuous) */
288 iwr.u.essid.flags = (ssid_len != 0);
291 iwr.u.essid.pointer = (caddr_t) buf;
304 iwr.u.essid.length = ssid_len;
1157 os_memcpy(req.essid, ssid, ssid_len);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 105 * - 802.11 support (ESSID ioctls)
215 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
270 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
271 #define SIOCGIWESSID 0x8B1B /* get ESSID */
274 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
442 /* Maximum size of the ESSID and NICKN strings */
527 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
738 __u32 nwid; /* Rx : Wrong nwid/essid */
789 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
790 * the current ESSID. This allows scan requests for specific ESSI
794 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
924 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wireless.h 105 * - 802.11 support (ESSID ioctls)
215 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
270 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
271 #define SIOCGIWESSID 0x8B1B /* get ESSID */
274 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
442 /* Maximum size of the ESSID and NICKN strings */
526 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
714 __u32 nwid; /* Rx : Wrong nwid/essid */
765 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
766 * the current ESSID. This allows scan requests for specific ESSI
770 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
900 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
wireless.h 350 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
418 struct iw_point essid; member in union:iwreq_data
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_wext.c 197 iwr.u.essid.pointer = (caddr_t) ssid;
198 iwr.u.essid.length = 32;
204 ret = iwr.u.essid.length;
239 /* flags: 1 = ESSID is active, 0 = not (promiscuous) */
240 iwr.u.essid.flags = (ssid_len != 0);
243 iwr.u.essid.pointer = (caddr_t) buf;
256 iwr.u.essid.length = ssid_len;
1169 os_memcpy(req.essid, ssid, ssid_len);
    [all...]
driver_nl80211.c 351 iwr.u.essid.pointer = (caddr_t) ssid;
352 iwr.u.essid.length = 32;
358 ret = iwr.u.essid.length;
387 /* flags: 1 = ESSID is active, 0 = not (promiscuous) */
388 iwr.u.essid.flags = (ssid_len != 0);
391 iwr.u.essid.pointer = (caddr_t) buf;
404 iwr.u.essid.length = ssid_len;
    [all...]
driver_ralink.c 149 iwr.u.essid.pointer = (caddr_t) ssid;
150 iwr.u.essid.length = 32;
156 ret = iwr.u.essid.length;
    [all...]

Completed in 472 milliseconds

1 2