Page 1 of 1

esp_wif_internal_tx API fails

Posted: Thu Nov 29, 2018 9:27 am
by Ankit Siddhapura
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

Re: esp_wif_internal_tx API fails

Posted: Mon Dec 03, 2018 3:36 am
by littlesky
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.

Re: esp_wif_internal_tx API fails

Posted: Tue Dec 04, 2018 1:15 pm
by Ankit Siddhapura
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.