You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi everyone
I want to be able to allow any client I want to connect and reject the rest when the esp8266 is configured in ap mode. In the investigations I did, I found that even if I use wifi_set_event_handler_cb or WiFi.onSoftAPModeProbeRequestReceived and send a deauthentication package to the client, the client can still connect. My guess is that the esp8266 sends a response packet to the client at the same time as mine, allowing it to connect.
What should I do if I want to manage the connection or non-connection of clients myself in the program?
Thanks
Sajjad Qadri
The text was updated successfully, but these errors were encountered:
Hi everyone
I want to be able to allow any client I want to connect and reject the rest when the esp8266 is configured in ap mode. In the investigations I did, I found that even if I use wifi_set_event_handler_cb or WiFi.onSoftAPModeProbeRequestReceived and send a deauthentication package to the client, the client can still connect. My guess is that the esp8266 sends a response packet to the client at the same time as mine, allowing it to connect.
What should I do if I want to manage the connection or non-connection of clients myself in the program?
Thanks
Sajjad Qadri
The text was updated successfully, but these errors were encountered: