XCORE SDK
XCORE Software Development Kit
|
Request message for connecting to a Wi-Fi network. More...
#include <sl_wfx_cmd_api.h>
Public Attributes | |
sl_wfx_header_t | header |
sl_wfx_connect_req_body_t | body |
Request message for connecting to a Wi-Fi network.
The host can use this request to initiate a connection to a Wi-Fi network. An ongoing connection attempt can be canceled by sending sl_wfx_disconnect_req_t message. Completion of the connection request will be signaled by sl_wfx_connect_ind_t message. It may take up to 10 seconds to receive the message.
Interface mode | Request allowed |
---|---|
idle | Yes |
station | No |
AP | No |
sl_wfx_connect_req_body_t sl_wfx_connect_req_s::body |
Request message body.
sl_wfx_header_t sl_wfx_connect_req_s::header |
Common message header.