Wi-Fi client information structure.

Indicates the MAC 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.


ip_address#

sl_ip_address_t sl_wifi_client_info_t::ip_address

IP address of client.