/
NetWiFiMgr_AP_Leave()
NetWiFiMgr_AP_Leave()
The Wireless Manager’s AP_Leave()
function completes the disconnect.
Files
Every Wireless Manager layer net_wifi_mgr.c
Prototype
static void NetWiFiMgr_AP_Leave (NET_IF *p_if, NET_ERR *p_err);
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
’.
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.
Related content
NetWiFiMgr_AP_Join()
NetWiFiMgr_AP_Join()
More like this
NetIF_WiFi_Leave
NetIF_WiFi_Leave
More like this
Leaving Wireless Access Point
Leaving Wireless Access Point
More like this
net_wifi_leave
net_wifi_leave
More like this
NetWiFiMgr_Start()
NetWiFiMgr_Start()
More like this
NetWiFiMgr_Init()
NetWiFiMgr_Init()
More like this