Detect client wrong password in wifi.h
Posted: Thu Apr 06, 2023 4:01 pm
hi
i have esp8266 project and use "wifi.h" library to create local wifi network between other esp modules
how i can detect from server (esp in ap mode) that which station(mac address) want connect to network but has wrong password
i use this events but was not true answer :
i have esp8266 project and use "wifi.h" library to create local wifi network between other esp modules
how i can detect from server (esp in ap mode) that which station(mac address) want connect to network but has wrong password
i use this events but was not true answer :
Code: Select all
void onProbeRequestPrint(const WiFiEventSoftAPModeProbeRequestReceived &evt);
void onStationDisconnected(const WiFiEventSoftAPModeStationDisconnected &evt);
void onStationConnected(const WiFiEventSoftAPModeStationConnected &evt);