Updated: October 28, 2024 |
Structure type for holding a list of network interfaces
#include <qwf/qwf_net.h>
typedef struct qwf_net_IfaceList_s { uint8_t numIfaces; qwf_net_IfName_t ifName[QWF_NET_MAX_NUM_IFACES]; } qwf_net_IfaceList_t;
Number of interface names in the list
An array of interface names, representing either the priority list or the list of known interfaces