qwf_wifi_Results_e

Updated: April 19, 2023

QWF Wi-Fi Manager service return codes

Synopsis:

#include <qwf/qwf_wifi.h>
typedef enum {
    WIFI_OK = 0,
    WIFI_ERR_INT = 1,
    WIFI_ERR_PARAM = 2,
    WIFI_ERR_NOT_EXIST = 3,
    WIFI_ERR_EXISTS = 4,
    WIFI_ERR_INACTIVE = 5
} qwf_wifi_Results_e;

Data:

WIFI_OK
Successful result
WIFI_ERR_INT
Internal error
WIFI_ERR_PARAM
Invalid parameter
WIFI_ERR_NOT_EXIST
Resource doesn't exist
WIFI_ERR_EXISTS
Resource is busy or already exists
WIFI_ERR_INACTIVE
Inactive service

Library:

qwf_interface