Hi,
To mimic trying to connect to a wifi network that does not exist ie has failed for some reason, I called sl_WlanConnect() using a non-existent wifi network.
It returned '0' - success and an event 'SL_NETAPP_EVENT_IPV4_ACQUIRED'.
From this I assume it is saying the call was successful not the actual connection to the wifi network and the event seems to be a generic one - I got it when a station connected to a AP as well.
So how do you detect a connection attempt to a non-existent wifi network? is there an event for 'successful connection'?
Following on from this, is there an event that I could subscribe to for 'wifi network failed'?
Regards,