Home
last modified time | relevance | path

Searched refs:report (Results 1 – 25 of 27) sorted by relevance

12

/hal_espressif-latest/components/wpa_supplicant/src/common/
Drrm.c67 const u8 *report, size_t report_len) in wpas_rrm_process_neighbor_rep() argument
70 wpa_hexdump(MSG_DEBUG, "RRM: New Neighbor Report", report, report_len); in wpas_rrm_process_neighbor_rep()
74 if (report[0] != wpa_s->rrm.next_neighbor_rep_token - 1) { in wpas_rrm_process_neighbor_rep()
77 report[0], wpa_s->rrm.next_neighbor_rep_token - 1); in wpas_rrm_process_neighbor_rep()
90 report[0]); in wpas_rrm_process_neighbor_rep()
92 report, report_len); in wpas_rrm_process_neighbor_rep()
290 struct wpabuf *report = wpabuf_alloc(len + 3); in wpas_rrm_send_msr_report_mpdu() local
292 if (!report) in wpas_rrm_send_msr_report_mpdu()
295 wpabuf_put_u8(report, WLAN_ACTION_RADIO_MEASUREMENT); in wpas_rrm_send_msr_report_mpdu()
296 wpabuf_put_u8(report, WLAN_RRM_RADIO_MEASUREMENT_REPORT); in wpas_rrm_send_msr_report_mpdu()
[all …]
Drrm.h12 const u8 *report, size_t report_len);
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hd.c540 tBTA_HD_REPORT report = {0}; in btc_hd_send_report() local
583 report.type = ESP_HIDD_REPORT_TYPE_INPUT; in btc_hd_send_report()
584 report.use_intr = TRUE; in btc_hd_send_report()
586 report.type = (type & 0x03); in btc_hd_send_report()
587 report.use_intr = FALSE; in btc_hd_send_report()
590 report.id = id; in btc_hd_send_report()
591 report.len = len; in btc_hd_send_report()
592 report.p_data = p_data; in btc_hd_send_report()
594 BTA_HdSendReport(&report); in btc_hd_send_report()
601 param.send_report.report_type = report.type; in btc_hd_send_report()
[all …]
Dbtc_hh.c949 } else if (arg->set_report.report == NULL || arg->set_report.len == 0) { in btc_hh_set_report()
954 BT_HDR* p_buf = create_pbuf(arg->set_report.len, arg->set_report.report); in btc_hh_set_report()
1109 utl_freebuf((void **)&arg->set_report.report); in btc_hh_call_arg_deep_free()
1554 dst->set_report.report = (uint8_t *)osi_malloc(src->set_report.len); in btc_hh_arg_deep_copy()
1555 if (dst->set_report.report) { in btc_hh_arg_deep_copy()
1556 memcpy(dst->set_report.report, src->set_report.report, src->set_report.len); in btc_hh_arg_deep_copy()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/include/
Desp_rrm.h25 typedef void (*neighbor_rep_request_cb)(void *ctx, const uint8_t *report, size_t report_len);
/hal_espressif-latest/components/bt/host/bluedroid/stack/avdt/
Davdt_scb_act.c337 tAVDT_REPORT_DATA report, *p_rpt; in avdt_scb_hdl_report() local
341 p_rpt = &report; in avdt_scb_hdl_report()
355 BE_STREAM_TO_UINT32(report.sr.ntp_sec, p); in avdt_scb_hdl_report()
356 BE_STREAM_TO_UINT32(report.sr.ntp_frac, p); in avdt_scb_hdl_report()
357 BE_STREAM_TO_UINT32(report.sr.rtp_time, p); in avdt_scb_hdl_report()
358 BE_STREAM_TO_UINT32(report.sr.pkt_count, p); in avdt_scb_hdl_report()
359 BE_STREAM_TO_UINT32(report.sr.octet_count, p); in avdt_scb_hdl_report()
363 report.rr.frag_lost = *p; in avdt_scb_hdl_report()
364 BE_STREAM_TO_UINT32(report.rr.packet_lost, p); in avdt_scb_hdl_report()
365 report.rr.packet_lost &= 0xFFFFFF; in avdt_scb_hdl_report()
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidh_api.c210 …_bt_hid_host_set_report(esp_bd_addr_t bd_addr, esp_hidh_report_type_t report_type, uint8_t *report, in esp_bt_hid_host_set_report() argument
224 arg.set_report.report = report; in esp_bt_hid_host_set_report()
/hal_espressif-latest/tools/esptool_py/ci/
Dgh_changelog_template.md.j226 <Upload the release binaries to VirusTotal and ADD a link to the report here>
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h161 uint8_t *report; member
/hal_espressif-latest/components/bt/
DKconfig102 int "Size of the cache used for adv report in Bluetooth HCI debug mode (N*1024 bytes)"
106 … This option is to configure the buffer size of the hci adv report cache in hci debug mode.
/hal_espressif-latest/components/bt/controller/esp32c6/
DKconfig.in307 low-priority event buffers, then an incoming advertising report will
531 bool "BLE adv report flow control supported"
536 reports exceeds the size of BLE adv report flow control.
539 int "BLE adv report flow control number"
544 The number of unprocessed advertising report that bluetooth host can save.If you set
558 … When adv report flow control is enabled, The ADV lost event will be generated when the number
618 Host in advertising report events.
/hal_espressif-latest/components/bt/controller/esp32h2/
DKconfig.in298 low-priority event buffers, then an incoming advertising report will
523 bool "BLE adv report flow control supported"
528 reports exceeds the size of BLE adv report flow control.
531 int "BLE adv report flow control number"
536 The number of unprocessed advertising report that bluetooth host can save.If you set
550 … When adv report flow control is enabled, The ADV lost event will be generated when the number
610 Host in advertising report events.
/hal_espressif-latest/components/bt/controller/esp32/
DKconfig.in370 Host in advertising report events.
419 bool "BLE adv report flow control supported"
425 reports exceeds the size of BLE adv report flow control.
428 int "BLE adv report flow control number"
433 The number of unprocessed advertising report that Bluedroid can save.If you set
447 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32c2/
DKconfig.in273 low-priority event buffers, then an incoming advertising report will
497 bool "BLE adv report flow control supported"
503 reports exceeds the size of BLE adv report flow control.
506 int "BLE adv report flow control number"
511 The number of unprocessed advertising report that bluetooth host can save.If you set
525 … When adv report flow control is enabled, The ADV lost event will be generated when the number
/hal_espressif-latest/components/bt/controller/esp32c3/
DKconfig.in228 bool "BLE adv report flow control supported"
234 reports exceeds the size of BLE adv report flow control.
237 int "BLE adv report flow control number"
242 The number of unprocessed advertising report that bluetooth host can save.If you set
256 … When adv report flow control is enabled, The ADV lost event will be generated when the number
324 Host in advertising report events.
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c118 p_rpt = &p_cb->hid_srvc[i].report[0]; in bta_hh_le_hid_report_dbg()
473 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_report_entry()
548 p_rpt = &p_cb->hid_srvc[hid_inst_id].report[0]; in bta_hh_le_find_alloc_report_entry()
785 tBTA_HH_LE_RPT *p_rpt = &p_dev_cb->hid_srvc[srvc_inst].report[0]; in bta_hh_le_register_input_notif()
930 tBTA_HH_LE_RPT *p_rpt = &p_cb->hid_srvc[srvc_inst_id].report[p_cb->clt_cfg_idx]; in bta_hh_le_write_rpt_clt_cfg()
1098 &p_dev_cb->hid_srvc[p_dev_cb->cur_srvc_index].report[0]); in bta_hh_le_expl_rpt()
2188 p_dev_cb->hid_srvc[hid_inst_id].report[p_dev_cb->clt_cfg_idx].client_cfg_value = in bta_hh_le_write_char_descr_cmpl()
2387 …tBTA_HH_LE_RPT *p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode… in bta_hh_le_get_rpt()
2437 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[srvc_inst].report, p_cb->mode, r_type, rpt_id); in bta_hh_le_write_rpt()
2827 …p_rpt = bta_hh_le_find_rpt_by_idtype(p_cb->hid_srvc[BTA_HH_LE_SRVC_DEF].report, p_cb->mode, BTA_HH… in bta_hh_le_hid_read_rpt_clt_cfg()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h461 …_bt_hid_host_set_report(esp_bd_addr_t bd_addr, esp_hidh_report_type_t report_type, uint8_t *report,
/hal_espressif-latest/components/esp_netif/
DKconfig39 bool "Use esp_err_t to report errors from esp_netif_receive"
/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi.h1347 esp_err_t esp_wifi_ftm_get_report(wifi_ftm_report_entry_t *report, uint8_t num_entries);
/hal_espressif-latest/zephyr/port/wifi/
Dwifi_stubs.c1200 esp_err_t esp_wifi_ftm_get_report(wifi_ftm_report_entry_t *report, uint8_t num_entries) in esp_wifi_ftm_get_report() argument
1202 ARG_UNUSED(report); in esp_wifi_ftm_get_report()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h200 tBTA_HH_LE_RPT report[BTA_HH_LE_RPT_MAX]; member
/hal_espressif-latest/tools/esptool_py/
DCONTRIBUTING.rst39 Please report bugs in ``esptool.py`` if you find them. However, before reporting a bug please check…
/hal_espressif-latest/components/esp_wifi/
DKconfig538 and on the radio environment. Current implementation adds beacon report,
539 link measurement, neighbor report.
/hal_espressif-latest/components/bt/host/bluedroid/
DKconfig.in1122 Originally, when doing BLE active scan, Bluedroid will not report adv to application layer
1124 Bluedroid will report adv data or scan response to application layer immediately.
/hal_espressif-latest/components/bt/host/nimble/
DKconfig.in365 low-priority event buffers, then an incoming advertising report will
943 Defines maximum number of report characteristics per service instance

12