/netbsd/external/bsd/wpa/dist/src/crypto/ |
H A D | random.c | 87 wpa_hexdump_key(MSG_EXCESSIVE, "random_mix_pool", buf, len); in random_mix_pool() 144 wpa_printf(MSG_EXCESSIVE, "Add randomness: count=%u entropy=%u", in random_add_randomness() 148 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 152 wpa_hexdump_key(MSG_EXCESSIVE, "random pool", in random_add_randomness() 170 wpa_hexdump_key(MSG_EXCESSIVE, "random from os_get_random", in random_get_bytes() 179 wpa_hexdump_key(MSG_EXCESSIVE, "random from internal pool", in random_get_bytes() 199 wpa_hexdump_key(MSG_EXCESSIVE, "random from crypto module", in random_get_bytes() 208 wpa_hexdump_key(MSG_EXCESSIVE, "mixed random", buf, len); in random_get_bytes()
|
H A 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()
|
H A 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()
|
/netbsd/external/bsd/wpa/dist/src/ap/ |
H A D | x_snoop.c | 106 wpa_printf(MSG_EXCESSIVE, "x_snoop: Multicast-to-unicast conversion " in x_snoop_mcast_to_ucast_convert_send()
|
H A D | beacon.c | 919 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()
|
H A D | drv_callbacks.c | 1688 level = MSG_EXCESSIVE; in wpa_supplicant_event() 1691 level = MSG_EXCESSIVE; in wpa_supplicant_event()
|
H A D | ieee802_1x.c | 1196 wpa_printf(MSG_EXCESSIVE, in ieee802_1x_receive()
|
H A D | ieee802_11.c | 5104 wpa_printf(MSG_EXCESSIVE, "mgmt::proberesp cb ok=%d", ok); in ieee802_11_mgmt_cb()
|
/netbsd/external/bsd/wpa/dist/src/common/ |
H A D | ieee802_11_common.c | 76 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()
|
/netbsd/external/bsd/wpa/dist/src/wps/ |
H A D | wps_attr_parse.c | 23 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()
|
/netbsd/external/bsd/wpa/dist/src/utils/ |
H A D | wpa_debug.h | 25 MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR enumerator
|
H A D | wpa_debug.c | 860 case MSG_EXCESSIVE: in debug_level_str() 881 return MSG_EXCESSIVE; in str_to_debug_level()
|
/netbsd/external/bsd/wpa/dist/wpa_supplicant/ |
H A D | scan.c | 2071 wpa_printf(MSG_EXCESSIVE, "Sorted scan results"); in dump_scan_res() 2079 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res() 2087 wpa_printf(MSG_EXCESSIVE, MACSTR " freq=%d qual=%d " in dump_scan_res() 2095 wpa_hexdump(MSG_EXCESSIVE, "IEs", pos, r->ie_len); in dump_scan_res() 2098 wpa_hexdump(MSG_EXCESSIVE, "Beacon IEs", in dump_scan_res()
|
H A D | ctrl_iface_unix.c | 85 level = MSG_EXCESSIVE; in wpas_ctrl_sock_debug()
|
H A D | ctrl_iface.c | 3478 wpa_printf(MSG_EXCESSIVE, "CTRL_IFACE: GET_NETWORK id=%d name='%s'", in wpa_supplicant_ctrl_iface_get_network() 3483 wpa_printf(MSG_EXCESSIVE, "CTRL_IFACE: Could not find network " in wpa_supplicant_ctrl_iface_get_network() 3490 wpa_printf(MSG_EXCESSIVE, "CTRL_IFACE: Failed to get network " in wpa_supplicant_ctrl_iface_get_network() 9912 return MSG_EXCESSIVE; in wpas_ctrl_cmd_debug_level() 11388 level = MSG_EXCESSIVE; in wpa_supplicant_global_ctrl_iface_process()
|
H A D | events.c | 4215 level = MSG_EXCESSIVE; in wpa_supplicant_event()
|
H A D | wpa_supplicant.c | 3959 if (debug_level != MSG_EXCESSIVE && in wpa_supplicant_set_debug_params()
|
/netbsd/external/bsd/wpa/dist/src/eapol_supp/ |
H A D | eapol_supp_sm.c | 1404 wpa_printf(MSG_EXCESSIVE, in eapol_sm_rx_eapol()
|
/netbsd/external/bsd/wpa/dist/hostapd/ |
H A D | ctrl_iface.c | 3455 level = MSG_EXCESSIVE; in hostapd_ctrl_iface_receive()
|
/netbsd/external/bsd/wpa/dist/src/drivers/ |
H A D | driver_nl80211.c | 698 wpa_printf(MSG_EXCESSIVE, "nl80211: Beacon event message available"); in nl80211_recv_beacons() 8214 wpa_printf(MSG_EXCESSIVE, "nl80211: Ignoring survey data for freq %d MHz", in survey_handler()
|