I am facing same issue.
Seems packet received at MAC layer and discarded before reaches to application layer.
Guys, did you find root cause or solution of this issue?
Search found 21 matches
- Mon May 11, 2020 10:24 am
- Forum: ESP32 Arduino
- Topic: ESP-NOW help with encryption (PMK/LMK)
- Replies: 4
- Views: 9804
- Mon Jun 03, 2019 6:16 am
- Forum: ESP-IDF
- Topic: ESP NOW maximum peer communication
- Replies: 0
- Views: 2492
ESP NOW maximum peer communication
Hi
I am using ESPNOW for broadcast, If n number of nodes are broadcasting data which has to received by one gateway.
Here in connection less case, how many nodes gateway can listen at a time?
Regards,
Ankit Siddhapura
I am using ESPNOW for broadcast, If n number of nodes are broadcasting data which has to received by one gateway.
Here in connection less case, how many nodes gateway can listen at a time?
Regards,
Ankit Siddhapura
- Thu Jan 17, 2019 1:09 pm
- Forum: ESP-IDF
- Topic: ESP32 IEEE802.11 payload encryption and decryption API
- Replies: 12
- Views: 14884
Re: ESP32 IEEE802.11 payload encryption and decryption API
Hi All, Sniffer generates key using SSID and password for given authentication mode. Online same key can be generated. using same key I have encrypted packet using esp encrypt API and decrypting packet with same decrypt API of ESP-IDF. I did this practice long ago, need to check once whole procedure...
- Thu Jan 17, 2019 1:03 pm
- Forum: ESP-IDF
- Topic: ESP32 WiFi Probe request and response event handling
- Replies: 6
- Views: 9967
Re: ESP32 WiFi Probe request and response event handling
Hi,
I have handled probe request response using scan and vendor information call back for ESP32 devices in AP/APSTA mode.
can you provide more detail about your set up and requirement ? Will be more helpful to meet your requirement.
Thanks,
AnkitSiddhapura
I have handled probe request response using scan and vendor information call back for ESP32 devices in AP/APSTA mode.
can you provide more detail about your set up and requirement ? Will be more helpful to meet your requirement.
Thanks,
AnkitSiddhapura
- Tue Dec 04, 2018 1:15 pm
- Forum: ESP-IDF
- Topic: esp_wif_internal_tx API fails
- Replies: 2
- Views: 4477
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.
- Thu Nov 29, 2018 9:27 am
- Forum: ESP-IDF
- Topic: esp_wif_internal_tx API fails
- Replies: 2
- Views: 4477
esp_wif_internal_tx API fails
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...
- Thu Nov 29, 2018 9:18 am
- Forum: ESP-IDF
- Topic: AP stops sending beacon in AP+STA mode
- Replies: 0
- Views: 2434
AP stops sending beacon in AP+STA mode
HI,
I am using ESP32 WiFi SDK v3.0.rc1, Facing issue in AP+STA mode.
Sometimes AP stops sending beacon and AP Stops sending NULL frame for keep alive.
Thank You,
Ankit Siddhapura
I am using ESP32 WiFi SDK v3.0.rc1, Facing issue in AP+STA mode.
Sometimes AP stops sending beacon and AP Stops sending NULL frame for keep alive.
Thank You,
Ankit Siddhapura
- Tue Oct 16, 2018 10:52 am
- Forum: ESP-IDF
- Topic: Does ESP IDF support protected management frame
- Replies: 1
- Views: 5057
Does ESP IDF support protected management frame
Hi Team,
I am looking fro protect vendor information element set in management frame,But management frames seems open so how can I apply security to management frames like probe request, response.
Thank You,
Ankit Siddhapura
I am looking fro protect vendor information element set in management frame,But management frames seems open so how can I apply security to management frames like probe request, response.
Thank You,
Ankit Siddhapura
- Tue Oct 02, 2018 11:25 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi : Inavtive timer & device max connection issue
- Replies: 0
- Views: 3195
ESP32 WiFi : Inavtive timer & device max connection issue
HI Team, I am looking for quick solution for one issue found with WiFi MAC AP functionality. Once STA is connected to AP1 goes out of AP1's range and connecting to AP2 which having same configuration, meanwhile first AP1 has to remove STA entry from station list due to inactive timer of 5 min. If AP...
- Fri Sep 28, 2018 11:31 am
- Forum: ESP-IDF
- Topic: Vendor info call back deregister
- Replies: 0
- Views: 2568
Vendor info call back deregister
Hi ESP team,
I have registered vendor information callback in my application code for WiFi, how can I deregister it if not required?
ThankYou,
Ankit Siddhapura
I have registered vendor information callback in my application code for WiFi, how can I deregister it if not required?
Code: Select all
ESP_ERROR_CHECK(esp_wifi_set_vendor_ie_cb( vendor_cb_t, NULL)) ;
Ankit Siddhapura