wifi: bcn_timout,ap_probe_send_start I and wifi: ap_probe_send over, resett wifi status to disassoc

pranesh
Posts: 2
Joined: Thu May 10, 2018 9:25 am

wifi: bcn_timout,ap_probe_send_start I and wifi: ap_probe_send over, resett wifi status to disassoc

Postby pranesh » Tue May 15, 2018 12:55 pm

Hi,

I am using ESP32 WROVER for the automation project. I have coded to Wi-Fi initially on station mode and during wifi configuration, it will work on STA+ Soft-AP. I am running HTTP server in the ESP32 and mobile app is the client.

Once client passes SSID and password and ESP wifi gets connected to the router. After that esp will close HTTP server and it will post data to the web server and at the same time ESP gets disconnected from the router. The router provides good signal strength and internet and it has no issue at router side. I have attached the log.

Code: Select all

I (34923) esp-tls: mbedtls_net_connect to server
I (37543) esp-tls: mbed_tls connected
I (37543) esp-tls: mbed_tls set_bio
E (42503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
I (43593) wifi: bcn_timout,ap_probe_send_start
I (46093) wifi: ap_probe_send over, resett wifi status to disassoc
I (46093) wifi: state: run -> init (1)
I (46093) wifi: n:1 0, o:1 1, ap:1 1, sta:1 0, prof:1
D (46093) event: SYSTEM_EVENT_STA_DISCONNECTED, ssid:Surebell_Test1, ssid_len:14, bssid:a0:ab:1b:26:de:f6, reason:200
D (46103) tcpip_adapter: check: local, if=0 fn=0x400f9508
0x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (46113) tcpip_adapter: if0 start ip lost tmr: enter
D (46113) tcpip_adapter: if0 start ip lost tmr: already started
D (46123) tcpip_adapter: call api in lwip: ret=0x0, give sem
D (46133) tcpip_adapter: check: remote, if=0 fn=0x400f9508
0x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


E (46503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (50503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (54503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (58503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
D (58963) event: SYSTEM_EVENT_STA_DISCONNECTED, ssid:Surebell_Test1, ssid_len:14, bssid:00:00:00:00:00:00, reason:201
D (58963) tcpip_adapter: check: local, if=0 fn=0x400f9508
0x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (58973) tcpip_adapter: if0 start ip lost tmr: enter
D (58973) tcpip_adapter: if0 start ip lost tmr: already started
D (58983) tcpip_adapter: call api in lwip: ret=0x0, give sem
D (58983) tcpip_adapter: check: remote, if=0 fn=0x400f9508
0x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


E (62503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (66503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (70503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
D (71823) event: SYSTEM_EVENT_STA_DISCONNECTED, ssid:Surebell_Test1, ssid_len:14, bssid:00:00:00:00:00:00, reason:201
D (71823) tcpip_adapter: check: local, if=0 fn=0x400f95080x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (71833) tcpip_adapter: if0 start ip lost tmr: enter
D (71833) tcpip_adapter: if0 start ip lost tmr: already started
D (71843) tcpip_adapter: call api in lwip: ret=0x0, give sem
D (71843) tcpip_adapter: check: remote, if=0 fn=0x400f9508
0x400f9508: tcpip_adapter_down_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


E (74503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (78503) esp-tls: mbedtls_ssl_handshake error -0x6800, RETRY
E (82503) esp-tls: mbedtls_ssl_handshake returned -0x6800
I (82503) esp-tls: Certificate verified.
E (82513) chime-httpscl: failed to establish tls webserver
I (82513) chime-webcl: failed to pair device
I (82883) wifi: n:1 1, o:1 0, ap:1 1, sta:1 0, prof:1
I (82883) wifi: state: init -> auth (b0)
I (82923) wifi: state: auth -> assoc (0)
I (82933) wifi: state: assoc -> run (10)
I (83033) wifi: connected with Surebell_Test1, channel 1
D (83033) nvs: nvs_set sta.chan 1 1
D (83033) nvs: nvs_set_blob sta.apinfo 700
D (83113) event: SYSTEM_EVENT_STA_CONNECTED, ssid:Surebell_Test1, ssid_len:14, bssid:a0:ab:1b:26:de:f6, channel:1, authmode:3
D (83113) tcpip_adapter: check: local, if=0 fn=0x400f93f8
0x400f93f8: tcpip_adapter_up_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (83123) tcpip_adapter: call api in lwip: ret=0x0, give sem
D (83123) tcpip_adapter: check: remote, if=0 fn=0x400f93f8
0x400f93f8: tcpip_adapter_up_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (83133) tcpip_adapter: check: local, if=0 fn=0x400f993c
0x400f993c: tcpip_adapter_dhcpc_start_api at /home/components/tcpip_adapter/./tcpip_adapter_lwip.c:1174


D (83133) tcpip_adapter: dhcp client init ip/mask/gw to all-0
D (83143) tcpip_adapter: if0 start ip lost tmr: enter

Who is online

Users browsing this forum: No registered users and 170 guests