Query the enable status attribute of the Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_get_profile_enable_status(wifi_aggregator_t *aggregator, bool *enable, bool *user_enable)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A pointer for the enable status for the profile.
A pointer for the user configured enable status for the profile.
A return code from wifi_result_t.