Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:TCHAR

68 		TCHAR name[TNAMELEN];
121 static int wpa_config_read_reg_dword(HKEY hk, const TCHAR *name, int *_val)
138 static char * wpa_config_read_reg_string(HKEY hk, const TCHAR *name)
142 TCHAR *val;
198 static struct wpa_ssid * wpa_config_read_network(HKEY hk, const TCHAR *netw,
225 TCHAR name[255], data[1024];
310 TCHAR name[255];
361 TCHAR buf[256];
408 static int wpa_config_write_reg_dword(HKEY hk, const TCHAR *name, int val,
435 TCHAR *_name, *_val;
453 (os_strlen(val) + 1) * sizeof(TCHAR));
498 static int wpa_config_delete_subkeys(HKEY hk, const TCHAR *key)
513 TCHAR name[255];
701 TCHAR name[5];
803 TCHAR *name;
835 TCHAR buf[256];