Versions Compared

Key

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

...

NetWiFiMgr_AP_Join()

...

The Wireless Manager’s AP_Join() function completes the join process. Anchor11399911139991

Files

Anchor11399921139992Every Wireless Manager layer net_wifi_mgr.c Anchor11399931139993

Prototype

Anchor1140003 1140003

 

...

rowspan2

...

...

Anchor11400051140005Note that since every Wireless Manager’s AP_Join() 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. Anchor11400061140006

Arguments

...

11400071140007p_if Anchor11400081140008

Pointer to the interface to join with.

...

p_join Anchor11400141140014

Pointer to variable that contains the wireless network to join.

...

11400181140018p_err Anchor11400191140019

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

...

Returned Values

...

None. Anchor11400221140022

Required Configuration

...

11400231140023None. Anchor11400241140024

Notes/Warnings

...

None.