OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:netw
(Results
1 - 3
of
3
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/
config_winreg.c
262
static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *
netw
,
271
ret = RegOpenKeyEx(hk,
netw
, 0, KEY_QUERY_VALUE, &nhk);
274
"network '" TSTR "'",
netw
);
278
wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'",
netw
);
325
"configured for network '" TSTR "'.",
netw
);
336
netw
);
346
"cipher for network '" TSTR "'.",
netw
);
787
HKEY nhk,
netw
;
local
804
ret = RegCreateKeyEx(nhk, name, 0, NULL, 0, KEY_WRITE, NULL, &
netw
,
814
#define STR(t) write_str(
netw
, #t, ssid
[
all
...]
/external/wpa_supplicant/
config_winreg.c
198
static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *
netw
,
207
ret = RegOpenKeyEx(hk,
netw
, 0, KEY_QUERY_VALUE, &nhk);
210
"network '" TSTR "'",
netw
);
214
wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'",
netw
);
261
"configured for network '" TSTR "'.",
netw
);
270
netw
);
280
"cipher for network '" TSTR "'.",
netw
);
699
HKEY nhk,
netw
;
local
716
ret = RegCreateKeyEx(nhk, name, 0, NULL, 0, KEY_WRITE, NULL, &
netw
,
726
#define STR(t) write_str(
netw
, #t, ssid
[
all
...]
/frameworks/base/docs/html/guide/topics/data/
data-storage.jd
22
<li><a href="#
netw
">Using a Network Connection</a></li>
50
<dt><a href="#
netw
">Network Connection</a></dt>
447
<h2 id="
netw
">Using a Network Connection</h2>
Completed in 17 milliseconds