Is it possible to configure ESP32 access point mode to serve only 802.11n (b and g will be rejected)?
If yes how?
Search found 2 matches
- Mon Jul 13, 2020 2:05 pm
- Forum: ESP-IDF
- Topic: PICO-D4 Access Point: esp_wifi_set_protocol set to 802.11N only
- Replies: 0
- Views: 1657
- Wed Nov 15, 2017 2:03 pm
- Forum: General Discussion
- Topic: [feature request]: Get the current connected WiFi protocol
- Replies: 0
- Views: 2085
[feature request]: Get the current connected WiFi protocol
Hello, Is it possible to add functions to get the current associated WiFi protocol (b/g/n)? for both AP and ST mode? I looked at the wifi stack debug messages that it prints out the WiFi protocol, but could not find this in the source code. I (25462) wifi: n:1 0, o:1 0, ap:1 1, sta:0 0, prof:1 I (25...