Structure describing a list of associated softAP clients. More...
#include <whd_types.h>
Data Fields | |
uint32_t | count |
Number of MAC addresses in the list. More... | |
whd_mac_t | mac_list [1] |
Variable length array of MAC addresses. More... | |
Structure describing a list of associated softAP clients.
Definition at line 933 of file whd_types.h.
uint32_t count |
Number of MAC addresses in the list.
Definition at line 935 of file whd_types.h.
Variable length array of MAC addresses.
Definition at line 936 of file whd_types.h.