Wi-Fi client information structure.

Indicates the MAC address and IP address information related to a Wi-Fi client connected to the network.

Public Attributes#

sl_mac_address_t

MAC Address of the client.

sl_ip_address_t

IP address of client.

Public Attribute Documentation#

mac_adddress#

sl_mac_address_t sl_wifi_client_info_t::mac_adddress

MAC Address of the client.


Definition at line 581 of file components/protocol/wifi/inc/sl_wifi_types.h

ip_address#

sl_ip_address_t sl_wifi_client_info_t::ip_address

IP address of client.


Definition at line 582 of file components/protocol/wifi/inc/sl_wifi_types.h