Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

NetWiFiMgr_AP_Join()

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

Files

Every Wireless Manager layer net_wifi_mgr.c

Prototype

 

 

Note 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’.

Arguments

p_if

Pointer to the interface to join with.

p_join

Pointer to variable that contains the wireless network to join.

p_err

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

Returned Values

None.

Required Configuration

None.

Notes/Warnings

None.

  • No labels