Home
last modified time | relevance | path

Searched refs:MSG_EXCESSIVE (Results 1 – 15 of 15) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Drandom.c82 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()
Daes-ccm.c43 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()
Daes-gcm.c186 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/
Dieee802_11_common.c72 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/
Dwpa_debug.h18 MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR enumerator
/external/wpa_supplicant_8/src/wps/
Dwps_attr_parse.c23 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/
Dscan.c1317 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()
Dctrl_iface.c1280 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()
Devents.c2348 level = MSG_EXCESSIVE;
Dwpa_supplicant.c2028 if (debug_level != MSG_EXCESSIVE && in wpa_supplicant_set_debug_params()
/external/wpa_supplicant_8/src/ap/
Ddrv_callbacks.c703 level = MSG_EXCESSIVE; in wpa_supplicant_event()
Dbeacon.c465 wpa_printf(MSG_EXCESSIVE, "STA " MACSTR " sent probe request for %s " in handle_probe_req()
Dieee802_11.c1709 wpa_printf(MSG_EXCESSIVE, "mgmt::proberesp cb"); in ieee802_11_mgmt_cb()
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c819 level = MSG_EXCESSIVE; in hostapd_ctrl_iface_receive()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c619 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); in nl80211_recv_beacons()