Versions Compared

Key

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

...

NetWiFiMgr_AP_Leave()

...

1140409The Wireless Manager’s AP_Leave() function completes the disconnect. Anchor11404101140410

Files

...

11404111140411Every Wireless Manager layer net_wifi_mgr.c Anchor11404121140412

Prototype

Anchor11404191140419 

 

...

...

rowspan2

...

Anchor11404211140421Note 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’. Anchor11404221140422 Arguments Anchor11404231140423static’.

Arguments

p_if Anchor11404241140424

Pointer to the interface to join with.

Anchor11404251140425p_join Anchor11404261140426

Pointer to variable that contains the wireless network to join.

...

p_err Anchor11404281140428

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

...

...

Returned Values

...

None. Anchor11404311140431

Required Configuration

...

None. Anchor11404331140433

Notes/Warnings

...

None.