| Updated: October 28, 2024 |
Information about a client currently connected to the active Access Point
#include <qwf/qwf_wifi.h>
typedef struct qwf_wifi_ApClientData_s {
char hostname[QWF_WIFI_MAX_HOSTNAME_LEN+1];
qwf_wifi_IpAddrStr_t ipAddr;
char mac[QWF_WIFI_MAX_MAC_ADDR_LEN+1];
} qwf_wifi_ApClientData_t;
Hostname, as a NULL-terminated string
IP address, as a NULL-terminated string
MAC address for the client's network interface, as a NULL-terminated string