Get the Service Set Identifier (SSID) for a user profile entry.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_get_user_profile_ssid(wifi_user_profile_list_t *profiles, int entry_number, char *ssid)
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().
A buffer of length WIFI_MAX_SSID_BUFFER_LEN where the SSID will be copied. The SSID will be NULL terminated.
This function queries the SSID for a user profile.
A return code from wifi_result_t.