Deregister the application as an aggregator application.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_aggregator_deregister(wifi_service_t *wifi_service, wifi_aggregator_t *aggregator)
BlackBerry 10.2.0
The Wi-Fi service handle.
The aggregator returned in wifi_aggregator_register().
This function deregisters the specified aggregator application from receiving aggregator events and from calling any other aggregator APIs. The saved profile for the aggregator application will be removed. Applications should call this function on termination to ensure proper cleanup.
A return code from wifi_result_t