Versions Compared

Key

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

...

NetWiFiMgr_Stop()

...

11391431139143The Wireless Manager function Stop() function is called by the wireless network interface layer when an interface is stopped. Anchor11391441139144

Files

...

11391451139145Every Wireless Manager layer net_wifi_mgr.c Anchor11391461139146

Prototype

...

rowspan2

...

Anchor11391541139154 

 

Note that since every Wireless Manager’s Stop() 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’. Anchor11391551139155 Arguments Anchor11391561139156static’.

Arguments

p_if Anchor11391571139157

Pointer to the interface to stop the Wireless Manager.

...

perr Anchor11391591139159

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

...

Returned Value

...

11391611139161None.anchor11391621139162

Required Configuration

...

None.anchor11391641139164

Notes/Warnings

...

None.