qwf_net_IfaceList_t

Updated: April 19, 2023

Structure type for holding a list of network interfaces

Synopsis:

#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;

Data:

uint8_t numIfaces

Number of interface names in the list

qwf_net_IfName_t ifName[QWF_NET_MAX_NUM_IFACES]

An array of interface names, representing either the priority list or the list of known interfaces

Library:

qwf_interface