Home
last modified time | relevance | path

Searched refs:hex_len (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/common/hci_log/
Dbt_hci_log.c137 void bt_hci_log_record_hex(bt_hci_log_t *p_hci_log_ctl, uint8_t *hex, uint8_t hex_len) in bt_hci_log_record_hex() argument
144 while (hex_len--) in bt_hci_log_record_hex()
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap_mschapv2.c400 int hex_len; in eap_mschapv2_failure_txt() local
402 hex_len = (char *)os_strchr(pos, ' ') - (char *)pos; in eap_mschapv2_failure_txt()
403 if (hex_len == PASSWD_CHANGE_CHAL_LEN * 2) { in eap_mschapv2_failure_txt()
417 "challenge len %d", hex_len); in eap_mschapv2_failure_txt()