| Updated: October 28, 2024 |
QWF Wi-Fi Manager service return codes
#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;