access to libnet80211 source code
Posted: Fri Mar 06, 2020 5:40 am
Hello,
I need to be able to connect more than 10 stations to an ESP32 in SoftAP mode.
The problem is that changing the
to anything else leads to not being able to get data by calling esp_wifi_ap_get_sta_list.
So I guess there's something that should be changed in the libnet80211 code...
Any thoughts or ideas ?
Thanks.
I need to be able to connect more than 10 stations to an ESP32 in SoftAP mode.
The problem is that changing the
Code: Select all
#define ESP_WIFI_MAX_CONN_NUM (10)
So I guess there's something that should be changed in the libnet80211 code...
Any thoughts or ideas ?
Thanks.