wifi_aggregator_login_status_t

Aggregator hotspot login status types.

Synopsis:

#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;

Since:

BlackBerry 10.2.0

Data:

WIFI_AGGREGATOR_LOGIN_FAILURE
The login was not successful.
WIFI_AGGREGATOR_LOGIN_SUCCESS
The login was successful.
WIFI_AGGREGATOR_LOGIN_NEED_MORE_TIME
The application requests more time for login.

Library:

libwifi (For the qcc command, use the -l wifi option to link against this library)

Description:

This enum defines the status types for an aggregator application login.