Versions Compared

Key

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

Wireless Manager API

NetWiFiMgr_Init()

The first function within the Wireless Manager API is the manager initialization/Init() function which is called by the wireless network interface layer.

...

Every Wireless Manager layer net_wifi_mgr.c

Prototype

 

...

Note that since every Wireless Manager’s Init() function is accessed only by function pointer via the Wireless Manager’s API structure, it doesn’t need to be globally available and should therefore be declared as ‘static’.

...