/external/wpa_supplicant_8/src/crypto/ |
D | random.c | 82 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool() 139 wpa_printf(MSG_EXCESSIVE, "Add randomness: count=%u entropy=%u", in random_add_randomness() 143 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 147 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 165 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes() 174 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes() 193 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes() 202 wpa_hexdump_key(MSG_EXCESSIVE, "mixed random", buf, len); in random_get_bytes()
|
D | aes-ccm.c | 43 wpa_hexdump_key(MSG_EXCESSIVE, "CCM B_0", b, AES_BLOCK_SIZE); in aes_ccm_auth_start() 122 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", x, M); in aes_ccm_encr_auth() 128 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_encr_auth() 137 wpa_hexdump_key(MSG_EXCESSIVE, "CCM U", auth, M); in aes_ccm_decr_auth() 143 wpa_hexdump_key(MSG_EXCESSIVE, "CCM T", t, M); in aes_ccm_decr_auth() 207 wpa_printf(MSG_EXCESSIVE, "CCM: Auth mismatch"); in aes_ccm_ad()
|
D | aes-gcm.c | 186 wpa_hexdump_key(MSG_EXCESSIVE, "Hash subkey H for GHASH", in aes_gcm_init_hash_subkey() 247 wpa_hexdump_key(MSG_EXCESSIVE, "S = GHASH_H(...)", S, 16); in aes_gcm_ghash() 314 wpa_printf(MSG_EXCESSIVE, "GCM: Tag mismatch"); in aes_gcm_ad()
|
/external/wpa_supplicant_8/src/common/ |
D | ieee802_11_common.c | 72 wpa_printf(MSG_EXCESSIVE, "unknown WMM " in ieee802_11_parse_vendor_specific() 85 wpa_printf(MSG_EXCESSIVE, "Unknown Microsoft " in ieee802_11_parse_vendor_specific() 126 wpa_printf(MSG_EXCESSIVE, "Unknown Broadcom " in ieee802_11_parse_vendor_specific() 135 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " in ieee802_11_parse_vendor_specific()
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 18 MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR enumerator
|
/external/wpa_supplicant_8/src/wps/ |
D | wps_attr_parse.c | 23 wpa_printf(MSG_EXCESSIVE, "WPS: WFA subelement id=%u len=%u", in wps_set_vendor_ext_wfa_subelem() 579 wpa_printf(MSG_EXCESSIVE, "WPS: attr type=0x%x len=%u", in wps_parse_msg()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | scan.c | 1317 wpa_printf(MSG_EXCESSIVE, "Sorted scan results"); in dump_scan_res() 1325 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res() 1331 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res() 1338 wpa_hexdump(MSG_EXCESSIVE, "IEs", pos, r->ie_len); in dump_scan_res() 1341 wpa_hexdump(MSG_EXCESSIVE, "Beacon IEs", in dump_scan_res()
|
D | ctrl_iface.c | 1280 case MSG_EXCESSIVE: in debug_level_str() 1301 return MSG_EXCESSIVE; in str_to_debug_level() 4401 level = MSG_EXCESSIVE; in wpa_supplicant_ctrl_iface_process() 5106 level = MSG_EXCESSIVE; in wpa_supplicant_global_ctrl_iface_process()
|
D | events.c | 2348 level = MSG_EXCESSIVE;
|
D | wpa_supplicant.c | 2028 if (debug_level != MSG_EXCESSIVE && in wpa_supplicant_set_debug_params()
|
/external/wpa_supplicant_8/src/ap/ |
D | drv_callbacks.c | 703 level = MSG_EXCESSIVE; in wpa_supplicant_event()
|
D | beacon.c | 465 wpa_printf(MSG_EXCESSIVE, "STA " MACSTR " sent probe request for %s " in handle_probe_req()
|
D | ieee802_11.c | 1709 wpa_printf(MSG_EXCESSIVE, "mgmt::proberesp cb"); in ieee802_11_mgmt_cb()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 819 level = MSG_EXCESSIVE; in hostapd_ctrl_iface_receive()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 619 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); in nl80211_recv_beacons()
|