Versions Compared

Key

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

...

Anchor11399881139988 NetWiFiMgr_AP_Join() Anchor11399901139990The Wireless Manager’s AP_Join() function completes the join process. Anchor11399911139991

Files

...

11399921139992Every Wireless Manager layer net_wifi_mgr.c Anchor11399931139993

Prototype

...


...

static void const

                                         const  NET_IF_WIFI_AP_JOIN *p_join,
NET_ERR

                                                NET_ERR             *p_err);
HTML Table
summary
classCode_Listing
Table Row (tr)
Table Cell (td)
rowspan2
Anchor
11518981151898
Code Block
          static void NetWiFiMgr_AP_Join       (NET_IF              *p_if,
Anchor
11518991151899
Anchor
11400001140000
Table Row (tr)

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

Anchor11400071140007p_if Anchor11400081140008

Pointer to the interface to join with.

...

p_join Anchor11400141140014

Pointer to variable that contains the wireless network to join.

Anchor11400181140018p_erranchor11400191140019

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

...

Returned Values

...

11400211140021None. Anchor11400221140022

Required Configuration

Anchor11400231140023None. Anchor11400241140024

Notes/Warnings

...

None.