Initialize the Wi-Fi service system and start receiving Wi-Fi events.
#include <wifi/wifi_service.h>
WIFI_API wifi_result_t wifi_service_initialize(wifi_service_t **wifi_service)
BlackBerry 10.2.0
The service handle that will be created and initialized by this function.
This function connects the application to the Wi-Fi service system and lets it start receiving events. It creates and initializes the handle that is used for receiving events. An application may only call this function once.
The application must call wifi_service_shutdown() to clean up and release the handle.
A return code from wifi_result_t.