HomeSort by relevance Sort by last modified time
    Searched refs: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_8/wpa_supplicant/
config_winreg.c 284 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
293 ret = RegOpenKeyEx(hk, netw, 0, KEY_QUERY_VALUE, &nhk);
296 "network '" TSTR "'", netw);
300 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw);
347 "configured for network '" TSTR "'.", netw);
358 netw);
368 "cipher for network '" TSTR "'.", netw);
832 HKEY nhk, netw; local
849 ret = RegCreateKeyEx(nhk, name, 0, NULL, 0, KEY_WRITE, NULL, &netw,
859 #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...]

Completed in 49 milliseconds