qwf_net_IpConfigMethod_e

Updated: April 19, 2023

IP configuration methods for network interfaces

Synopsis:

#include <qwf/qwf_net.h>
typedef enum {
    NET_IP_CONFIG_OFF = 0,
    NET_IP_CONFIG_MANUAL = 1,
    NET_IP_CONFIG_DHCP_ON = 2
} qwf_net_IpConfigMethod_e;

Data:

NET_IP_CONFIG_OFF
Interface is not considered for IP address selection
NET_IP_CONFIG_MANUAL
IP address is configured manually by user
NET_IP_CONFIG_DHCP_ON
IP address is configured by DHCP service

Library:

qwf_interface