Searched defs:netw (Results 1 - 2 of 2) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_winreg.c262 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, argument
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, #
[all...]
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig_winreg.c278 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw, argument
287 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk);
290 "network '" TSTR "'", netw);
294 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw);
341 "configured for network '" TSTR "'.", netw);
350 netw);
360 "cipher for network '" TSTR "'.", netw);
824 HKEY nhk, netw; local
841 ret = RegCreateKeyEx(nhk, name, 0, NULL, 0, KEY_WRITE, NULL, &netw,
851 #define STR(t) write_str(netw, #
[all...]

Completed in 76 milliseconds