Home
last modified time | relevance | path

Searched refs:wpa_debug_show_keys (Results 1 – 9 of 9) sorted by relevance

/external/wpa_supplicant/
Dcommon.c24 int wpa_debug_show_keys = 0; variable
267 _wpa_hexdump(level, title, buf, len, wpa_debug_show_keys); in wpa_hexdump_key()
365 _wpa_hexdump_ascii(level, title, buf, len, wpa_debug_show_keys); in wpa_hexdump_ascii_key()
Dmain_winmain.c42 params.wpa_debug_show_keys = 1; in WinMain()
Dpreauth_test.c37 extern int wpa_debug_show_keys;
308 wpa_debug_show_keys = 1; in main()
Dmain.c195 params.wpa_debug_show_keys++; in main()
Dmain_winsvc.c161 params.wpa_debug_show_keys = val; in wpa_supplicant_thread()
Deapol_test.c38 extern int wpa_debug_show_keys;
941 wpa_debug_show_keys = 1; in main()
Dwpa_supplicant.c113 extern int wpa_debug_show_keys;
2572 wpa_debug_show_keys = global->params.wpa_debug_show_keys = in wpa_supplicant_init()
2573 params->wpa_debug_show_keys; in wpa_supplicant_init()
Dtls_gnutls.c160 extern int wpa_debug_show_keys;
208 if (wpa_debug_show_keys) in tls_init()
Dwpa_supplicant_i.h143 int wpa_debug_show_keys; member