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
esp_wif_internal_tx API fails
Re: esp_wif_internal_tx API fails
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.
-
- Posts: 21
- Joined: Sat Jun 30, 2018 1:04 pm
Re: esp_wif_internal_tx API fails
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.
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: No registered users and 83 guests