Search found 9 matches

by hmojito
Fri Feb 04, 2022 10:04 am
Forum: ESP-IDF
Topic: Not able to connect SSID at Mobile WiFi List for MODE_APSTA [ error: wifi:max connection, deauth ]
Replies: 2
Views: 4493

Re: Not able to connect SSID at Mobile WiFi List for MODE_APSTA [ error: wifi:max connection, deauth ]

Hi,
You need to set max_connection field in wifi_ap_config_t:

Code: Select all

wifi_config_t wifi_config1 = {
.ap = {
.ssid = EXAMPLE_ESP_WIFI_AP_SSID,
.password = EXAMPLE_ESP_WIFI_AP_PASS,
.max_connection = 5 // If not set the default value is 0, is why you cannot connect
},
};
by hmojito
Fri Feb 04, 2022 8:27 am
Forum: ESP-IDF
Topic: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF
Replies: 1
Views: 2549

Re: is it possible to connect ESP32 Chip with AP Mode and Station mode simultaneously using ESP-IDF

Hi Kunjan,
Yes it's possible, you just need to call :
esp_wifi_set_mode(WIFI_MODE_APSTA)
In esp-idf/examples/wifi/getting_started you will find 2 examples, one for AP Mode and the other for STA Mode, you just need to add the configuration of AP mode in the station example and set the mode to WIFI ...
by hmojito
Fri Feb 04, 2022 8:06 am
Forum: ESP-IDF
Topic: EAP-TLS: Setting phase1 config
Replies: 0
Views: 2462

EAP-TLS: Setting phase1 config

Hi,
I'm trying to connect ESP32 to a WPA2 EAP-TLS Networks, I use the example from the ESP-IDF (V5.0) wifi_enterprise.
The chip connect well on Freeradius just a warning during the handshake about the TLS Fragment size:

But with windows Radius server it seems that unfragmented TLS packets need to ...
by hmojito
Mon Nov 22, 2021 10:38 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 159852

Re: ESP32 5GHz

I understand that is not a priority for Espressif, but the post was opened in June 2018, and the number of visits (54900) show that there is a real interest on this topic, your response is still the same, we cannot have visibility on this...

Actually we have developed a Smart Assembly Tool ...
by hmojito
Thu Nov 18, 2021 1:01 pm
Forum: ESP-IDF
Topic: WPA2 Enterprise using Wolfssl ?
Replies: 0
Views: 1971

WPA2 Enterprise using Wolfssl ?

Hi,
Is it possible to use wolfssl in WPA2 Enterprise instead of mbedtls ?
I have set CONFIG_ESP_TLS_USING_WOLFSSL=y in sdkconfig but EAP-TLS seems to used still mbedtls to read key and cert files (E (272609) wpa: mbedtls_pk_parse_keyfile returned -0x2e80)

Regards
by hmojito
Fri Nov 05, 2021 8:17 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 159852

Re: ESP32 5GHz

Hi,
Is it still on the roadmap or completely abandoned?
by hmojito
Fri Jun 22, 2018 4:40 pm
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 159852

Re: ESP32 5GHz

Ok thank you, is there 5GHz capacity planned to be developed?
by hmojito
Wed Jun 20, 2018 7:54 am
Forum: Hardware
Topic: ESP32 5GHz
Replies: 49
Views: 159852

ESP32 5GHz

Is someone aware about an esp32 5GHz wifi capable?
by hmojito
Sat May 12, 2018 11:11 am
Forum: General Discussion
Topic: Wifi 802.11ac
Replies: 0
Views: 3332

Wifi 802.11ac

Hi,

First I would like to thank you for the excellent job you've done with this platform!

Secondly, I have read somewhere that you plan to product a new chip with 802.11ac feature, have you more information about this?

Regards,

Go to advanced search