Searched refs:wpa_snprintf_hex_uppercase (Results 1 – 11 of 11) sorted by relevance
/hostap-3.6.0/wpa_supplicant/ |
D | nfc_pw_token.c | 61 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(buf), in main() 65 wpa_snprintf_hex_uppercase(txt, sizeof(txt), wpabuf_head(ndef), in main()
|
D | wps_supplicant.c | 1259 wpa_snprintf_hex_uppercase(hash + 8, sizeof(hash) - 8, in wpas_wps_start_dev_pw() 2410 wpa_snprintf_hex_uppercase(pw, sizeof(pw), in wpas_wps_start_nfc()
|
D | ctrl_iface.c | 1535 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpa_supplicant_ctrl_iface_wps_nfc_config_token() 1564 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpa_supplicant_ctrl_iface_wps_nfc_token() 1622 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpas_ctrl_nfc_get_handover_req_wps() 1647 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpas_ctrl_nfc_get_handover_req_p2p() 1707 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpas_ctrl_nfc_get_handover_sel_wps() 1730 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpas_ctrl_nfc_get_handover_sel_p2p() 2130 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in wpa_supplicant_ctrl_iface_wps_er_nfc_config_token()
|
/hostap-3.6.0/src/eap_server/ |
D | eap_server_mschapv2.c | 168 wpa_snprintf_hex_uppercase( in eap_mschapv2_build_success_req()
|
D | eap_server_ttls.c | 443 pos += wpa_snprintf_hex_uppercase( in eap_ttls_build_phase2_mschapv2()
|
/hostap-3.6.0/src/utils/ |
D | common.h | 508 int wpa_snprintf_hex_uppercase(char *buf, size_t buf_size, const u8 *data,
|
D | common.c | 360 int wpa_snprintf_hex_uppercase(char *buf, size_t buf_size, const u8 *data, in wpa_snprintf_hex_uppercase() function
|
/hostap-3.6.0/src/crypto/ |
D | tls_openssl.c | 1668 wpa_snprintf_hex_uppercase(serial_num, len, in tls_connection_peer_serial_num() 2251 wpa_snprintf_hex_uppercase(serial_num, sizeof(serial_num), in openssl_tls_cert_event() 5380 wpa_snprintf_hex_uppercase(serial_num, sizeof(serial_num), in openssl_debug_dump_certificate()
|
/hostap-3.6.0/hostapd/ |
D | ctrl_iface.c | 279 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in hostapd_ctrl_iface_wps_nfc_config_token() 301 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in hostapd_ctrl_iface_wps_nfc_token_gen() 364 res = wpa_snprintf_hex_uppercase(reply, max_len, wpabuf_head(buf), in hostapd_ctrl_iface_nfc_get_handover_sel()
|
/hostap-3.6.0/src/ap/ |
D | wps_hostapd.c | 2261 wpa_snprintf_hex_uppercase( in hostapd_wps_nfc_token_enable()
|
/hostap-3.6.0/src/wps/ |
D | wps_registrar.c | 3723 wpa_snprintf_hex_uppercase((char *) token->dev_pw, in wps_registrar_add_nfc_pw_token()
|