XCORE SDK
XCORE Software Development Kit
Classes | Typedefs
API messages

WFM API messages. More...

Classes

struct  sl_wfx_set_mac_address_req_body_s
 Request message body for sl_wfx_set_mac_address_req_t. More...
 
struct  sl_wfx_set_mac_address_req_s
 Request message to set MAC address of the interface. More...
 
struct  sl_wfx_set_mac_address_cnf_body_s
 Confirmation message body for sl_wfx_set_mac_address_cnf_t. More...
 
struct  sl_wfx_set_mac_address_cnf_s
 Confirmation message for sl_wfx_set_mac_address_req_t. More...
 
struct  sl_wfx_connect_req_body_s
 Request message body for sl_wfx_connect_req_t. More...
 
struct  sl_wfx_connect_req_s
 Request message for connecting to a Wi-Fi network. More...
 
struct  sl_wfx_connect_cnf_body_s
 Confirmation message body for sl_wfx_connect_cnf_t. More...
 
struct  sl_wfx_connect_cnf_s
 Confirmation message for sl_wfx_connect_req_t. More...
 
struct  sl_wfx_connect_ind_body_s
 Indication message body for sl_wfx_connect_ind_t. More...
 
struct  sl_wfx_connect_ind_s
 Indication message used to signal the completion of a connection operation. More...
 
struct  sl_wfx_disconnect_cnf_body_s
 Confirmation message body for sl_wfx_disconnect_cnf_t. More...
 
struct  sl_wfx_disconnect_cnf_s
 Confirmation message for sl_wfx_disconnect_req_t. More...
 
struct  sl_wfx_disconnect_ind_body_s
 Indication message body for sl_wfx_disconnect_ind_t. More...
 
struct  sl_wfx_disconnect_ind_s
 Indication message used to signal the completion of a disconnection operation. More...
 
struct  sl_wfx_get_signal_strength_cnf_body_s
 Confirmation message body for sl_wfx_get_signal_strength_cnf_t. More...
 
struct  sl_wfx_get_signal_strength_cnf_s
 Confirmation message for sl_wfx_get_signal_strength_req_t. More...
 
struct  sl_wfx_set_pm_mode_req_body_s
 Request message body for sl_wfx_set_pm_mode_req_t. More...
 
struct  sl_wfx_set_pm_mode_req_s
 Request message for setting the power management mode of the device. More...
 
struct  sl_wfx_set_pm_mode_cnf_body_s
 Confirmation message body for sl_wfx_set_pm_mode_cnf_t. More...
 
struct  sl_wfx_set_pm_mode_cnf_s
 Confirmation message for sl_wfx_set_pm_mode_req_t. More...
 
struct  sl_wfx_start_ap_req_body_s
 Request message body for sl_wfx_start_ap_req_t. More...
 
struct  sl_wfx_start_ap_req_s
 Request message for starting a Wi-Fi network. More...
 
struct  sl_wfx_start_ap_cnf_body_s
 Confirmation message body for sl_wfx_start_ap_cnf_t. More...
 
struct  sl_wfx_start_ap_cnf_s
 Confirmation message for sl_wfx_start_ap_req_t. More...
 
struct  sl_wfx_start_ap_ind_body_s
 Indication message body for sl_wfx_start_ap_ind_t. More...
 
struct  sl_wfx_start_ap_ind_s
 Indication message used to signal the completion of a start request. More...
 
struct  sl_wfx_update_ap_req_body_s
 Request message body for sl_wfx_update_ap_req_t. More...
 
struct  sl_wfx_update_ap_req_s
 Request message for updating parameters of the started Wi-Fi network. More...
 
struct  sl_wfx_update_ap_cnf_body_s
 Confirmation message body for sl_wfx_update_ap_cnf_t. More...
 
struct  sl_wfx_update_ap_cnf_s
 Confirmation message for sl_wfx_update_ap_req_t. More...
 
struct  sl_wfx_stop_ap_cnf_body_s
 Confirmation message body for sl_wfx_stop_ap_cnf_t. More...
 
struct  sl_wfx_stop_ap_cnf_s
 Confirmation message for sl_wfx_stop_ap_req_t. More...
 
struct  sl_wfx_ap_client_connected_ind_body_s
 Indication message body for sl_wfx_ap_client_connected_ind_t. More...
 
struct  sl_wfx_ap_client_connected_ind_s
 Indication message used to signal a connected station. More...
 
struct  sl_wfx_ap_client_rejected_ind_body_s
 Indication message body for sl_wfx_ap_client_rejected_ind_t. More...
 
struct  sl_wfx_ap_client_rejected_ind_s
 Indication message used to signal a rejected connection attempt from a station. More...
 
struct  sl_wfx_disconnect_ap_client_req_body_s
 Request message body for sl_wfx_disconnect_ap_client_req_t. More...
 
struct  sl_wfx_disconnect_ap_client_req_s
 Request message for disconnecting a client from the started Wi-Fi network. More...
 
struct  sl_wfx_disconnect_ap_client_cnf_body_s
 Confirmation message body for sl_wfx_disconnect_ap_client_cnf_t. More...
 
struct  sl_wfx_disconnect_ap_client_cnf_s
 Confirmation message for sl_wfx_disconnect_ap_client_req_t. More...
 
struct  sl_wfx_ap_client_disconnected_ind_body_s
 Indication message body for sl_wfx_ap_client_disconnected_ind_t. More...
 
struct  sl_wfx_ap_client_disconnected_ind_s
 Indication message used to signal a disconnected station. More...
 
struct  sl_wfx_send_frame_req_body_s
 Request message body for sl_wfx_send_frame_req_t. More...
 
struct  sl_wfx_send_frame_req_s
 Request message for sending a packet to the network. More...
 
struct  sl_wfx_send_frame_cnf_body_s
 Confirmation message body for sl_wfx_send_frame_cnf_t. More...
 
struct  sl_wfx_send_frame_cnf_s
 Confirmation message for sl_wfx_send_frame_req_t. More...
 
struct  sl_wfx_received_ind_body_s
 Indication message body for sl_wfx_received_ind_t. More...
 
struct  sl_wfx_received_ind_s
 Indication message used to signal a received packet. More...
 
struct  sl_wfx_start_scan_req_body_s
 Request message body for sl_wfx_start_scan_req_t. More...
 
struct  sl_wfx_start_scan_req_s
 Request message for starting a scan to detect near-by access points. More...
 
struct  sl_wfx_start_scan_cnf_body_s
 Confirmation message body for sl_wfx_start_scan_cnf_t. More...
 
struct  sl_wfx_start_scan_cnf_s
 Confirmation message for sl_wfx_start_scan_req_t. More...
 
struct  sl_wfx_stop_scan_cnf_body_s
 Confirmation message body for sl_wfx_stop_scan_cnf_t. More...
 
struct  sl_wfx_stop_scan_cnf_s
 Confirmation message for sl_wfx_stop_scan_req_t. More...
 
struct  sl_wfx_scan_result_ind_body_s
 Indication message body for sl_wfx_scan_result_ind_t. More...
 
struct  sl_wfx_scan_result_ind_s
 Indication message used to signal an access point has been detected. More...
 
struct  sl_wfx_scan_complete_ind_body_s
 Indication message body for sl_wfx_scan_complete_ind_t. More...
 
struct  sl_wfx_scan_complete_ind_s
 Indication message used to signal a scan was completed. More...
 
struct  sl_wfx_add_multicast_addr_req_body_s
 Request message body for sl_wfx_add_multicast_addr_req_t. More...
 
struct  sl_wfx_add_multicast_addr_req_s
 Request message for adding a multicast address to the multicast filter whitelist. More...
 
struct  sl_wfx_add_multicast_addr_cnf_body_s
 Confirmation message body for sl_wfx_add_multicast_addr_cnf_t. More...
 
struct  sl_wfx_add_multicast_addr_cnf_s
 Confirmation message for sl_wfx_add_multicast_addr_req_t. More...
 
struct  sl_wfx_remove_multicast_addr_req_body_s
 Request message body for sl_wfx_remove_multicast_addr_req_t. More...
 
struct  sl_wfx_remove_multicast_addr_req_s
 Request message for removing a multicast address from the multicast filter whitelist. More...
 
struct  sl_wfx_remove_multicast_addr_cnf_body_s
 Confirmation message body for sl_wfx_remove_multicast_addr_cnf_t. More...
 
struct  sl_wfx_remove_multicast_addr_cnf_s
 Confirmation message for sl_wfx_remove_multicast_addr_req_t. More...
 
struct  sl_wfx_set_max_ap_client_count_req_body_s
 Request message body for sl_wfx_set_max_ap_client_count_req_t. More...
 
struct  sl_wfx_set_max_ap_client_count_req_s
 Request message for setting the maximum number of connected clients. More...
 
struct  sl_wfx_set_max_ap_client_count_cnf_body_s
 Confirmation message body for sl_wfx_set_max_ap_client_count_cnf_t. More...
 
struct  sl_wfx_set_max_ap_client_count_cnf_s
 Confirmation message for sl_wfx_set_max_ap_client_count_req_t. More...
 
struct  sl_wfx_set_max_ap_client_inactivity_req_body_s
 Request message body for sl_wfx_set_max_ap_client_inactivity_req_t. More...
 
struct  sl_wfx_set_max_ap_client_inactivity_req_s
 Request message for setting the maximum number of connected clients. More...
 
struct  sl_wfx_set_max_ap_client_inactivity_cnf_body_s
 Confirmation message body for sl_wfx_set_max_ap_client_count_cnf_t. More...
 
struct  sl_wfx_set_max_ap_client_inactivity_cnf_s
 Confirmation message for sl_wfx_set_max_ap_client_inactivity_req_t. More...
 
struct  sl_wfx_set_roam_parameters_req_body_s
 Request message body for sl_wfx_set_roam_parameters_req_t. More...
 
struct  sl_wfx_set_roam_parameters_req_s
 Request message for setting the roaming parameters. More...
 
struct  sl_wfx_set_roam_parameters_cnf_body_s
 Confirmation message body for sl_wfx_set_roam_parameters_cnf_t. More...
 
struct  sl_wfx_set_roam_parameters_cnf_s
 Confirmation message for sl_wfx_set_roam_parameters_req_t. More...
 
struct  sl_wfx_set_tx_rate_parameters_req_body_s
 Request message body for sl_wfx_set_tx_rate_parameters_req_t. More...
 
struct  sl_wfx_set_tx_rate_parameters_req_s
 Request message for setting the TX rate set parameters. More...
 
struct  sl_wfx_set_tx_rate_parameters_cnf_body_s
 Confirmation message body for sl_wfx_set_tx_rate_parameters_cnf_t. More...
 
struct  sl_wfx_set_tx_rate_parameters_cnf_s
 Confirmation message for sl_wfx_set_tx_rate_parameters_req_t. More...
 
struct  sl_wfx_set_arp_ip_address_req_body_s
 Request message body for sl_wfx_set_arp_ip_address_req_t. More...
 
struct  sl_wfx_set_arp_ip_address_req_s
 Request message for setting the Address Resolution Protocol (ARP) offloading state. More...
 
struct  sl_wfx_set_arp_ip_address_cnf_body_s
 Confirmation message body for sl_wfx_set_arp_ip_address_cnf_t. More...
 
struct  sl_wfx_set_arp_ip_address_cnf_s
 Confirmation message for sl_wfx_set_arp_ip_address_req_t. More...
 
struct  sl_wfx_set_ns_ip_address_req_body_s
 Request message body for sl_wfx_set_ns_ip_address_req_t. More...
 
struct  sl_wfx_set_ns_ip_address_req_s
 Request message for setting the Neighbor Discovery Protocol (NDP) offloading state. More...
 
struct  sl_wfx_set_ns_ip_address_cnf_body_s
 Confirmation message body for sl_wfx_set_ns_ip_address_cnf_t. More...
 
struct  sl_wfx_set_ns_ip_address_cnf_s
 Confirmation message for sl_wfx_set_ns_ip_address_req_t. More...
 
struct  sl_wfx_set_broadcast_filter_req_body_s
 Request message body for sl_wfx_set_broadcast_filter_req_t. More...
 
struct  sl_wfx_set_broadcast_filter_req_s
 Request message for setting broadcast filter state. More...
 
struct  sl_wfx_set_broadcast_filter_cnf_body_s
 Confirmation message body for sl_wfx_set_broadcast_filter_cnf_t. More...
 
struct  sl_wfx_set_broadcast_filter_cnf_s
 Confirmation message for sl_wfx_set_broadcast_filter_req_t. More...
 
struct  sl_wfx_set_scan_parameters_req_body_s
 Request message body for sl_wfx_set_scan_parameters_req_t. More...
 
struct  sl_wfx_set_scan_parameters_req_s
 Request message for setting scan parameters. More...
 
struct  sl_wfx_set_scan_parameters_cnf_body_s
 Confirmation message body for sl_wfx_set_scan_parameters_cnf_t. More...
 
struct  sl_wfx_set_scan_parameters_cnf_s
 Confirmation message for sl_wfx_set_scan_parameters_req_t. More...
 
struct  sl_wfx_set_unicast_filter_req_body_s
 Request message body for sl_wfx_set_unicast_filter_req_t. More...
 
struct  sl_wfx_set_unicast_filter_req_s
 Request message for setting unicast filter state. More...
 
struct  sl_wfx_set_unicast_filter_cnf_body_s
 Confirmation message body for sl_wfx_set_unicast_filter_cnf_t. More...
 
struct  sl_wfx_set_unicast_filter_cnf_s
 Confirmation message for sl_wfx_set_unicast_filter_req_t. More...
 
struct  sl_wfx_add_whitelist_addr_req_body_s
 Request message body for sl_wfx_add_whitelist_addr_req_t. More...
 
struct  sl_wfx_add_whitelist_addr_req_s
 Request message for adding a MAC address to the device whitelist. More...
 
struct  sl_wfx_add_whitelist_addr_cnf_body_s
 Confirmation message body for sl_wfx_add_whitelist_addr_cnf_t. More...
 
struct  sl_wfx_add_whitelist_addr_cnf_s
 Confirmation message for sl_wfx_add_whitelist_addr_req_t. More...
 
struct  sl_wfx_add_blacklist_addr_req_body_s
 Request message body for sl_wfx_add_blacklist_addr_req_t. More...
 
struct  sl_wfx_add_blacklist_addr_req_s
 Request message for adding a MAC address to the device blacklist. More...
 
struct  sl_wfx_add_blacklist_addr_cnf_body_s
 Confirmation message body for sl_wfx_add_blacklist_addr_cnf_t. More...
 
struct  sl_wfx_add_blacklist_addr_cnf_s
 Confirmation message for sl_wfx_add_blacklist_addr_req_t. More...
 
struct  sl_wfx_set_max_tx_power_req_body_s
 Request message body for sl_wfx_set_max_tx_power_req_t. More...
 
struct  sl_wfx_set_max_tx_power_req_s
 Request message for setting the maximum transmit power of the device. More...
 
struct  sl_wfx_set_max_tx_power_cnf_body_s
 Confirmation message body for sl_wfx_set_max_tx_power_cnf_t. More...
 
struct  sl_wfx_set_max_tx_power_cnf_s
 Confirmation message for sl_wfx_set_max_tx_power_req_t. More...
 
struct  sl_wfx_get_max_tx_power_cnf_body_s
 Confirmation message body for sl_wfx_get_max_tx_power_cnf_t. More...
 
struct  sl_wfx_get_max_tx_power_cnf_s
 Confirmation message for sl_wfx_get_max_tx_power_req_t. More...
 
struct  sl_wfx_get_pmk_cnf_body_s
 Confirmation message body for sl_wfx_get_pmk_cnf_t. More...
 
struct  sl_wfx_get_pmk_cnf_s
 Confirmation message for sl_wfx_get_pmk_req_t. More...
 
struct  sl_wfx_get_ap_client_signal_strength_req_body_s
 Request message body for sl_wfx_get_ap_client_signal_strength_req_t. More...
 
struct  sl_wfx_get_ap_client_signal_strength_req_s
 Request message for retrieving the signal strength of a client of the started Wi-Fi network. More...
 
struct  sl_wfx_get_ap_client_signal_strength_cnf_body_s
 Confirmation message body for sl_wfx_get_ap_client_signal_strength_cnf_t. More...
 
struct  sl_wfx_get_ap_client_signal_strength_cnf_s
 Confirmation message for sl_wfx_get_ap_client_signal_strength_req_t. More...
 
struct  sl_wfx_ext_auth_req_body_s
 Request message body for sl_wfx_ext_auth_req_t. More...
 
struct  sl_wfx_ext_auth_req_s
 
struct  sl_wfx_ext_auth_cnf_body_s
 Confirmation message body for sl_wfx_ext_auth_cnf_t. More...
 
struct  sl_wfx_ext_auth_cnf_s
 Confirmation message for sl_wfx_ext_auth_req_t. More...
 
struct  sl_wfx_ext_auth_ind_body_s
 Indication message body for sl_wfx_ext_auth_ind_t. More...
 
struct  sl_wfx_ext_auth_ind_s
 
struct  sl_wfx_disconnect_req_t
 Request message for disconnecting from a Wi-Fi network. More...
 
struct  sl_wfx_get_signal_strength_req_t
 Request message for retrieving the signal strength of connection. More...
 
struct  sl_wfx_stop_ap_req_t
 Request message for stopping the started Wi-Fi network. More...
 
struct  sl_wfx_stop_ap_ind_t
 Indication message used to signal the completion of a stop operation. More...
 
struct  sl_wfx_stop_scan_req_t
 Request message for stopping an ongoing scan. More...
 
struct  sl_wfx_get_max_tx_power_req_t
 Request message for getting the maximum transmit power. More...
 
struct  sl_wfx_get_pmk_req_t
 Request message for getting the Pairwise Master Key (PMK). More...
 

Typedefs

typedef struct sl_wfx_set_mac_address_req_body_s sl_wfx_set_mac_address_req_body_t
 Request message body for sl_wfx_set_mac_address_req_t. More...
 
typedef struct sl_wfx_set_mac_address_cnf_body_s sl_wfx_set_mac_address_cnf_body_t
 Confirmation message body for sl_wfx_set_mac_address_cnf_t.
 
typedef struct sl_wfx_connect_req_body_s sl_wfx_connect_req_body_t
 Request message body for sl_wfx_connect_req_t.
 
typedef struct sl_wfx_connect_cnf_body_s sl_wfx_connect_cnf_body_t
 Confirmation message body for sl_wfx_connect_cnf_t.
 
typedef struct sl_wfx_connect_ind_body_s sl_wfx_connect_ind_body_t
 Indication message body for sl_wfx_connect_ind_t.
 
typedef sl_wfx_header_t sl_wfx_disconnect_req_t
 
typedef struct sl_wfx_disconnect_cnf_body_s sl_wfx_disconnect_cnf_body_t
 Confirmation message body for sl_wfx_disconnect_cnf_t.
 
typedef struct sl_wfx_disconnect_ind_body_s sl_wfx_disconnect_ind_body_t
 Indication message body for sl_wfx_disconnect_ind_t.
 
typedef sl_wfx_header_t sl_wfx_get_signal_strength_req_t
 
typedef struct sl_wfx_get_signal_strength_cnf_body_s sl_wfx_get_signal_strength_cnf_body_t
 Confirmation message body for sl_wfx_get_signal_strength_cnf_t.
 
typedef struct sl_wfx_set_pm_mode_req_body_s sl_wfx_set_pm_mode_req_body_t
 Request message body for sl_wfx_set_pm_mode_req_t. More...
 
typedef struct sl_wfx_set_pm_mode_cnf_body_s sl_wfx_set_pm_mode_cnf_body_t
 Confirmation message body for sl_wfx_set_pm_mode_cnf_t.
 
typedef struct sl_wfx_start_ap_req_body_s sl_wfx_start_ap_req_body_t
 Request message body for sl_wfx_start_ap_req_t.
 
typedef struct sl_wfx_start_ap_cnf_body_s sl_wfx_start_ap_cnf_body_t
 Confirmation message body for sl_wfx_start_ap_cnf_t.
 
typedef struct sl_wfx_start_ap_ind_body_s sl_wfx_start_ap_ind_body_t
 Indication message body for sl_wfx_start_ap_ind_t.
 
typedef struct sl_wfx_update_ap_req_body_s sl_wfx_update_ap_req_body_t
 Request message body for sl_wfx_update_ap_req_t.
 
typedef struct sl_wfx_update_ap_cnf_body_s sl_wfx_update_ap_cnf_body_t
 Confirmation message body for sl_wfx_update_ap_cnf_t.
 
typedef sl_wfx_header_t sl_wfx_stop_ap_req_t
 
typedef struct sl_wfx_stop_ap_cnf_body_s sl_wfx_stop_ap_cnf_body_t
 Confirmation message body for sl_wfx_stop_ap_cnf_t.
 
typedef sl_wfx_header_t sl_wfx_stop_ap_ind_t
 
typedef struct sl_wfx_ap_client_connected_ind_body_s sl_wfx_ap_client_connected_ind_body_t
 Indication message body for sl_wfx_ap_client_connected_ind_t.
 
typedef struct sl_wfx_ap_client_rejected_ind_body_s sl_wfx_ap_client_rejected_ind_body_t
 Indication message body for sl_wfx_ap_client_rejected_ind_t.
 
typedef struct sl_wfx_disconnect_ap_client_req_body_s sl_wfx_disconnect_ap_client_req_body_t
 Request message body for sl_wfx_disconnect_ap_client_req_t.
 
typedef struct sl_wfx_disconnect_ap_client_cnf_body_s sl_wfx_disconnect_ap_client_cnf_body_t
 Confirmation message body for sl_wfx_disconnect_ap_client_cnf_t.
 
typedef struct sl_wfx_ap_client_disconnected_ind_body_s sl_wfx_ap_client_disconnected_ind_body_t
 Indication message body for sl_wfx_ap_client_disconnected_ind_t.
 
typedef struct sl_wfx_send_frame_req_body_s sl_wfx_send_frame_req_body_t
 Request message body for sl_wfx_send_frame_req_t.
 
typedef struct sl_wfx_send_frame_cnf_body_s sl_wfx_send_frame_cnf_body_t
 Confirmation message body for sl_wfx_send_frame_cnf_t.
 
typedef struct sl_wfx_received_ind_body_s sl_wfx_received_ind_body_t
 Indication message body for sl_wfx_received_ind_t.
 
typedef struct sl_wfx_start_scan_req_body_s sl_wfx_start_scan_req_body_t
 Request message body for sl_wfx_start_scan_req_t.
 
typedef struct sl_wfx_start_scan_cnf_body_s sl_wfx_start_scan_cnf_body_t
 Confirmation message body for sl_wfx_start_scan_cnf_t.
 
typedef sl_wfx_header_t sl_wfx_stop_scan_req_t
 
typedef struct sl_wfx_stop_scan_cnf_body_s sl_wfx_stop_scan_cnf_body_t
 Confirmation message body for sl_wfx_stop_scan_cnf_t.
 
typedef struct sl_wfx_scan_result_ind_body_s sl_wfx_scan_result_ind_body_t
 Indication message body for sl_wfx_scan_result_ind_t.
 
typedef struct sl_wfx_scan_complete_ind_body_s sl_wfx_scan_complete_ind_body_t
 Indication message body for sl_wfx_scan_complete_ind_t.
 
typedef struct sl_wfx_add_multicast_addr_req_body_s sl_wfx_add_multicast_addr_req_body_t
 Request message body for sl_wfx_add_multicast_addr_req_t.
 
typedef struct sl_wfx_add_multicast_addr_cnf_body_s sl_wfx_add_multicast_addr_cnf_body_t
 Confirmation message body for sl_wfx_add_multicast_addr_cnf_t.
 
typedef struct sl_wfx_remove_multicast_addr_req_body_s sl_wfx_remove_multicast_addr_req_body_t
 Request message body for sl_wfx_remove_multicast_addr_req_t.
 
typedef struct sl_wfx_remove_multicast_addr_cnf_body_s sl_wfx_remove_multicast_addr_cnf_body_t
 Confirmation message body for sl_wfx_remove_multicast_addr_cnf_t.
 
typedef struct sl_wfx_set_max_ap_client_count_req_body_s sl_wfx_set_max_ap_client_count_req_body_t
 Request message body for sl_wfx_set_max_ap_client_count_req_t. More...
 
typedef struct sl_wfx_set_max_ap_client_count_cnf_body_s sl_wfx_set_max_ap_client_count_cnf_body_t
 Confirmation message body for sl_wfx_set_max_ap_client_count_cnf_t.
 
typedef struct sl_wfx_set_max_ap_client_inactivity_req_body_s sl_wfx_set_max_ap_client_inactivity_req_body_t
 Request message body for sl_wfx_set_max_ap_client_inactivity_req_t. More...
 
typedef struct sl_wfx_set_max_ap_client_inactivity_cnf_body_s sl_wfx_set_max_ap_client_inactivity_cnf_body_t
 Confirmation message body for sl_wfx_set_max_ap_client_count_cnf_t.
 
typedef struct sl_wfx_set_roam_parameters_req_body_s sl_wfx_set_roam_parameters_req_body_t
 Request message body for sl_wfx_set_roam_parameters_req_t. More...
 
typedef struct sl_wfx_set_roam_parameters_cnf_body_s sl_wfx_set_roam_parameters_cnf_body_t
 Confirmation message body for sl_wfx_set_roam_parameters_cnf_t.
 
typedef struct sl_wfx_set_tx_rate_parameters_req_body_s sl_wfx_set_tx_rate_parameters_req_body_t
 Request message body for sl_wfx_set_tx_rate_parameters_req_t. More...
 
typedef struct sl_wfx_set_tx_rate_parameters_cnf_body_s sl_wfx_set_tx_rate_parameters_cnf_body_t
 Confirmation message body for sl_wfx_set_tx_rate_parameters_cnf_t.
 
typedef struct sl_wfx_set_arp_ip_address_req_body_s sl_wfx_set_arp_ip_address_req_body_t
 Request message body for sl_wfx_set_arp_ip_address_req_t.
 
typedef struct sl_wfx_set_arp_ip_address_cnf_body_s sl_wfx_set_arp_ip_address_cnf_body_t
 Confirmation message body for sl_wfx_set_arp_ip_address_cnf_t.
 
typedef struct sl_wfx_set_ns_ip_address_req_body_s sl_wfx_set_ns_ip_address_req_body_t
 Request message body for sl_wfx_set_ns_ip_address_req_t.
 
typedef struct sl_wfx_set_ns_ip_address_cnf_body_s sl_wfx_set_ns_ip_address_cnf_body_t
 Confirmation message body for sl_wfx_set_ns_ip_address_cnf_t.
 
typedef struct sl_wfx_set_broadcast_filter_req_body_s sl_wfx_set_broadcast_filter_req_body_t
 Request message body for sl_wfx_set_broadcast_filter_req_t. More...
 
typedef struct sl_wfx_set_broadcast_filter_cnf_body_s sl_wfx_set_broadcast_filter_cnf_body_t
 Confirmation message body for sl_wfx_set_broadcast_filter_cnf_t.
 
typedef struct sl_wfx_set_scan_parameters_req_body_s sl_wfx_set_scan_parameters_req_body_t
 Request message body for sl_wfx_set_scan_parameters_req_t. More...
 
typedef struct sl_wfx_set_scan_parameters_cnf_body_s sl_wfx_set_scan_parameters_cnf_body_t
 Confirmation message body for sl_wfx_set_scan_parameters_cnf_t.
 
typedef struct sl_wfx_set_unicast_filter_req_body_s sl_wfx_set_unicast_filter_req_body_t
 Request message body for sl_wfx_set_unicast_filter_req_t. More...
 
typedef struct sl_wfx_set_unicast_filter_cnf_body_s sl_wfx_set_unicast_filter_cnf_body_t
 Confirmation message body for sl_wfx_set_unicast_filter_cnf_t.
 
typedef struct sl_wfx_add_whitelist_addr_req_body_s sl_wfx_add_whitelist_addr_req_body_t
 Request message body for sl_wfx_add_whitelist_addr_req_t.
 
typedef struct sl_wfx_add_whitelist_addr_cnf_body_s sl_wfx_add_whitelist_addr_cnf_body_t
 Confirmation message body for sl_wfx_add_whitelist_addr_cnf_t.
 
typedef struct sl_wfx_add_blacklist_addr_req_body_s sl_wfx_add_blacklist_addr_req_body_t
 Request message body for sl_wfx_add_blacklist_addr_req_t.
 
typedef struct sl_wfx_add_blacklist_addr_cnf_body_s sl_wfx_add_blacklist_addr_cnf_body_t
 Confirmation message body for sl_wfx_add_blacklist_addr_cnf_t.
 
typedef struct sl_wfx_set_max_tx_power_req_body_s sl_wfx_set_max_tx_power_req_body_t
 Request message body for sl_wfx_set_max_tx_power_req_t. More...
 
typedef struct sl_wfx_set_max_tx_power_cnf_body_s sl_wfx_set_max_tx_power_cnf_body_t
 Confirmation message body for sl_wfx_set_max_tx_power_cnf_t.
 
typedef sl_wfx_header_t sl_wfx_get_max_tx_power_req_t
 
typedef struct sl_wfx_get_max_tx_power_cnf_body_s sl_wfx_get_max_tx_power_cnf_body_t
 Confirmation message body for sl_wfx_get_max_tx_power_cnf_t.
 
typedef sl_wfx_header_t sl_wfx_get_pmk_req_t
 
typedef struct sl_wfx_get_pmk_cnf_body_s sl_wfx_get_pmk_cnf_body_t
 Confirmation message body for sl_wfx_get_pmk_cnf_t.
 
typedef struct sl_wfx_get_ap_client_signal_strength_req_body_s sl_wfx_get_ap_client_signal_strength_req_body_t
 Request message body for sl_wfx_get_ap_client_signal_strength_req_t.
 
typedef struct sl_wfx_get_ap_client_signal_strength_cnf_body_s sl_wfx_get_ap_client_signal_strength_cnf_body_t
 Confirmation message body for sl_wfx_get_ap_client_signal_strength_cnf_t.
 
typedef struct sl_wfx_ext_auth_req_body_s sl_wfx_ext_auth_req_body_t
 Request message body for sl_wfx_ext_auth_req_t.
 
typedef struct sl_wfx_ext_auth_req_s sl_wfx_ext_auth_req_t
 
typedef struct sl_wfx_ext_auth_cnf_body_s sl_wfx_ext_auth_cnf_body_t
 Confirmation message body for sl_wfx_ext_auth_cnf_t.
 
typedef struct sl_wfx_ext_auth_ind_body_s sl_wfx_ext_auth_ind_body_t
 Indication message body for sl_wfx_ext_auth_ind_t.
 
typedef struct sl_wfx_ext_auth_ind_s sl_wfx_ext_auth_ind_t
 

Detailed Description

WFM API messages.

Typedef Documentation

◆ sl_wfx_set_broadcast_filter_req_body_t

Request message body for sl_wfx_set_broadcast_filter_req_t.

Field Default value Reset to default value
Filter 0 when interface stopped


◆ sl_wfx_set_mac_address_req_body_t

Request message body for sl_wfx_set_mac_address_req_t.

Field Default value Reset to default value
MAC address device dependent when device reset


◆ sl_wfx_set_max_ap_client_count_req_body_t

Request message body for sl_wfx_set_max_ap_client_count_req_t.

Field Default value Reset to default value
Count 8 when interface stopped


◆ sl_wfx_set_max_ap_client_inactivity_req_body_t

Request message body for sl_wfx_set_max_ap_client_inactivity_req_t.

Field Default value Reset to default value
inactivity_timeout 65 when interface stopped


◆ sl_wfx_set_max_tx_power_req_body_t

Request message body for sl_wfx_set_max_tx_power_req_t.

Field Default value Reset to default value
max_tx_power device dependent when device reset


◆ sl_wfx_set_pm_mode_req_body_t

Request message body for sl_wfx_set_pm_mode_req_t.

Field Default value Reset to default value
power_mode WFM_PM_MODE_ACTIVE when interface stopped
listen_interval 0 when interface stopped


◆ sl_wfx_set_roam_parameters_req_body_t

Request message body for sl_wfx_set_roam_parameters_req_t.

Field Default value Reset to default value
rcpi_threshold 60 when device reset
rcpi_hysteresis 120 when device reset
beacon_lost_count 10 when device reset
channel_list_count 13 when device reset
channel_number 1 to 13 when device reset


◆ sl_wfx_set_scan_parameters_req_body_t

Request message body for sl_wfx_set_scan_parameters_req_t.

Field Default value Reset to default value
active_channel_time 50 when device reset
passive_channel_time 110 when device reset
num_of_probe_requests 1 when device reset


◆ sl_wfx_set_tx_rate_parameters_req_body_t

Request message body for sl_wfx_set_tx_rate_parameters_req_t.

Field Default value Reset to default value
rate_set_bitmask all 802.11bg rates, MCS 0 - 7 when device reset


◆ sl_wfx_set_unicast_filter_req_body_t

Request message body for sl_wfx_set_unicast_filter_req_t.

Field Default value Reset to default value
Filter 1 when interface stopped