Search found 4 matches
- Fri Jul 23, 2021 5:30 am
- Forum: ESP-IDF
- Topic: WiFi Packet Capture Using Sniffer in ESP32
- Replies: 2
- Views: 3631
Re: WiFi Packet Capture Using Sniffer in ESP32
Hi, Your understanding is correct to extract that information you can create your own struct by looking into 802.11 standard as per your desired frame. Take a look at this one, this repo can help you: https://github.com/skywa04885/esp32-packet-sniffer/blob/19a99f35402d940dee1e5ac18070fb231339818e/ma...
- Mon Jul 19, 2021 10:27 am
- Forum: ESP-IDF
- Topic: ESP32 WiFi Beacon IE Data
- Replies: 3
- Views: 4860
ESP32 WiFi Beacon IE Data
I want to embed the vendor specific data into a beacon frame. https://github.com/Jeija/esp32-80211-tx/blob/master/main/main.c With the help of above example i have used the api esp_wifi_set_vendor_ie() to set the IE but still facing some issues. I have removed the spam part and used it as a simple b...
- Tue May 11, 2021 4:40 am
- Forum: Showcase
- Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
- Replies: 34
- Views: 219549
Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
... Is it possible to put the PPPoS connection in "Hold" while I send AT commands to the modem? I know I can escape the PPP interface with the <pause>+++<pause> sequence, but I'd like to be able to send the AT command and resume the PPPoS stack. You have to execute ppposDisconnect(0,0) function, th...
- Mon Feb 22, 2021 11:40 am
- Forum: IDEs for ESP-IDF
- Topic: vscode: "Something went wrong while getting the serial port list"
- Replies: 4
- Views: 14570
Re: vscode: "Something went wrong while getting the serial port list"
Facing the same issue, tried cleaning and fresh installation, any help and support is appreciated.