Configure the pre-shared key (PSK) passphrase of a Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_set_profile_security_psk_passphrase(wifi_aggregator_t *aggregator, const char *passphrase)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
A null-terminated Wi-Fi Protected Access (WPA) ASCII passphrase between 8 and 63 characters in length.
This function configures the PSK passphrase.
If the existing aggregator profile corresponds to the currently connected network, WIFI_ERROR_AGGREGATOR_PROFILE_BUSY is returned and the profile is not changed. If the security type is unmatched, WIFI_ERROR_INVALID_PARAMETERS is returned.
A return code from wifi_result_t.