Searched refs:hex_len (Results 1 – 9 of 9) sorted by relevance
| /hostap-latest/src/ap/ |
| D | wnm_ap.c | 437 size_t hex_len; in ieee802_11_rx_bss_trans_mgmt_query() local 470 hex_len = 2 * (end - pos) + 1; in ieee802_11_rx_bss_trans_mgmt_query() 471 if (hex_len > 1) { in ieee802_11_rx_bss_trans_mgmt_query() 472 hex = os_malloc(hex_len); in ieee802_11_rx_bss_trans_mgmt_query() 474 wpa_snprintf_hex(hex, hex_len, pos, end - pos); in ieee802_11_rx_bss_trans_mgmt_query() 634 size_t hex_len; in ieee802_11_rx_wnm_coloc_intf_report() local 659 hex_len = 2 * len + 1; in ieee802_11_rx_wnm_coloc_intf_report() 660 hex = os_malloc(hex_len); in ieee802_11_rx_wnm_coloc_intf_report() 663 wpa_snprintf_hex(hex, hex_len, buf, len); in ieee802_11_rx_wnm_coloc_intf_report()
|
| D | wpa_auth_glue.c | 598 size_t hex_len = 2 * data_len + 1; in hostapd_wpa_auth_send_eapol() local 599 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_eapol() 603 wpa_snprintf_hex(hex, hex_len, data, data_len); in hostapd_wpa_auth_send_eapol() 780 size_t hex_len = 2 * data_len + 1; in hostapd_wpa_auth_send_ether() local 781 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_ether() 785 wpa_snprintf_hex(hex, hex_len, data, data_len); in hostapd_wpa_auth_send_ether()
|
| D | drv_callbacks.c | 1857 size_t hex_len = 2 * rx_mgmt->frame_len + 1; in hostapd_mgmt_rx() local 1858 char *hex = os_malloc(hex_len); in hostapd_mgmt_rx() 1861 wpa_snprintf_hex(hex, hex_len, rx_mgmt->frame, in hostapd_mgmt_rx()
|
| D | ieee802_1x.c | 83 size_t hex_len = 2 * len + 1; in ieee802_1x_send() local 84 char *hex = os_malloc(hex_len); in ieee802_1x_send() 87 wpa_snprintf_hex(hex, hex_len, buf, len); in ieee802_1x_send()
|
| D | ieee802_11.c | 6211 int hex_len = len * 2 + 1; in notify_mgmt_frame() local 6212 char *hex = os_malloc(hex_len); in notify_mgmt_frame() 6215 wpa_snprintf_hex(hex, hex_len, buf, len); in notify_mgmt_frame() 6858 size_t hex_len = 2 * len + 1; in ieee802_11_mgmt_cb() local 6859 char *hex = os_malloc(hex_len); in ieee802_11_mgmt_cb() 6862 wpa_snprintf_hex(hex, hex_len, buf, len); in ieee802_11_mgmt_cb()
|
| /hostap-latest/src/eap_peer/ |
| D | eap_mschapv2.c | 438 int hex_len; in eap_mschapv2_failure_txt() local 440 hex_len = os_strchr(pos, ' ') - (char *) pos; in eap_mschapv2_failure_txt() 441 if (hex_len == PASSWD_CHANGE_CHAL_LEN * 2) { in eap_mschapv2_failure_txt() 455 "challenge len %d", hex_len); in eap_mschapv2_failure_txt()
|
| /hostap-latest/wpa_supplicant/ |
| D | wpas_glue.c | 103 size_t hex_len = 2 * len + 1; in wpa_ether_send() local 104 char *hex = os_malloc(hex_len); in wpa_ether_send() 108 wpa_snprintf_hex(hex, hex_len, buf, len); in wpa_ether_send()
|
| D | ctrl_iface.c | 701 size_t hex_len = os_strlen(value); in wpa_supplicant_ctrl_iface_set() local 703 if (hex_len > in wpa_supplicant_ctrl_iface_set() 707 hex_len / 2)) in wpa_supplicant_ctrl_iface_set() 710 dpp_pkex_ephemeral_key_override_len = hex_len / 2; in wpa_supplicant_ctrl_iface_set() 712 size_t hex_len = os_strlen(value); in wpa_supplicant_ctrl_iface_set() local 714 if (hex_len > 2 * sizeof(dpp_protocol_key_override)) in wpa_supplicant_ctrl_iface_set() 717 hex_len / 2)) in wpa_supplicant_ctrl_iface_set() 720 dpp_protocol_key_override_len = hex_len / 2; in wpa_supplicant_ctrl_iface_set() 722 size_t hex_len = os_strlen(value); in wpa_supplicant_ctrl_iface_set() local 724 if (hex_len > 2 * sizeof(dpp_nonce_override)) in wpa_supplicant_ctrl_iface_set() [all …]
|
| D | events.c | 6513 size_t hex_len = 2 * rx->frame_len + 1; in wpa_supplicant_event() local 6514 char *hex = os_malloc(hex_len); in wpa_supplicant_event() 6516 wpa_snprintf_hex(hex, hex_len, in wpa_supplicant_event()
|