OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:essid
(Results
1 - 9
of
9
) sorted by null
/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
...]
/cts/hostsidetests/securitybulletin/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
/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
...]
/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;
1106
os_memcpy(req.
essid
, ssid, ssid_len);
1214
int ssid_len = iwe->u.
essid
.length;
1217
if (iwe->u.
essid
.flags &
[
all
...]
driver_atheros.c
[
all
...]
driver_hostap.c
557
iwr.u.
essid
.flags = 1; /* SSID active */
558
iwr.u.
essid
.pointer = (caddr_t) buf;
559
iwr.u.
essid
.length = len + 1;
/external/libmtp/src/
ptp.c
[
all
...]
ptp.h
1274
char
essid
[33];
member in struct:_PTPNIKONWifiProfile
[
all
...]
Completed in 2806 milliseconds