Home
last modified time | relevance | path

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

12

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Drandom.c88 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool()
145 wpa_printf(MSG_EXCESSIVE, "Add randomness: count=%u entropy=%u", in random_add_randomness()
149 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
153 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
177 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes()
186 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes()
206 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes()
215 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Drandom.c88 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool()
145 wpa_printf(MSG_EXCESSIVE, "Add randomness: count=%u entropy=%u", in random_add_randomness()
149 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
153 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness()
177 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes()
186 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes()
206 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes()
215 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c227 …wpa_printf(MSG_EXCESSIVE, "%s: 1:ifr_name=%s, len=%zu, buf_len=%zu", __func__, ifr.ifr_name, strle… in wpa_driver_nl80211_driver_cmd()
272 …wpa_printf(MSG_EXCESSIVE, "%s:%.15s len=%zu, ret_len=%d ret=%d", __func__, buf, strlen(buf), ret_l… in wpa_driver_nl80211_driver_cmd()
398 wpa_printf(MSG_EXCESSIVE, "cmd:%s, type %d, ie_len %d\r\n", in wpa_driver_set_ap_wps_p2p_ie()
409 wpa_printf(MSG_EXCESSIVE, "ie %p\r\n", in wpa_driver_set_ap_wps_p2p_ie()
412 … wpa_hexdump(MSG_EXCESSIVE, "P2P: set p2p wps ie", (const char *)pbuf, pst_app_ie->ul_ie_len + 8); in wpa_driver_set_ap_wps_p2p_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant_lib/
Ddriver_nl80211_hisi.c219 …wpa_printf(MSG_EXCESSIVE, "%s: 1:ifr_name=%s, len=%zu, buf_len=%zu", __func__, ifr.ifr_name, strle… in wpa_driver_nl80211_driver_cmd()
259 …wpa_printf(MSG_EXCESSIVE, "%s:%.15s len=%zu, ret_len=%d ret=%d", __func__, buf, strlen(buf), ret_l… in wpa_driver_nl80211_driver_cmd()
382 wpa_printf(MSG_EXCESSIVE, "cmd:%s, type %d, ie_len %d\r\n", in wpa_driver_set_ap_wps_p2p_ie()
393 wpa_printf(MSG_EXCESSIVE, "ie %p\r\n", in wpa_driver_set_ap_wps_p2p_ie()
396 … wpa_hexdump(MSG_EXCESSIVE, "P2P: set p2p wps ie", (const char *) pbuf, pst_app_ie->ul_ie_len + 8); in wpa_driver_set_ap_wps_p2p_ie()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dx_snoop.c106 wpa_printf(MSG_EXCESSIVE, "x_snoop: Multicast-to-unicast conversion " in x_snoop_mcast_to_ucast_convert_send()
Dbeacon.c919 wpa_printf(MSG_EXCESSIVE, "P2P: Ignore Probe Request from " in handle_probe_req()
997 wpa_printf(MSG_EXCESSIVE, "STA " MACSTR " sent probe request for %s " in handle_probe_req()
Ddrv_callbacks.c1688 level = MSG_EXCESSIVE; in wpa_supplicant_event_hapd()
1691 level = MSG_EXCESSIVE; in wpa_supplicant_event_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dx_snoop.c106 wpa_printf(MSG_EXCESSIVE, "x_snoop: Multicast-to-unicast conversion " in x_snoop_mcast_to_ucast_convert_send()
Dbeacon.c1034 wpa_printf(MSG_EXCESSIVE, "P2P: Ignore Probe Request from " in handle_probe_req()
1112 wpa_printf(MSG_EXCESSIVE, "STA " MACSTR_SEC " sent probe request for %s " in handle_probe_req()
Ddrv_callbacks.c1874 level = MSG_EXCESSIVE; in wpa_supplicant_event_hapd()
1877 level = MSG_EXCESSIVE; in wpa_supplicant_event_hapd()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Dieee802_11_common.c76 wpa_printf(MSG_EXCESSIVE, "unknown WMM " in ieee802_11_parse_vendor_specific()
89 wpa_printf(MSG_EXCESSIVE, "Unknown Microsoft " in ieee802_11_parse_vendor_specific()
158 wpa_printf(MSG_EXCESSIVE, "Unknown Broadcom " in ieee802_11_parse_vendor_specific()
173 wpa_printf(MSG_EXCESSIVE, in ieee802_11_parse_vendor_specific()
181 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps_attr_parse.c23 wpa_printf(MSG_EXCESSIVE, "WPS: WFA subelement id=%u len=%u", in wps_set_vendor_ext_wfa_subelem()
620 wpa_printf(MSG_EXCESSIVE, "WPS: attr type=0x%x len=%u", in wps_parse_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps_attr_parse.c23 wpa_printf(MSG_EXCESSIVE, "WPS: WFA subelement id=%u len=%u", in wps_set_vendor_ext_wfa_subelem()
620 wpa_printf(MSG_EXCESSIVE, "WPS: attr type=0x%x len=%u", in wps_parse_msg()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dwpa_debug.h25 MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR enumerator
Dwpa_debug.c981 case MSG_EXCESSIVE: in debug_level_str()
1002 return MSG_EXCESSIVE; in str_to_debug_level()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dwpa_debug.h23 MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR enumerator
Dwpa_debug.c1231 case MSG_EXCESSIVE: in debug_level_str()
1252 return MSG_EXCESSIVE; in str_to_debug_level()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
Dieee802_11_common.c76 wpa_printf(MSG_EXCESSIVE, "unknown WMM " in ieee802_11_parse_vendor_specific()
89 wpa_printf(MSG_EXCESSIVE, "Unknown Microsoft " in ieee802_11_parse_vendor_specific()
168 wpa_printf(MSG_EXCESSIVE, "Unknown Broadcom " in ieee802_11_parse_vendor_specific()
183 wpa_printf(MSG_EXCESSIVE, in ieee802_11_parse_vendor_specific()
191 wpa_printf(MSG_EXCESSIVE, "unknown vendor specific " in ieee802_11_parse_vendor_specific()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dscan.c2100 wpa_printf(MSG_EXCESSIVE, "Sorted scan results"); in dump_scan_res()
2108 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res()
2116 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res()
2124 wpa_hexdump(MSG_EXCESSIVE, "IEs", pos, r->ie_len); in dump_scan_res()
2127 wpa_hexdump(MSG_EXCESSIVE, "Beacon IEs", in dump_scan_res()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dscan.c2236 wpa_printf(MSG_EXCESSIVE, MACSTR_SEC " freq=%d qual=%d " in dump_scan_res()
2244 wpa_printf(MSG_EXCESSIVE, MACSTR_SEC " freq=%d qual=%d " in dump_scan_res()
2252 wpa_hexdump(MSG_EXCESSIVE, "IEs", pos, r->ie_len); in dump_scan_res()
2255 wpa_hexdump(MSG_EXCESSIVE, "Beacon IEs", in dump_scan_res()
Dctrl_iface_unix.c85 level = MSG_EXCESSIVE; in wpas_ctrl_sock_debug()

12