pub const netopt_t_NETOPT_CONNECT: netopt_t = 107;
Expand description

@brief (@ref netopt_connect_request_t) Instructs the interface to connect to a network

This netopt triggers an asynchronous connection attempt to a network. The result is a derivative of @ref netopt_connect_result_t or @ref netopt_disconnect_result_t. Notification happens through a callback @ref netopt_on_connect_result_t or @ref netopt_on_disconnect_result_t respectively.