Searched refs:TSTR (Results 1 – 3 of 3) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | config_winreg.c | 44 #define TSTR "%S" macro 46 #define TSTR "%s" macro 127 wpa_printf(MSG_DEBUG, TSTR "=%d", name, (int) val); in wpa_config_read_reg_dword() 157 wpa_printf(MSG_DEBUG, TSTR "=%s", name, (char *) val); in wpa_config_read_reg_string() 306 "network '" TSTR "'", netw); in wpa_config_read_network() 310 wpa_printf(MSG_MSGDUMP, "Start of a new network '" TSTR "'", netw); in wpa_config_read_network() 358 "configured for network '" TSTR "'.", netw); in wpa_config_read_network() 370 "cipher for network '" TSTR "'.", netw); in wpa_config_read_network() 476 "configuration registry HKLM\\" TSTR, buf); in wpa_config_read() 658 wpa_printf(MSG_DEBUG, "WINREG: Could not open key '" TSTR in wpa_config_delete_subkeys()
|
D | main_winsvc.c | 55 #define TSTR "%S" macro 57 #define TSTR "%s" macro 259 printf("Registering service: " TSTR "\n", WPASVC_NAME); in register_service() 300 printf("Unregistering service: " TSTR "\n", WPASVC_NAME); in unregister_service()
|
/hostap-3.6.0/src/eap_peer/ |
D | tncc.c | 23 #define TSTR "%S" macro 25 #define TSTR "%s" macro 918 wpa_printf(MSG_DEBUG, "TNC: IMC '" TSTR "'", name); in tncc_read_config_reg() 922 wpa_printf(MSG_DEBUG, "Could not open IMC key '" TSTR in tncc_read_config_reg() 931 "IMC key '" TSTR "'", name); in tncc_read_config_reg()
|