Versions Compared

Key

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

...

Anchor11404071140407 NetWiFiMgr_AP_Leave() Anchor11404091140409The Wireless Manager’s AP_Leave() function completes the disconnect. Anchor11404101140410

Files

Anchor11404111140411Every Wireless Manager layer net_wifi_mgr.c Anchor11404121140412

Prototype

...

static void

                                           NET_ERR *p_err);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan2
Anchor
11404151140415
Code Block
          static void NetWiFiMgr_AP_Leave (NET_IF  *p_if,
Anchor
11404161140416
Table Row (tr)

...

Note that since every Wireless Manager’s AP_Leace() 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.anchor11404221140422

Arguments

...

1140423p_if Anchor11404241140424

Pointer to the interface to join with.

...

11404251140425p_join Anchor11404261140426

Pointer to variable that contains the wireless network to join.

Anchor11404271140427p_err Anchor11404281140428

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

...

...

Returned Values

Anchor11404301140430None. Anchor11404311140431

Required Configuration

...

11404321140432None. Anchor11404331140433

Notes/Warnings

...

None.