---
I guess I have something interesting to bring to the discussion.
I noticed that the above reported bug happens ONLY when another ESP client connects to the ESP-AP but not when a 'regular' client (iPad, Android, you name it, connects to the ESP-AP) !
Let me explain it with the following sequence :
#1 launching the ESP-AP :
Configuring Access Point ...
AP IP address: 192.168.4.1
HTTP server started
-------------Connected Clients List-----------------------
0 clients.
-------------Connected Clients List-----------------------
0 clients.
#2 connecting my Android smartphone :
-------------Connected Clients List-----------------------
1 clients.
18:3A:2D:89:EB:17 192.168.4.2
-------------Connected Clients List-----------------------
1 clients.
18:3A:2D:89:EB:17 192.168.4.2
#3 connecting another ESP in STA mode :
-------------Connected Clients List-----------------------
2 clients.
18:3A:2D:89:EB:17 192.168.4.2
-------------Connected Clients List-----------------------
2 clients.
18:3A:2D:89:EB:17 192.168.4.2
#4 connecting my iPad :
-------------Connected Clients List-----------------------
3 clients.
18:3A:2D:89:EB:17 192.168.4.2
54:E4:3A:C1:3D:9F 192.168.4.3
-------------Connected Clients List-----------------------
3 clients.
18:3A:2D:89:EB:17 192.168.4.2
54:E4:3A:C1:3D:9F 192.168.4.3
You can see that the problem arises when the ESP(STA) connects to the AP (phase #3).
The # of clients is properly raised to 2, but there is no indication of the ESP(STA) MAC addr. nor its IP addr. !!!
Then, when the iPad gets in the game, the # of clients is now 3 and the iPad MAC & IP are correctly displayed.
Strangely enough, I FINALLY do have 3 connected clients, but the ESP(AP) does not show the ESP(STA) MAC & IP whereas the Android and iPad MAC & IP are 100% recognized and displayed ...
What could be wrong ?