OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Ssid
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/geolocation/
wifi_data_provider_common_win.cc
16
// Currently we get only MAC address, signal strength and
SSID
.
21
// Note that _NDIS_802_11_SSID::
Ssid
::
Ssid
is not null-terminated.
22
UTF8ToUTF16(reinterpret_cast<const char*>(data.
Ssid
.
Ssid
),
23
data.
Ssid
.SsidLength,
24
&access_point_data->
ssid
);
/external/wpa_supplicant_8/src/drivers/
driver_ndis.c
87
UCHAR
Ssid
[NDIS_802_11_LENGTH_SSID];
161
NDIS_802_11_SSID
Ssid
;
661
static int wpa_driver_ndis_get_ssid(void *priv, u8 *
ssid
)
669
wpa_printf(MSG_DEBUG, "NDIS: Failed to get
SSID
");
677
os_memcpy(
ssid
, buf.
Ssid
, buf.SsidLength);
683
const u8 *
ssid
, size_t ssid_len)
689
os_memcpy(buf.
Ssid
,
ssid
, ssid_len);
692
* force
SSID
to be changed to a random one in order to enable radio a
712
char
ssid
[32];
local
[
all
...]
Completed in 824 milliseconds