Wi-Fi client information response structure.
Public Attributes#
uint8_t
Indicates the total count of Wi-Fi clients currently connected to the network.
Array of client information.
Public Attribute Documentation#
client_count#
uint8_t sl_wifi_client_info_response_t::client_count
Indicates the total count of Wi-Fi clients currently connected to the network.
Definition at line
590
of file components/protocol/wifi/inc/sl_wifi_types.h
client_info#
sl_wifi_client_info_t sl_wifi_client_info_response_t::client_info[SL_WIFI_MAX_CLIENT_COUNT]
Array of client information.
Definition at line
591
of file components/protocol/wifi/inc/sl_wifi_types.h