esp_wif_internal_tx API fails

Ankit Siddhapura
Posts: 21
Joined: Sat Jun 30, 2018 1:04 pm

esp_wif_internal_tx API fails

Postby Ankit Siddhapura » Thu Nov 29, 2018 9:27 am

Hi

To send large amount of data, need to use esp_wif_internal_tx API for wifi.

But this APIs does not give MAC layer ack on packet has reached to destination.

How can assure that packet has been successfully reached to destination ?? Is there any other API available to mirror esp_wif_internal_tx API functionality?

Thank You,
Ankit Siddhapura

littlesky
Posts: 51
Joined: Fri Jun 09, 2017 7:49 am

Re: esp_wif_internal_tx API fails

Postby littlesky » Mon Dec 03, 2018 3:36 am

esp_wifi_internal_tx is internally used. Please use esp_wifi_80211_tx instead. It can not make sure that the packet has reached destination successfully now, but we can implement it later.

Ankit Siddhapura
Posts: 21
Joined: Sat Jun 30, 2018 1:04 pm

Re: esp_wif_internal_tx API fails

Postby Ankit Siddhapura » Tue Dec 04, 2018 1:15 pm

Thank You!

I faced issue in application packet transmission, devices are connected on MAC layer but internal_tx API failed.

I will check with esp_wifi_80211_tx.

Who is online

Users browsing this forum: ESP_rrtandler and 103 guests