Station disconnect reasons.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_STATION_DISCONNECT_REASON_INTERNAL = 0
WIFI_STATION_DISCONNECT_REASON_USER_ACTION = 1
WIFI_STATION_DISCONNECT_REASON_AUTH_FAILURE = 2
WIFI_STATION_DISCONNECT_REASON_DEAUTH = 3
WIFI_STATION_DISCONNECT_REASON_AGGREGATOR_LOGIN_TIMEOUT = 4
WIFI_STATION_DISCONNECT_REASON_UNKNOWN = 5
} wifi_station_disconnect_reason_t;
BlackBerry 10.2.0
This enum defines the reason codes that explain why a station is in disconnected state.