Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Some of major API details are provided which is available under the header include/services/wifimanagerservice.h. Generally in case of each service, there are two common API for registering and un-registering particular service. When we register a service, we are making it available to the other application. And when we un-register it will no longer be accessible to the upper layer application.

  

...

WifiManagerService()

...

Constructor, which will register for Wi-Fi service

...

WifiManagerService::registerForEvents()

...

Register events for Wi-Fi manager service.

...

WifiManagerService::unregisterEvents()

...

Unregister events for Wi-Fi manager service

...

WifiManagerService::notifyEvent()

...

Notify the events received from netSrvMgr.

...

WifiManagerService::getAvailableSSIDs()

...

Retrieves the array of strings representing SSIDs

...

WifiManagerService::getCurrentState()

...

Retrieves the current state

...

WifiManagerService::getPairedSSID()

...

Returns the paired SSIDs as string

...

WifiManagerService::connect()

...

Connect with given or saved SSID and passphrase

...

…….

...

Refer to Wifi Manager APIs for a complete list of APIs provided by Wifi Service manager.

Wi-Fi Network Manager

Wifi- network manager, which takes several responsibility for managing Wifi in Video device

...