Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client connection management #382

Open
SajjadQadri opened this issue Jul 24, 2024 · 0 comments
Open

Client connection management #382

SajjadQadri opened this issue Jul 24, 2024 · 0 comments

Comments

@SajjadQadri
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant