qwf_wifi_InterfaceSetting_e

Updated: April 19, 2023

Wireless LAN (WLAN) interface settings

Synopsis:

#include <qwf/qwf_wifi.h>
typedef enum {
    WIFI_INTERFACE_DOWN,
    WIFI_INTERFACE_UP
} qwf_wifi_InterfaceSetting_e;

Data:

WIFI_INTERFACE_DOWN

The WLAN interface is Down.

WIFI_INTERFACE_UP

The WLAN interface is Up.

Library:

qwf_interface