API messages in IBSS modeFULL_MAC_API > API messages by mode

WFM API messages applicable for an interface in IBSS mode.

Data Structures

struct  sl_wfx_send_frame_req_t
 Request message for sending a packet to the network.
 
struct  sl_wfx_send_frame_cnf_t
 Confirmation message for sl_wfx_send_frame_req_t.
 
struct  sl_wfx_received_ind_t
 Indication message used to signal a received packet.
 
struct  sl_wfx_leave_ibss_cnf_t
 Confirmation message for sl_wfx_leave_ibss_req_t.
 
struct  sl_wfx_set_max_tx_power_req_t
 Request message for setting the maximum transmit power of the device.
 
struct  sl_wfx_set_max_tx_power_cnf_t
 Confirmation message for sl_wfx_set_max_tx_power_req_t.
 
struct  sl_wfx_get_max_tx_power_cnf_t
 Confirmation message for sl_wfx_get_max_tx_power_req_t.
 
struct  sl_wfx_leave_ibss_req_t
 Request message for disconnecting from an IBSS network.
 
struct  sl_wfx_leave_ibss_ind_t
 Indication message used to signal the completion of a disconnect operation.
 
struct  sl_wfx_get_max_tx_power_req_t
 Request message for getting the maximum transmit power.

Detailed Description

WFM API messages applicable for an interface in IBSS mode.


Data Structure Documentation

◆ sl_wfx_send_frame_req_t

struct sl_wfx_send_frame_req_t

Request message for sending a packet to the network.

The host can use this request to send a packet to the network.

Interface mode Request allowed
idle No
station Yes
AP Yes
IBSS Yes


Definition at line 1551 of file wfm_cmd_api.h.

Data Fields
sl_wfx_send_frame_req_body_t body Request message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_send_frame_cnf_t

struct sl_wfx_send_frame_cnf_t

Confirmation message for sl_wfx_send_frame_req_t.

Definition at line 1585 of file wfm_cmd_api.h.

Data Fields
sl_wfx_send_frame_cnf_body_t body Confirmation message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_received_ind_t

struct sl_wfx_received_ind_t

Indication message used to signal a received packet.

The device will send this indication to signal a packet has been received.

Definition at line 1626 of file wfm_cmd_api.h.

Data Fields
sl_wfx_received_ind_body_t body Indication message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_leave_ibss_cnf_t

struct sl_wfx_leave_ibss_cnf_t

Confirmation message for sl_wfx_leave_ibss_req_t.

Definition at line 2003 of file wfm_cmd_api.h.

Data Fields
sl_wfx_leave_ibss_cnf_body_t body Confirmation message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_set_max_tx_power_req_t

struct sl_wfx_set_max_tx_power_req_t

Request message for setting the maximum transmit power of the device.

The host can use this request to set a maximum transmit power. The device can still use a lower transmit power depending on regulatory rules or internal limitations.

Interface mode Request allowed
idle Yes
station Yes
AP Yes
IBSS Yes


Definition at line 2908 of file wfm_cmd_api.h.

Data Fields
sl_wfx_set_max_tx_power_req_body_t body Request message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_set_max_tx_power_cnf_t

struct sl_wfx_set_max_tx_power_cnf_t

Confirmation message for sl_wfx_set_max_tx_power_req_t.

Definition at line 2935 of file wfm_cmd_api.h.

Data Fields
sl_wfx_set_max_tx_power_cnf_body_t body Confirmation message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_get_max_tx_power_cnf_t

struct sl_wfx_get_max_tx_power_cnf_t

Confirmation message for sl_wfx_get_max_tx_power_req_t.

Definition at line 2989 of file wfm_cmd_api.h.

Data Fields
sl_wfx_get_max_tx_power_cnf_body_t body Confirmation message body.
sl_wfx_header_t header Common message header.

◆ sl_wfx_leave_ibss_req_t

struct sl_wfx_leave_ibss_req_t

Request message for disconnecting from an IBSS network.

The host can use this request to disconnect from an IBSS network.

Interface mode Request allowed
idle No
station No
AP No
IBSS Yes

◆ sl_wfx_leave_ibss_ind_t

struct sl_wfx_leave_ibss_ind_t

Indication message used to signal the completion of a disconnect operation.

The device will send this indication to signal the disconnect request initiated with sl_wfx_leave_ibss_req_t has been completed. The indication is also sent when the network has encountered a fatal error.

◆ sl_wfx_get_max_tx_power_req_t

struct sl_wfx_get_max_tx_power_req_t

Request message for getting the maximum transmit power.

The host can use this request to get the current value of maximum transmit power.

Interface mode Request allowed
idle Yes
station Yes
AP Yes
IBSS Yes