Home
last modified time | relevance | path

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

12345

/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
Dmschapv2.c54 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Identity", in mschapv2_derive_response()
58 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: Username", in mschapv2_derive_response()
65 wpa_hexdump_ascii(MSG_DEBUG, "MSCHAPV2: username", in mschapv2_derive_response()
Deap_otp.c48 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-OTP: Request message", in eap_otp_process()
Deap_mschapv2.c284 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Authentication Servername", in eap_mschapv2_challenge()
364 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Success message", in eap_mschapv2_success()
573 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username", in eap_mschapv2_change_password()
638 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Failure data", in eap_mschapv2_failure()
/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()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dasn1_test.c153 wpa_hexdump_ascii(MSG_MSGDUMP, in asn1_parse()
159 wpa_hexdump_ascii(MSG_MSGDUMP, "ASN.1: IA5String", in asn1_parse()
164 wpa_hexdump_ascii(MSG_MSGDUMP, "ASN.1: UTCTIME", in asn1_parse()
169 wpa_hexdump_ascii(MSG_MSGDUMP, "ASN.1: VisibleString", in asn1_parse()
Dx509v3.c421 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: Attribute Data", in x509_parse_name()
533 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
538 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
550 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
555 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
568 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
575 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
582 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
589 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
596 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dwpa_debug.h32 #define wpa_hexdump_ascii(...) do {} while (0) macro
56 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) macro
142 void wpa_hexdump_ascii(int level, const char *title, const u8 *buf,
/external/wpa_supplicant_8/src/utils/
Dwpa_debug.h28 #define wpa_hexdump_ascii(...) do {} while (0) macro
55 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0) macro
150 void wpa_hexdump_ascii(int level, const char *title, const u8 *buf,
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps_dev_attr.c191 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer()
212 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name()
233 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", str, str_len); in wps_process_model_number()
254 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", str, str_len); in wps_process_serial_number()
275 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Device Name", str, str_len); in wps_process_dev_name()
Dwps_attr_process.c117 wpa_hexdump_ascii(MSG_DEBUG, "WPS: SSID", ssid, ssid_len); in wps_process_cred_ssid()
237 wpa_hexdump_ascii(MSG_DEBUG, "WPS: EAP Identity", in wps_process_cred_eap_identity()
/external/wpa_supplicant_8/src/tls/
Dx509v3.c435 wpa_hexdump_ascii(MSG_MSGDUMP, "X509: Attribute Data", in x509_parse_name()
562 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
567 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
579 wpa_hexdump_ascii(MSG_DEBUG, "X509: Unrecognized " in x509_parse_time()
584 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse " in x509_parse_time()
597 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
604 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
611 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
618 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
625 wpa_hexdump_ascii(MSG_DEBUG, "X509: Failed to parse Time " in x509_parse_time()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_dev_attr.c243 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Manufacturer", str, str_len); in wps_process_manufacturer()
264 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Name", str, str_len); in wps_process_model_name()
285 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Model Number", str, str_len); in wps_process_model_number()
306 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Serial Number", str, str_len); in wps_process_serial_number()
327 wpa_hexdump_ascii(MSG_DEBUG, "WPS: Device Name", str, str_len); in wps_process_dev_name()
Dwps_attr_process.c111 wpa_hexdump_ascii(MSG_DEBUG, "WPS: SSID", ssid, ssid_len); in wps_process_cred_ssid()
229 wpa_hexdump_ascii(MSG_DEBUG, "WPS: EAP Identity", in wps_process_cred_eap_identity()
/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.c179 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Success Request Message", in eap_mschapv2_build_success_req()
212 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()
359 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user " in eap_mschapv2_process_response()
361 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user " in eap_mschapv2_process_response()
367 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
Deap_sim_db.c356 wpa_hexdump_ascii(MSG_INFO, "HLR/AuC GW socket", in eap_sim_db_open_socket()
554 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_gsm_triplets()
567 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_gsm_triplets()
571 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Get GSM triplets for IMSI", in eap_sim_db_get_gsm_triplets()
900 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Add pseudonym for identity", in eap_sim_db_add_pseudonym()
946 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Add reauth_id for identity", in eap_sim_db_add_reauth_data()
1182 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_aka_auth()
1195 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_aka_auth()
1199 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Get AKA auth for IMSI", in eap_sim_db_get_aka_auth()
1285 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_resynchronize()
[all …]
Deap_server_psk.c249 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PSK: ID_P", in eap_psk_process_2()
253 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: unknown ID_P", in eap_psk_process_2()
272 wpa_hexdump_ascii(MSG_DEBUG, in eap_psk_process_2()
281 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: invalid password in " in eap_psk_process_2()
Deap_server_pax.c334 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PAX: CID", in eap_pax_process_std_2()
348 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PAX: unknown CID", in eap_pax_process_std_2()
367 wpa_hexdump_ascii(MSG_DEBUG, in eap_pax_process_std_2()
376 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PAX: invalid password in " in eap_pax_process_std_2()
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
Deap_gtc.c135 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Response user", in eap_gtc_process()
142 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-GTC: Expected " in eap_gtc_process()
159 wpa_hexdump_ascii(MSG_DEBUG, "EAP-GTC: Phase2 " in eap_gtc_process()
Deap_mschapv2.c184 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Success Request Message", in eap_mschapv2_build_success_req()
217 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Failure Request Message", in eap_mschapv2_build_failure_req()
335 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: Name", name, name_len); in eap_mschapv2_process_response()
363 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Expected user " in eap_mschapv2_process_response()
365 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: Received user " in eap_mschapv2_process_response()
371 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-MSCHAPV2: User name", in eap_mschapv2_process_response()
Deap_sim_db.c361 wpa_hexdump_ascii(MSG_INFO, "HLR/AuC GW socket", in eap_sim_db_open_socket()
559 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_gsm_triplets()
572 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_gsm_triplets()
576 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Get GSM triplets for IMSI", in eap_sim_db_get_gsm_triplets()
905 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Add pseudonym for identity", in eap_sim_db_add_pseudonym()
951 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Add reauth_id for identity", in eap_sim_db_add_reauth_data()
1187 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_aka_auth()
1200 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_get_aka_auth()
1204 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: Get AKA auth for IMSI", in eap_sim_db_get_aka_auth()
1290 wpa_hexdump_ascii(MSG_DEBUG, "EAP-SIM DB: unexpected identity", in eap_sim_db_resynchronize()
[all …]
Deap_psk.c252 wpa_hexdump_ascii(MSG_MSGDUMP, "EAP-PSK: ID_P", in eap_psk_process_2()
256 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: unknown ID_P", in eap_psk_process_2()
275 wpa_hexdump_ascii(MSG_DEBUG, in eap_psk_process_2()
284 wpa_hexdump_ascii(MSG_DEBUG, "EAP-PSK: invalid password in " in eap_psk_process_2()
Deap_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()
/external/wpa_supplicant_8/wpa_supplicant/
Dinterworking.c276 wpa_hexdump_ascii(MSG_DEBUG, "NAI Realm", pos, realm_len); in nai_realm_parse_realm()
976 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Venue Name", pos, slen); in interworking_parse_rx_anqp_resp()
986 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Network Authentication " in interworking_parse_rx_anqp_resp()
997 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: Roaming Consortium", in interworking_parse_rx_anqp_resp()
1020 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: NAI Realm", pos, slen); in interworking_parse_rx_anqp_resp()
1029 wpa_hexdump_ascii(MSG_DEBUG, "ANQP: 3GPP Cellular Network", in interworking_parse_rx_anqp_resp()
1039 wpa_hexdump_ascii(MSG_MSGDUMP, "ANQP: Domain Name", pos, slen); in interworking_parse_rx_anqp_resp()

12345