Configure the access point (AP) handover attribute of a Wi-Fi aggregator profile.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_set_profile_ap_handover(wifi_aggregator_t *aggregator, bool ap_handover_enabled)
BlackBerry 10.2.0
The aggregator returned in wifi_aggregator_register().
The new attribute value.
This function configures the AP handover attribute to enable or disable inter-AP roaming using this profile.
The default value is false.
If the existing aggregator profile corresponds to the currently connected network WIFI_ERROR_AGGREGATOR_PROFILE_BUSY is returned and the profile is not changed.
A return code from wifi_result_t.