NetIF_WiFi_Leave
Leave the access point previously joined.
Files
net_if_wifi.h/net_if_wifi.c
Prototype
void NetIF_WiFi_Leave (NET_IF_NBR if_nbr, NET_ERR *p_err);
Arguments
if_nbr
Interface number to join wireless access point.
p_err
Pointer to variable that will receive the return error code from this function:
NET_IF_WIFI_ERR_NONE
NET_IF_WIFI_ERR_LEAVE
Returned Value
None.
Required Configuration
None.
Notes / Warnings
None.