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

  /external/dhcpcd-6.8.2/
if-linux-wext.c 75 iwr.u.essid.pointer = ssid;
76 iwr.u.essid.length = IF_SSIDSIZE - 1;
79 retval = iwr.u.essid.length;
  /external/autotest/client/site_tests/network_WiFiTxRx/
network-flipflop.sh 63 # harvest the state of the target interface: modulation, essid and so forth:
83 if_essid=${data##*ESSID:*(\")};
85 if_80211=${data%%+( )ESSID:*};
139 ESSID:*)
140 cell_essid=${scan#*ESSID:\"};
145 progress "Found test ESSID $cell_essid (Frequency: $cell_freq)";
155 progress "Ignoring ESSID $cell_essid (Frequency: $cell_freq)";
169 progress Scanning for ESSID $target;
170 iwlist $iface scan | grep -q "ESSID:\"$target\"";
199 essid=${2:-"NO-ESSID-SUPPLIED"}
    [all...]
  /external/syslinux/gpxe/src/net/80211/
wpa_psk.c 65 pbkdf2_sha1 ( passphrase, len, dev->essid, strlen ( dev->essid ),
net80211.c 108 /** If non-"", the ESSID to limit ourselves to */
109 const char *essid; member in struct:net80211_probe_ctx
1069 memcpy ( dev->essid, ie->ssid, ie->len );
1070 dev->essid[ie->len] = 0;
    [all...]
  /external/syslinux/gpxe/src/usr/
iwmgmt.c 48 printf ( "SSID '%s', ", dev->essid );
81 printf ( " to '%s'", dev->associating->essid );
188 snprintf ( ssid_buf, sizeof ( ssid_buf ), "%s", wlan->essid );
  /cts/hostsidetests/security/securityPatch/CVE-2016-2471/
poc.c 83 struct iw_point essid; /* Extended network name */ member in union:iwreq_data
117 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
  /external/syslinux/gpxe/src/include/gpxe/
net80211.h 583 * may rely on the contents of the @a essid field in @a dev.
962 char essid[IEEE80211_MAX_SSID_LEN+1]; member in struct:net80211_device
1064 char essid[IEEE80211_MAX_SSID_LEN+1]; member in struct:net80211_wlan
    [all...]
  /bionic/libc/kernel/uapi/linux/
wireless.h 304 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
351 struct iw_point essid; member in union:iwreq_data
  /external/kernel-headers/original/uapi/linux/
wireless.h 106 * - 802.11 support (ESSID ioctls)
216 * - Change length in ESSID and NICK to strlen() instead of strlen()+1
271 #define SIOCSIWESSID 0x8B1A /* set ESSID (network name) */
272 #define SIOCGIWESSID 0x8B1B /* get ESSID */
275 /* As the ESSID and NICKN are strings up to 32 bytes long, it doesn't fit
445 /* Maximum size of the ESSID and NICKN strings */
530 #define IW_SCAN_THIS_ESSID 0x0002 /* Scan only this ESSID */
726 __u32 nwid; /* Rx : Wrong nwid/essid */
774 * Use this ESSID if IW_SCAN_THIS_ESSID flag is used instead of using
775 * the current ESSID. This allows scan requests for specific ESSI
779 __u8 essid[IW_ESSID_MAX_SIZE]; member in struct:iw_scan_req
902 struct iw_point essid; \/* Extended network name *\/ member in union:iwreq_data
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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
444 /* Maximum size of the ESSID and NICKN strings */
529 #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...]
  /external/wpa_supplicant_8/src/drivers/
driver_wext.c 134 iwr.u.essid.pointer = (caddr_t) ssid;
135 iwr.u.essid.length = SSID_MAX_LEN;
142 ret = iwr.u.essid.length;
177 /* flags: 1 = ESSID is active, 0 = not (promiscuous) */
178 iwr.u.essid.flags = (ssid_len != 0);
181 iwr.u.essid.pointer = (caddr_t) buf;
194 iwr.u.essid.length = ssid_len;
1104 os_memcpy(req.essid, ssid, ssid_len);
1212 int ssid_len = iwe->u.essid.length;
1215 if (iwe->u.essid.flags &
    [all...]
driver_hostap.c 550 iwr.u.essid.flags = 1; /* SSID active */
551 iwr.u.essid.pointer = (caddr_t) buf;
552 iwr.u.essid.length = len + 1;
driver_atheros.c     [all...]
  /external/libmtp/src/
ptp.c     [all...]
ptp.h 1274 char essid[33]; member in struct:_PTPNIKONWifiProfile
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2857 struct vki_iw_point essid; \/* Extended network name *\/ member in union:vki_iwreq_data
    [all...]

Completed in 671 milliseconds