Home
last modified time | relevance | path

Searched refs:wpa_hexdump_ascii (Results 1 – 25 of 86) sorted by relevance

1234

/external/wpa_supplicant_8/src/eap_peer/
Dmschapv2.c48 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Identity", in mschapv2_derive_response()
52 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Username", in mschapv2_derive_response()
59 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: username", in mschapv2_derive_response()
Deap_otp.c42 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", in eap_otp_process()
Dtncc.c155 wpa_hexdump_ascii(MSG_DEBUG, "TNC: TNC_TNCC_SendMessage", in TNC_TNCC_SendMessage()
494 wpa_hexdump_ascii(MSG_MSGDUMP, "TNC: Message to IMC(s)", msg, len); in tncc_send_to_imcs()
698 wpa_hexdump_ascii(MSG_MSGDUMP, "TNC: Received IF-TNCCS message", in tncc_process_if_tnccs()
846 wpa_hexdump_ascii(MSG_MSGDUMP, in tncc_process_if_tnccs()
853 wpa_hexdump_ascii(MSG_MSGDUMP, in tncc_process_if_tnccs()
Deap_mschapv2.c284 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Authentication Servername", in eap_mschapv2_challenge()
371 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Success message", in eap_mschapv2_success()
594 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username", in eap_mschapv2_change_password()
664 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Failure data", in eap_mschapv2_failure()
Deap_gpsk.c168 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Server", in eap_gpsk_process_id_server()
340 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Peer", in eap_gpsk_send_gpsk_2()
478 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Server in GPSK-1", in eap_gpsk_validate_id_server()
480 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GPSK: ID_Server in GPSK-3", in eap_gpsk_validate_id_server()
Deap.c1266 wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Request Identity data", in eap_sm_processIdentity()
1352 wpa_hexdump_ascii(MSG_DEBUG, "IMSI", (u8 *) imsi, imsi_len); in eap_sm_imsi_identity()
1363 wpa_hexdump_ascii(MSG_DEBUG, "IMSI + realm", (u8 *) imsi, imsi_len); in eap_sm_imsi_identity()
1464 wpa_hexdump_ascii(MSG_DEBUG, "EAP: using method re-auth " in eap_sm_buildIdentity()
1469 wpa_hexdump_ascii(MSG_DEBUG, "EAP: using anonymous identity", in eap_sm_buildIdentity()
1474 wpa_hexdump_ascii(MSG_DEBUG, "EAP: using real identity", in eap_sm_buildIdentity()
1485 wpa_hexdump_ascii(MSG_DEBUG, in eap_sm_buildIdentity()
1522 wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Request Notification data", in eap_sm_processNotify()
1579 wpa_hexdump_ascii(MSG_DEBUG, in eap_peer_initiate()
1657 wpa_hexdump_ascii(MSG_DEBUG, "EAP: EAP-Finish/Re-auth - keyName-NAI", in eap_peer_finish()
Deap_gtc.c62 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Request message", pos, len); in eap_gtc_process()
Deap_fast.c933 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - A-ID", in eap_fast_parse_pac_info()
939 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - I-ID", in eap_fast_parse_pac_info()
945 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: PAC-Info - A-ID-Info", in eap_fast_parse_pac_info()
956 wpa_hexdump_ascii(MSG_DEBUG, in eap_fast_parse_pac_info()
1367 wpa_hexdump_ascii(MSG_DEBUG, "EAP-FAST: A-ID", a_id, *id_len); in eap_fast_get_a_id()
1391 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-FAST: A-ID-Info", in eap_fast_select_pac()
/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.c253 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer()
272 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name()
291 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", str, str_len); in wps_process_model_number()
310 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", str, str_len); in wps_process_serial_number()
329 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Device Name", str, str_len); in wps_process_dev_name()
Dwps_validate.c316 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid Manufacturer " in wps_validate_manufacturer()
336 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid Model Name " in wps_validate_model_name()
356 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid Model Number " in wps_validate_model_number()
376 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid Serial " in wps_validate_serial_number()
397 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid Device Name " in wps_validate_dev_name()
951 wpa_hexdump_ascii(MSG_INFO, "WPS-STRICT: Invalid SSID " in wps_validate_ssid()
Dwps_er_ssdp.c44 wpa_hexdump_ascii(MSG_MSGDUMP, "WPS ER: Received SSDP contents", in wps_er_ssdp_rx()
Dwps_enrollee.c1039 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", in wps_process_m2d()
1041 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", in wps_process_m2d()
1043 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", in wps_process_m2d()
1045 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", in wps_process_m2d()
1047 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Device Name", in wps_process_m2d()
/external/wpa_supplicant_8/src/eap_server/
Deap_server_gtc.c129 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user", in eap_gtc_process()
136 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Expected " in eap_gtc_process()
153 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GTC: Phase2 " in eap_gtc_process()
Deap_server_mschapv2.c178 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Success Request Message", in eap_mschapv2_build_success_req()
211 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message", in eap_mschapv2_build_failure_req()
331 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response()
379 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user " in eap_mschapv2_process_response()
381 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user " in eap_mschapv2_process_response()
387 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
Deap_server_psk.c247 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PSK: ID_P", in eap_psk_process_2()
251 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: unknown ID_P", in eap_psk_process_2()
270 wpa_hexdump_ascii(MSG_DEBUG, in eap_psk_process_2()
279 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: invalid password in " in eap_psk_process_2()
Deap_server_pax.c339 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID", in eap_pax_process_std_2()
353 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PAX: unknown CID", in eap_pax_process_std_2()
372 wpa_hexdump_ascii(MSG_DEBUG, in eap_pax_process_std_2()
381 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PAX: invalid password in " in eap_pax_process_std_2()
Dtncs.c190 wpa_hexdump_ascii(MSG_DEBUG, "TNC: TNC_TNCS_SendMessage", in TNC_TNCS_SendMessage()
519 wpa_hexdump_ascii(MSG_MSGDUMP, "TNC: Message to IMV(s)", msg, len); in tncs_send_to_imvs()
934 wpa_hexdump_ascii(MSG_MSGDUMP, in tncs_process_if_tnccs()
941 wpa_hexdump_ascii(MSG_MSGDUMP, in tncs_process_if_tnccs()
Deap_server_ttls.c255 wpa_hexdump_ascii(MSG_DEBUG, "EAP-TTLS: User-Name", in eap_ttls_avp_parse()
761 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-TTLS/MSCHAPV2: User", in eap_ttls_process_phase2_mschapv2()
922 wpa_hexdump_ascii(MSG_DEBUG, "EAP_TTLS: Phase2 " in eap_ttls_process_phase2_eap_response()
1227 wpa_hexdump_ascii(MSG_DEBUG, "EAP-TTLS: Identity from cached session", in eap_ttls_process()
1241 wpa_hexdump_ascii(MSG_DEBUG, "EAP-TTLS: Phase2 Identity not found in the user database", in eap_ttls_process()
Deap_server_identity.c122 wpa_hexdump_ascii(MSG_DEBUG, "EAP-Identity: Peer identity", pos, len); in eap_identity_process()
/external/wpa_supplicant_8/src/tls/
Dx509v3.c435 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: Attribute Data", in x509_parse_name()
560 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
565 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
577 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
582 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
595 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
602 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
609 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
616 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
623 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
[all …]
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h36 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) macro
133 void wpa_hexdump_ascii(int level, const char *title, const void *buf,
/external/wpa_supplicant_8/wpa_supplicant/
Dhs20_supplicant.c471 wpa_hexdump_ascii(MSG_DEBUG, "Icon Type", pos + 1, pos[0]); in hs20_process_icon_binary_file()
580 wpa_hexdump_ascii(MSG_DEBUG, "HS Capability List", pos, slen); in hs20_parse_rx_hs20_anqp_resp()
590 wpa_hexdump_ascii(MSG_DEBUG, "oper friendly name", pos, slen); in hs20_parse_rx_hs20_anqp_resp()
616 wpa_hexdump_ascii(MSG_DEBUG, "conn capability", pos, slen); in hs20_parse_rx_hs20_anqp_resp()
626 wpa_hexdump_ascii(MSG_DEBUG, "Operating Class", pos, slen); in hs20_parse_rx_hs20_anqp_resp()
Dinterworking.c487 wpa_hexdump_ascii(MSG_DEBUG, "NAI Realm", pos, realm_len); in nai_realm_parse_realm()
2155 wpa_hexdump_ascii(MSG_DEBUG, "Interworking: AP domain name", in domain_name_list_contains()
2284 wpa_hexdump_ascii(MSG_DEBUG, "Interworking: Domain names", in roaming_partner_match()
2819 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Capability list", in interworking_parse_rx_anqp_resp()
2829 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Venue Name", pos, slen); in interworking_parse_rx_anqp_resp()
2839 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Network Authentication " in interworking_parse_rx_anqp_resp()
2849 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Roaming Consortium", in interworking_parse_rx_anqp_resp()
2871 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: NAI Realm", pos, slen); in interworking_parse_rx_anqp_resp()
2880 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: 3GPP Cellular Network", in interworking_parse_rx_anqp_resp()
2890 wpa_hexdump_ascii(MSG_MSGDUMP, "ANQP: Domain Name", pos, slen); in interworking_parse_rx_anqp_resp()
[all …]
Dp2p_supplicant_sd.c249 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service", in wpas_sd_all_bonjour()
296 wpa_hexdump_ascii(MSG_DEBUG, "P2P: SD Request for Bonjour", in wpas_sd_req_bonjour()
328 wpa_hexdump_ascii(MSG_DEBUG, "P2P: Matching Bonjour service", in wpas_sd_req_bonjour()
405 wpa_hexdump_ascii(MSG_DEBUG, "P2P: SD Request for UPnP", in wpas_sd_req_upnp()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211_android.c97 wpa_hexdump_ascii(MSG_DEBUG, "For PNO Scan", in android_pno_start()

1234