Limits on Wi-Fi Manager field sizes, and number of scan results stored
#include <qwf/qwf_wifi.h>
#define QWF_WIFI_MAX_SSID_LEN (64)
Maximum number of ASCII characters in an SSID array
#define QWF_WIFI_MIN_PASSPHRASE (8)
Minimum length of the PassPhrase character string
#define QWF_WIFI_MAX_PASSPHRASE (64)
Maximum length of the PassPhrase character string
#define QWF_WIFI_64_BIT_WEPKEY_LEN (10)
Length of a 64-bit WEP Key character string
#define QWF_WIFI_128_BIT_WEPKEY_LEN (26)
Length of a 128-bit WEP Key character string
#define QWF_WIFI_MAX_EAP_USERNAME (64)
Maximum length of an EAP Username character string
#define QWF_WIFI_MAX_EAP_PASSWORD (64)
Maximum length of an EAP Password character string
#define QWF_WIFI_MAX_EAP_CA_CERT (128)
Maximum length of an EAP Server Certificate file character string
#define QWF_WIFI_MAX_EAP_CA_CERT_DIR (128)
Maximum length of an EAP Server Certificate directory character string
#define QWF_WIFI_MAX_EAP_CLIENT_CERT (128)
Maximum length of an EAP Client Certificate file character string
#define QWF_WIFI_MAX_EAP_PRIVATE_KEY (128)
Maximum length of an EAP Private Key file character string
#define QWF_WIFI_MAX_EAP_PRIVATE_KEY_PW (64)
Maximum length of an EAP Private Key password character string
#define QWF_WIFI_MAX_SCAN_RESULTS (100)
Maximum number of scan results in the qwf_wifi_GetScanResults() array
#define QWF_WIFI_MAX_BG_SCAN_DB_FILE (128)
Maximum length of the filename of a background scan database
#define QWF_WIFI_MAX_BSSID_LEN (18)
Maximum length of a BSSID character string
#define QWF_WIFI_MAX_CAPABILTIES_LEN (256)
Maximum length of an HT or VHT Capabilities character string
#define QWF_WIFI_MAX_COUNTRY_CODE_LEN (2)
Maximum length of a Country Code character string
#define QWF_WIFI_MAX_WPA_SUPL_EVENT_LEN (128)
Maximum length of a Wi-Fi Supplicant Event character string
#define QWF_WIFI_AUTO_AP_CHANNEL (-1)
Value indicating that the access point channel number is assigned by the Wi-Fi Manager service