Get the enable status of a user profile entry.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_get_user_profile_enable(wifi_user_profile_list_t *profiles, int entry_number, bool *enable, bool *user_enable)
BlackBerry 10.2.0
The user profiles list.
The user profile entry to query. The index range is between 1 and num_user_profiles, which can be queried by calling wifi_get_user_profiles().
The profile internal enable status.
The user selected enable status of the profile.
This function queries the enable status of a user profile.
A return code from wifi_result_t.