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. Anchor11065531106553

Files

Anchor11065541106554Every Wireless Manager layer net_wifi_mgr.c Anchor11058241105824

Prototype

...

rowspan2

...

Anchor11147591114759 

 

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’static.anchor10986141098614

Arguments

Anchor10968441096844pif Anchor11321331132133

Pointer to the interface to initialize a Wireless Manager.

...

1132134perr Anchor11321351132135

Pointer to variable that will receive the return error code from this function.

...

Returned Value

...

None. Anchor11148831114883

Required Configuration

...

11148841114884None.anchor11148851114885

Notes/Warnings

...

None.