I am using esp-idf v4.2
I want to know if there is a way to prioritize to use ethernet or wifi(Sta) when both interface are connected.
Search found 5 matches
- Tue Dec 07, 2021 10:37 pm
- Forum: General Discussion
- Topic: Wifi ethernet priority
- Replies: 0
- Views: 2221
- Fri Nov 12, 2021 8:22 pm
- Forum: General Discussion
- Topic: WP2 enterprise decconnection each 12 hours
- Replies: 3
- Views: 3518
Re: WP2 enterprise decconnection each 12 hours
We do some test with the WPA2 enterprise example and we got the same issue
In the log we see the iP was reset each twelves hours
Line 106037: I (42652215) example: IP:0.0.0.0
Line 213507: I (85855145) example: IP:0.0.0.0
Then 85855145 - 42652215 = 43202930
43202930/1000 = 43202.9 sec
43202.9 ...
In the log we see the iP was reset each twelves hours
Line 106037: I (42652215) example: IP:0.0.0.0
Line 213507: I (85855145) example: IP:0.0.0.0
Then 85855145 - 42652215 = 43202930
43202930/1000 = 43202.9 sec
43202.9 ...
- Mon Nov 08, 2021 6:06 pm
- Forum: General Discussion
- Topic: WP2 enterprise decconnection each 12 hours
- Replies: 3
- Views: 3518
WP2 enterprise decconnection each 12 hours
We use esp release\v4.2
We are currently use the wifi with WPA2 enterprise authentification. The issu is when we use the WPA2 entreprise we decconect each 12 hours.
20211005 - 23:27:17.961157 : !aaaa ![0;31mE (43209763) TRANS_SSL: ssl_poll_read select error 113, errno = Software caused connection ...
We are currently use the wifi with WPA2 enterprise authentification. The issu is when we use the WPA2 entreprise we decconect each 12 hours.
20211005 - 23:27:17.961157 : !aaaa ![0;31mE (43209763) TRANS_SSL: ssl_poll_read select error 113, errno = Software caused connection ...
- Mon Nov 08, 2021 3:37 pm
- Forum: Report Bugs
- Topic: sha384_vector and sha512_vector
- Replies: 3
- Views: 15301
Re: sha384_vector and sha512_vector
yes i did it. I redo the command and i got the same issue
- Thu Nov 04, 2021 6:29 pm
- Forum: Report Bugs
- Topic: sha384_vector and sha512_vector
- Replies: 3
- Views: 15301
sha384_vector and sha512_vector
HI,
I moved to the lastest commit of the release/v4.2 branch
When I build my project
C:/esp32/esp-idf/components/wpa_supplicant/src/tls/x509v3.c:1742:3: error: implicit declaration of function 'sha384_vector'; did you mean 'sha256_vector'? [-Werror=implicit-function-declaration]
sha384_vector ...
I moved to the lastest commit of the release/v4.2 branch
When I build my project
C:/esp32/esp-idf/components/wpa_supplicant/src/tls/x509v3.c:1742:3: error: implicit declaration of function 'sha384_vector'; did you mean 'sha256_vector'? [-Werror=implicit-function-declaration]
sha384_vector ...