Aggregator hotspot login status types.
#include <wifi/wifi_service.h>
typedef enum {
WIFI_AGGREGATOR_LOGIN_FAILURE = 0
WIFI_AGGREGATOR_LOGIN_SUCCESS = 1
WIFI_AGGREGATOR_LOGIN_NEED_MORE_TIME = 2
} wifi_aggregator_login_status_t;
BlackBerry 10.2.0
This enum defines the status types for an aggregator application login.