Versions Compared

Key

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

...

Anchor11391411139141 NetWiFiMgr_Stop() Anchor11391431139143The Wireless Manager function Stop() function is called by the wireless network interface layer when an interface is stopped.anchor11391441139144

Files

...

Every Wireless Manager layer net_wifi_mgr.c Anchor11391461139146

Prototype

...


...

static void NetWiFiMgr_Stop

                                       NET_ERR *p_err);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan2
Anchor
11391491139149
Code Block

          static void NetWiFiMgr_Stop (NET_IF  *p_if,
Anchor
11515251151525
Table Row (tr)

...

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

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

...

None. Anchor11391621139162

Required Configuration

...

11391631139163None. Anchor11391641139164

Notes/Warnings

...

None.