Embedded TCP/IP stack: fnet_wifi_connect

FNET

fnet_return_t fnet_wifi_connect ( fnet_netif_desc_t  netif_desc,
fnet_wifi_connect_params_t params 
)

Starts Wi-Fi connection in station mode.

Parameters
netif_descNetwork interface descriptor.
paramsConnection parameters.
Returns
This function returns:
See also
fnet_wifi_disconnect(), fnet_netif_is_connected()

This function starts Wi-Fi connection in the station mode. Connection parameters are defined in the params structure.
To close connection call fnet_wifi_disconnect(). The connection state may be determined by fnet_netif_is_connected().


© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net