Versions Compared

Key

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

...

Anchor11150601115060 NetWiFiMgr_Start() Anchor11150611115061The 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

...

Every Wireless Manager layer net_wifi_mgr.c Anchor11150711115071

Prototype

...


...

static void NetWiFiMgr_Start

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


          static void NetWiFiMgr_Start (NET_IF  *p_if,
Anchor
11515241151524
Table Row (tr)

...



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

...

None. Anchor11151091115109

Required Configuration

...

None. Anchor11151111115111

Notes/Warnings

...

None.