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 :
void onProbeRequestPrint(const WiFiEventSoftAPModeProbeRequestReceived &evt);
void onStationDisconnected(const WiFiEventSoftAPModeStationDisconnected &evt);
void onStationConnected(const WiFiEventSoftAPModeStationConnected &evt);