I’m looking for an event that fires when a client connects to the AP and the IP is assigned. I currently use WIFI_EVENT_STA_ASSOC and it works, but I can’t find any other events that fire after that which includes IP info.
I’m looking for an event that fires when a client connects to the AP and the IP is assigned. I currently use WIFI_EVENT_STA_ASSOC and it works, but I can’t find any other events that fire after that which includes IP info.
Arduino, but I am also using native SDK code as well.
Hi @jedilord,
I believe that might be the only event that fires when a client connects to the AP and the IP is assigned.
Thank you.