Versions Compared

Key

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

...

NetWiFiMgr_Start()

...

11150611115061The next Wireless Manager function is the Start() function. This function is called by the wireless network interface layer when an interface is started. Anchor11150621115062

Files

...

11150631115063Every Wireless Manager layer net_wifi_mgr.c Anchor11150711115071

Prototype

...

rowspan2

...

Anchor11150721115072 

 

Note that since every Wireless Manager’s Start() 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’. Anchor11152921115292 Arguments Anchor11152931115293static’.

Arguments

p_if Anchor11321461132146

Pointer to the interface to start the Wireless Manager.

...

perr Anchor11321711132171

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

...

Returned Value

...

11151081115108None.anchor11151091115109

Required Configuration

...

None.anchor11151111115111

Notes/Warnings

...

None.