I've connected a cc3200 in station mode to an accesspoint. An app is connected to the same accesspoint and has successfully connected to the CC3200 via it:
CC3200 <---> accesspoint <---> App
If I disconnect the wifi connection between the accesspoint and the app, I'm not able to detect this on the CC3200 side:
CC3200 <---> accesspoint <-X-> App
Is there an event, status, ... that signals me the shown connection loss at the CC3200 side from the accesspoint?
(The SL_WLAN_STA_DISCONNECTED_EVENT for example is only triggered when the CC3200 is disconnected from the accesspoint and not in the case shown.)