Searched refs:ack (Results 1 – 7 of 7) sorted by relevance
/hal_espressif-latest/components/esp_wifi/src/ |
D | smartconfig_ack.c | 70 sc_ack_t *ack = (sc_ack_t *)pvParameters; in sc_ack_send_task() local 73 memcpy(remote_ip, ack->ctx.ip, sizeof(remote_ip)); in sc_ack_send_task() 79 int ack_len = (ack->type == SC_TYPE_ESPTOUCH) ? SC_ACK_TOUCH_LEN : SC_ACK_AIRKISS_LEN; in sc_ack_send_task() 85 if (ack->type == SC_TYPE_ESPTOUCH) { in sc_ack_send_task() 87 } else if (ack->type == SC_TYPE_ESPTOUCH_V2) { in sc_ack_send_task() 88 uint8_t port_bit = ack->ctx.token; in sc_ack_send_task() 103 esp_wifi_get_mac(WIFI_IF_STA, ack->ctx.mac); in sc_ack_send_task() 112 if (ack->type == SC_TYPE_ESPTOUCH) { in sc_ack_send_task() 113 memcpy(ack->ctx.ip, &local_ip.ip.addr, 4); in sc_ack_send_task() 133 if (ack->type == SC_TYPE_AIRKISS) { in sc_ack_send_task() [all …]
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/a2dp/ |
D | btc_a2dp.c | 73 BOOLEAN ack = FALSE; in btc_a2dp_on_started() local 88 ack = TRUE; in btc_a2dp_on_started() 100 ack = TRUE; in btc_a2dp_on_started() 103 return ack; in btc_a2dp_on_started()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/ |
D | transport.c | 101 struct k_delayed_work ack; member 907 uint32_t ack = 0U; in trans_ack() local 927 ack = net_buf_simple_pull_be32(buf); in trans_ack() 929 BT_DBG("OBO %u seq_zero 0x%04x ack 0x%08x", obo, seq_zero, ack); in trans_ack() 944 if (!ack) { in trans_ack() 950 if (find_msb_set(ack) - 1 > tx->seg_n) { in trans_ack() 957 while ((bit = find_lsb_set(ack))) { in trans_ack() 965 ack &= ~BIT(bit - 1); in trans_ack() 1323 k_delayed_work_cancel(&rx->ack); in seg_rx_reset() 1370 struct seg_rx *rx = CONTAINER_OF(work, struct seg_rx, ack); in seg_ack() [all …]
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_fast.c | 537 struct eap_tlv_pac_ack_tlv *ack; in eap_fast_tlv_pac_ack() local 539 buf = wpabuf_alloc(sizeof(*res) + sizeof(*ack)); in eap_fast_tlv_pac_ack() 544 ack = wpabuf_put(buf, sizeof(*ack)); in eap_fast_tlv_pac_ack() 545 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV | in eap_fast_tlv_pac_ack() 547 ack->length = host_to_be16(sizeof(*ack) - sizeof(struct eap_tlv_hdr)); in eap_fast_tlv_pac_ack() 548 ack->pac_type = host_to_be16(PAC_TYPE_PAC_ACKNOWLEDGEMENT); in eap_fast_tlv_pac_ack() 549 ack->pac_len = host_to_be16(2); in eap_fast_tlv_pac_ack() 550 ack->result = host_to_be16(EAP_TLV_RESULT_SUCCESS); in eap_fast_tlv_pac_ack()
|
/hal_espressif-latest/components/wpa_supplicant/src/ap/ |
D | wpa_auth.h | 271 struct wpa_state_machine *sm, int ack);
|
/hal_espressif-latest/components/soc/esp32s3/include/soc/ |
D | usb_dwc_struct.h | 479 uint32_t ack: 1; member
|
/hal_espressif-latest/components/soc/esp32s2/include/soc/ |
D | usb_dwc_struct.h | 479 uint32_t ack: 1; member
|