Definitions in wifi_service.h

Preprocessor macro definitions for the wifi_service.h header file in the libwifi library.

Defines:

#define WIFI_API 
Wi-Fi service API identifier.
#define WIFI_SUCCESS (0)
A return code that indicates that a function completed successfully.
#define WIFI_FAILURE (-1)
A return code that indicates that a function did not complete successfully.

When the errno value is set, it indicates the reason for the failure.

Library:

libwifi