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

  /hardware/ti/wlan/wl1271/CUDK/os/linux/src/
cu_wext.c 185 pCuWext->req_data.essid.pointer = (PVOID)ssid->Ssid;
186 pCuWext->req_data.essid.length = sizeof(OS_802_11_SSID) - sizeof(U32);
187 pCuWext->req_data.essid.flags = 0;
193 ssid->SsidLength = pCuWext->req_data.essid.length;
270 os_memcpy(tReq.essid, ssid->Ssid, ssid->SsidLength);
370 pCuWext->req_data.essid.pointer = (PVOID)ssid->Ssid;
371 pCuWext->req_data.essid.length = ssid->SsidLength;
373 pCuWext->req_data.essid.flags = 1;
375 pCuWext->req_data.essid.flags = 0;
376 pCuWext->req_data.essid.flags |= SET_SSID_WITHOUT_SUPPL
    [all...]
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
cu_wext.c 185 pCuWext->req_data.essid.pointer = (PVOID)ssid->Ssid;
186 pCuWext->req_data.essid.length = sizeof(OS_802_11_SSID) - sizeof(U32);
187 pCuWext->req_data.essid.flags = 0;
193 ssid->SsidLength = pCuWext->req_data.essid.length;
251 os_memcpy(tReq.essid, ssid->Ssid, ssid->SsidLength);
350 pCuWext->req_data.essid.pointer = (PVOID)ssid->Ssid;
351 pCuWext->req_data.essid.length = ssid->SsidLength;
353 pCuWext->req_data.essid.flags = 1;
355 pCuWext->req_data.essid.flags = 0;
356 pCuWext->req_data.essid.flags |= SET_SSID_WITHOUT_SUPPL
    [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...]
  /hardware/ti/wlan/wl1271/platforms/os/linux/src/
CmdInterpretWext.c 602 os_memoryCopy(pCmdInterpret->hOs,pParam->content.pScanParams->desiredSsid.str, pScanReq.essid, pScanReq.essid_len);
    [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
  /system/wlan/ti/wilink_6_1/platforms/os/linux/src/
CmdInterpretWext.c 530 os_memoryCopy(pCmdInterpret->hOs, pParam->content.tScanDesiredSSID.str, scanReq.essid, scanReq.essid_len);
762 /* Set ESSID */
768 if (wrqu->essid.flags & SET_SSID_WITHOUT_SUPPL)
769 wrqu->essid.flags &= ~SET_SSID_WITHOUT_SUPPL;
777 if (wrqu->essid.flags == 0)
779 /* Connect to ANY ESSID - use empty */
784 /* Handle ESSID length issue in WEXT (backward compatibility with old/new versions) */
785 length = wrqu->essid.length - 1;
788 while (length < wrqu->essid.length && extra[length])
806 /* get ESSID */
    [all...]
  /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;
1166 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...]
  /hardware/broadcom/wlan/bcm4329/src/wl/sys/
wl_iw.c     [all...]

Completed in 326 milliseconds