WLAN subsystem error codes |
0x00020000 | WCL_E_WLAN_UNABLE_LOAD | Unable to load the WiFi subsystem. |
0x00020001 | WCL_E_WLAN_NOT_LOADED | The WiFi subsystem was not loaded. |
0x00020002 | WCL_E_WLAN_UNABLE_CREATE_MUTEX | The WiFi subsystem can not create synchronization mutex object. |
Common WiFi framework error codes |
0x00021000 | WCL_E_WIFI_OPENED | A WiFi is already opened. |
0x00021001 | WCL_E_WIFI_CLOSED | A WiFi is already closed. |
0x00021002 | WCL_E_WIFI_NOT_ACTIVE | A WiFi was not opened (is not active). |
0x00021003 | WCL_E_WIFI_FUNCTION_NOT_FOUND | A calling function was not found in WLAN API. |
0x00021004 | WCL_E_WIFI_ACCESS_DENIED | The caller does not have sufficient permissions. |
0x00021005 | WCL_E_WIFI_INVALID_CLIENT_HANDLE | An invalid WLAN client handle used. |
0x00021006 | WCL_E_WIFI_NOT_ENOUGH_MEMORY | WLAN API can not allocate memory to execute an requested operation. |
0x00021007 | WCL_E_WIFI_NOT_SUPPORTED | The required operation is not supported by the WiFi subsystem. |
0x00021008 | WCL_E_WIFI_UNEXPECTED | An unexpected exception was raised during WLAN API call. |
0x00021009 | WCL_E_WIFI_INVALID_ARGUMENT | One or more arguments passed into the WLAN API are invalid. |
0x0002100A | WCL_E_WIFI_NOT_AVAILABLE | The WiFi hardware or driver was not found. |
0x0002100B | WCL_E_WIFI_TOO_MANY_SESSIONS | Too many sessions to WLAN subsystem are opened. |
0x0002100C | WCL_E_WIFI_INVALID_STATE | The resource is not in the correct state to perform the requested operation. This error is returned if the wireless Hosted Network is disabled by group policy on a domain. |
0x0002100D | WCL_E_WIFI_RADIO_OFF | The radio associated with the interface is turned off. There are no available networks when the radio is off. |
0x0002100E | WCL_E_WIFI_RPC_SUBSYSTEM | Internal WLAN driver error. |
0x0002100F | WCL_E_WIFI_PHY_NOT_FOUND | The PHY with given index was not found. |
0x00021010 | WCL_E_WIFI_BAD_CONFIGURATION | The configuration data for the wireless Hosted Network is unconfigured. This error is returned if the application queries the Hosted Network Profile or Hosted Network Connection Settings before a SSID is configured in the wireless Hosted Network. |
0x00021011 | WCL_E_WIFI_NOT_FOUND | The wireless profile specified by was not found in the profile store. |
0x00021012 | WCL_E_WIFI_ALREADY_EXISTS | The WLAN profile already exists. Typically, this return value is used when Overwrite is False; however, if Overwrite is True and Flags specifies a different profile type than the one used by the existing profile, then the existing profile will not be overwritten and WCL_E_WIFI_ALREADY_EXISTS will be returned. |
0x00021013 | WCL_E_WIFI_BAD_PROFILE | The profile is not valid. |
0x00021014 | WCL_E_WIFI_NO_MATCH | The interface does not support one or more of the capabilities specified in the profile. For example, if a profile specifies the use of WPA2 when the NIC only supports WPA, then this error code is returned. Also, if a profile specifies the use of FIPS mode when the NIC does not support FIPS mode, then this error code is returned. |
0x00021015 | WCL_E_WIFI_DATA_NOT_FOUND | This error is returned if no user custom data exists for the profile specified. |
0x00021016 | WCL_E_WIFI_CREATE_THREAD_FAILED | Unable to create thread. |
0x00021017 | WCL_E_WIFI_GET_THREAD_RESULT_FAILED | Unable to get operation thread result code. |
0x00021018 | WCL_E_WIFI_START_ASYNC_OPERATION_FAILED | Unable to start asynchronous operation. |
0x00021019 | WCL_E_WIFI_WAIT_ASYNC_OPERATION_FAILED | Unable to get asynchronous operation information interface. |
0x0002101A | WCL_E_WIFI_GET_ASYNC_RESULT_FAILED | Unable to get asynchronous operation result. |
0x0002101B | WCL_E_WIFI_GET_SIZE_FAILED | Unable to get found adapters count. |
0x0002101C | WCL_E_WIFI_CHANGE_STATE_FAILED | Unable to change the WiFi Adapter state. |
0x0002101D | WCL_E_WIFI_FEATURE_NOT_SUPPORTED | The feature is not supported on this platform. |
0x0002101E | WCL_E_WIFI_ONE_OF_MORE_BSS_IS_INVALID | One or more BSS ID in the BSS list used in Connect operation is invalid. |
0x0002101F | WCL_E_WIFI_PATH_NOT_FOUND | The system cannot find the path specified. |
0x00021020 | WCL_E_WIFI_INVALID_DATA | The data is not valid. |
0x00021021 | WCL_E_WIFI_BAD_ARGUMENTS | One or more arguments are not correct. |
0x00021022 | WCL_E_WIFI_CANTOPEN | The configuration registry key could not be opened. |
0x00021023 | WCL_E_WIFI_DATATYPE_MISMATCH | The data supplied is of the wrong type. |
0x00021024 | WCL_E_WIFI_HOSTED_NETWORK_STARTED | The Hosted Network has already been started. |
0x00021025 | WCL_E_WIFI_PSD_IE_NOT_SUPPORTED | The Hosted Network does not support PSD IE on this platform. |
WiFi EAP Authentication error codes. |
0x00021100 | WCL_E_WIFI_EAP_USER_ACCOUNT_OTHER_ERROR | The EAPHost received EAP failure after the identity exchange. There is likely a problem with the authenticating user account. |
0x00021101 | WCL_E_WIFI_EAP_CERT_STORE_INACCESSIBLE | The certificate store can not be accessed on either the authenticator or the peer. |
0x00021102 | WCL_E_WIFI_EAP_HOST_METHOD_NOT_INSTALLED | The requested EAP method is not installed. |
0x00021103 | WCL_E_WIFI_EAP_HOST_QEC_INACCESSIBLE | The EAPHost is not able to communicate with the EAP quarantine enforcement client (QEC) on a client with Network Access Protection (NAP) enabled. |
0x00021104 | WCL_E_WIFI_EAP_HOST_IDENTITY_UNKNOWN | The EAPHost returns this error if the authenticator fails the authentication after the peer sent its identity. |
0x00021105 | WCL_E_WIFI_EAP_AUTHENTICATION_FAILED | The EAPHost returns this error on authentication failure. |
0x00021106 | WCL_E_WIFI_EAP_HOST_NEGOTIATION_FAILED | The EAPHost returns this error when the client and the server are not configured with compatible EAP types. |
0x00021107 | WCL_E_WIFI_EAP_HOST_METHOD_INVALID_PACKET | The EAPMethod received an EAP packet that cannot be processed. |
0x00021108 | WCL_E_WIFI_EAP_HOST_REMOTE_INVALID_PACKET | The EAPHost received a packet that cannot be processed. |
0x00021109 | WCL_E_WIFI_EAP_HOST_XML_MALFORMED | The EAPHost configuration schema validation failed. |
0x0002110A | WCL_E_WIFI_EAP_METHOD_CONFIG_DOES_NOT_SUPPORT_SSO | The EAP method does not support single signon for the provided configuration. |
0x0002110B | WCL_E_WIFI_EAP_HOST_METHOD_OPERATION_NOT_SUPPORTED | The EAPHost returns this error when a configured EAP method does not support a requested operation (procedure call). |
0x0002110C | WCL_E_WIFI_EAP_USER_CERT_NOT_FOUND | The EAPHost could not find the user certificate for authentication. |
0x0002110D | WCL_E_WIFI_EAP_USER_CERT_INVALID | The user certificate being used for authentication does not have a proper extended key usage (EKU) set. |
0x0002110E | WCL_E_WIFI_EAP_USER_CERT_EXPIRED | The EAPhost found a user certificate which has expired. |
0x0002110F | WCL_E_WIFI_EAP_USER_CERT_REVOKED | The user certificate being used for authentication has been revoked. |
0x00021110 | WCL_E_WIFI_EAP_USER_CERT_OTHER_ERROR | An unknown error occurred with the user certificate being used for authentication. |
0x00021111 | WCL_E_WIFI_EAP_USER_CERT_REJECTED | The authenticator rejected the user certificate being used for authentication. |
0x00021112 | WCL_E_WIFI_EAP_USER_CREDENTIALS_REJECTED | The authenticator rejected the user credentials for authentication. |
0x00021113 | WCL_E_WIFI_EAP_USER_NAME_PASSWORD_REJECTED | The authenticator rejected the user credentials for authentication. |
0x00021114 | WCL_E_WIFI_EAP_NO_SMART_CARD_READER | No smart card reader was present. |
0x00021115 | WCL_E_WIFI_EAP_SERVER_CERT_INVALID | The server certificate being user for authentication does not have a proper EKU set. |
0x00021116 | WCL_E_WIFI_EAP_SERVER_CERT_EXPIRED | The EAPhost found a server certificate which has expired. |
0x00021117 | WCL_E_WIFI_EAP_SERVER_CERT_REVOKED | The server certificate being used for authentication has been revoked. |
0x00021118 | WCL_E_WIFI_EAP_SERVER_CERT_OTHER_ERROR | An unknown error occurred with the server certificate being used for authentication. |
0x00021119 | WCL_E_WIFI_EAP_USER_ROOT_CERT_NOT_FOUND | The EAPHost could not find a certificate in trusted root certificate store for user certificate validation. |
0x0002111A | WCL_E_WIFI_EAP_USER_ROOT_CERT_INVALID | The authentication failed because the root certificate used for this network is not valid. |
0x0002111B | WCL_E_WIFI_EAP_USER_ROOT_CERT_EXPIRED | The trusted root certificate needed for user certificate validation has expired. |
0x0002111C | WCL_E_WIFI_EAP_SERVER_ROOT_CERT_NOT_FOUND | The EAPHost could not find a root certificate in the trusted root certificate store for server certificate velidation. |
WiFi subsystem reason codes |
0x00022000 | WCL_E_WIFI_RES_UNKNOWN | The reason for failure is unknown. |
0x00022001 | WCL_E_WIFI_RES_NETWORK_NOT_COMPATIBLE | The wireless network is not compatible. |
0x00022002 | WCL_E_WIFI_RES_PROFILE_NOT_COMPATIBLE | The wireless network profile is not compatible. |
0x00022003 | WCL_E_WIFI_RES_NO_AUTO_CONNECTION | The profile specifies no auto connection. |
0x00022004 | WCL_E_WIFI_RES_NOT_VISIBLE | The wireless network is not visible. |
0x00022005 | WCL_E_WIFI_RES_GP_DENIED | The wireless network is blocked by group policy. |
0x00022006 | WCL_E_WIFI_RES_USER_DENIED | The wireless network is blocked by the user. |
0x00022007 | WCL_E_WIFI_RES_BSS_TYPE_NOT_ALLOWED | The basic service set (BSS) type is not allowed on this wireless adapter. |
0x00022008 | WCL_E_WIFI_RES_IN_FAILED_LIST | The wireless network is in the failed list. |
0x00022009 | WCL_E_WIFI_RES_IN_BLOCKED_LIST | The wireless network is in the blocked list. |
0x0002200A | WCL_E_WIFI_RES_SSID_LIST_TOO_LONG | The size of the service set identifiers (SSID) list exceeds the maximum size supported by the adapter. |
0x0002200B | WCL_E_WIFI_RES_CONNECT_CALL_FAIL | The Media Specific Module (MSM) connect call fails. |
0x0002200C | WCL_E_WIFI_RES_SCAN_CALL_FAIL | The MSM scan call fails. |
0x0002200D | WCL_E_WIFI_RES_NETWORK_NOT_AVAILABLE | The specified network is not available. This reason code is also used when there is a mismatch between capabilities specified in an XML profile and interface and/or network capabilities. For example, if a profile specifies the use of WPA2 when the NIC only supports WPA, then this error code is returned. Also, if a profile specifies the use of FIPS mode when the NIC does not support FIPS mode, then this error code is returned. |
0x0002200E | WCL_E_WIFI_RES_PROFILE_CHANGED_OR_DELETED | The profile was changed or deleted before the connection was established. |
0x0002200F | WCL_E_WIFI_RES_KEY_MISMATCH | The profile key does not match the network key. |
0x00022010 | WCL_E_WIFI_RES_USER_NOT_RESPOND | The user is not responding. |
0x00022011 | WCL_E_WIFI_RES_AP_PROFILE_NOT_ALLOWED_FOR_CLIENT | An application tried to apply a wireless Hosted Network profile to a physical wireless network adapter using the WlanSetProfile function, rather than to a virtual device. |
0x00022012 | WCL_E_WIFI_RES_AP_PROFILE_NOT_ALLOWED | An application tried to apply a wireless Hosted Network profile to a physical wireless network adapter using the SetProfile method, rather than to a virtual device. |
0x00022013 | WCL_E_WIFI_RES_INVALID_PROFILE_SCHEMA | The profile invalid according to the schema. |
0x00022014 | WCL_E_WIFI_RES_PROFILE_MISSING | The WLANProfile element is missing. |
0x00022015 | WCL_E_WIFI_RES_INVALID_PROFILE_NAME | The name of the profile is invalid. |
0x00022016 | WCL_E_WIFI_RES_INVALID_PROFILE_TYPE | The type of the profile is invalid. |
0x00022017 | WCL_E_WIFI_RES_INVALID_PHY_TYPE | The PHY type is invalid. |
0x00022018 | WCL_E_WIFI_RES_MSM_SECURITY_MISSING | The MSM security settings are missing. |
0x00022019 | WCL_E_WIFI_RES_IHV_SECURITY_NOT_SUPPORTED | The independent hardware vendor (IHV) security settings are missing. |
0x0002201A | WCL_E_WIFI_RES_IHV_OUI_MISMATCH | The IHV profile OUI did not match with the adapter OUI. |
0x0002201B | WCL_E_WIFI_RES_IHV_OUI_MISSING | The IHV OUI settings are missing. |
0x0002201C | WCL_E_WIFI_RES_IHV_SETTINGS_MISSING | The IHV security settings are missing. |
0x0002201D | WCL_E_WIFI_RES_IHV_CONNECTIVITY_NOT_SUPPORTED | An application tried to apply an IHV profile on an adapter that does not support IHV connectivity settings. |
0x0002201E | WCL_E_WIFI_RES_CONFLICT_SECURITY | The security settings conflict. |
0x0002201F | WCL_E_WIFI_RES_SECURITY_MISSING | The security settings are missing. |
0x00022020 | WCL_E_WIFI_RES_INVALID_BSS_TYPE | The BSS type is not valid. |
0x00022021 | WCL_E_WIFI_RES_INVALID_ADHOC_CONNECTION_MODE | Automatic connection cannot be set for an ad hoc network. |
0x00022022 | WCL_E_WIFI_RES_NON_BROADCAST_SET_FOR_ADHOC | Non-broadcast cannot be set for an ad hoc network. |
0x00022023 | WCL_E_WIFI_RES_AUTO_SWITCH_SET_FOR_ADHOC | Auto-switch cannot be set for an ad hoc network. |
0x00022024 | WCL_E_WIFI_RES_AUTO_SWITCH_SET_FOR_MANUAL_CONNECTION | Auto-switch cannot be set for a manual connection profile. |
0x00022025 | WCL_E_WIFI_RES_IHV_SECURITY_ONEX_MISSING | The IHV 802.1X security settings are missing. |
0x00022026 | WCL_E_WIFI_RES_PROFILE_SSID_INVALID | The SSID in the profile is invalid or missing. |
0x00022027 | WCL_E_WIFI_RES_TOO_MANY_SSID | Too many SSIDs were specified in the profile. |
0x00022028 | WCL_E_WIFI_RES_BAD_MAX_NUMBER_OF_CLIENTS_FOR_AP | An application tried to apply a wireless Hosted Network profile to a physical network adapter NIC using the SetProfile method, and specified an unacceptable value for the maximum number of clients allowed. |
0x00022029 | WCL_E_WIFI_RES_INVALID_CHANNEL | The channel specified is invalid. |
0x0002202A | WCL_E_WIFI_RES_OPERATION_MODE_NOT_SUPPORTED | The operation mode is not supported. |
0x0002202B | WCL_E_WIFI_RES_AUTO_AP_PROFILE_NOT_ALLOWED | An internal operating system error occurred with the wireless Hosted Network. |
0x0002202C | WCL_E_WIFI_RES_AUTO_CONNECTION_NOT_ALLOWED | An internal operating system error occurred with the wireless Hosted Network. |
0x0002202D | WCL_E_WIFI_RES_UNSUPPORTED_SECURITY_SET_BY_OS | The security settings are not supported by the operating system. |
0x0002202E | WCL_E_WIFI_RES_UNSUPPORTED_SECURITY_SET | The security settings are not supported. |
0x0002202F | WCL_E_WIFI_RES_BSS_TYPE_UNMATCH | The BSS type does not match. |
0x00022030 | WCL_E_WIFI_RES_PHY_TYPE_UNMATCH | The PHY type does not match. |
0x00022031 | WCL_E_WIFI_RES_DATARATE_UNMATCH | The data rate does not match. |
0x00022032 | WCL_E_WIFI_RES_USER_CANCELLED | User has canceled the operation. |
0x00022033 | WCL_E_WIFI_RES_ASSOCIATION_FAILURE | Driver disconnected while associating. |
0x00022034 | WCL_E_WIFI_RES_ASSOCIATION_TIMEOUT | Association timed out. |
0x00022035 | WCL_E_WIFI_RES_PRE_SECURITY_FAILURE | Pre-association security failure. |
0x00022036 | WCL_E_WIFI_RES_START_SECURITY_FAILURE | Failed to start security after association. |
0x00022037 | WCL_E_WIFI_RES_SECURITY_FAILURE | Security ends up with failure. |
0x00022038 | WCL_E_WIFI_RES_SECURITY_TIMEOUT | Security operation times out. |
0x00022039 | WCL_E_WIFI_RES_ROAMING_FAILURE | Driver disconnected while roaming. |
0x0002203A | WCL_E_WIFI_RES_ROAMING_SECURITY_FAILURE | Failed to start security for roaming. |
0x0002203B | WCL_E_WIFI_RES_ADHOC_SECURITY_FAILURE | Failed to start security for ad hoc peer. |
0x0002203C | WCL_E_WIFI_RES_DRIVER_DISCONNECTED | Driver disconnected. |
0x0002203D | WCL_E_WIFI_RES_DRIVER_OPERATION_FAILURE | Driver failed to perform some operations. |
0x0002203E | WCL_E_WIFI_RES_IHV_NOT_AVAILABLE | The IHV service is not available. |
0x0002203F | WCL_E_WIFI_RES_IHV_NOT_RESPONDING | The response from the IHV service timed out. |
0x00022040 | WCL_E_WIFI_RES_DISCONNECT_TIMEOUT | Timed out waiting for the driver to disconnect. |
0x00022041 | WCL_E_WIFI_RES_INTERNAL_FAILURE | An internal error prevented the operation from being completed. |
0x00022042 | WCL_E_WIFI_RES_UI_REQUEST_TIMEOUT | A user interaction request timed out. |
0x00022043 | WCL_E_WIFI_RES_TOO_MANY_SECURITY_ATTEMPTS | Roaming too often. Post security was not completed after 5 attempts. |
0x00022044 | WCL_E_WIFI_RES_AP_STARTING_FAILURE | An internal operating system error occurred that resulted in a failure to start the wireless Hosted Network. |
0x00022045 | WCL_E_WIFI_RES_NO_VISIBLE_AP | Failed to connect because no connectable Access Point was visible. |
0x00022046 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_KEY_INDEX | Key index specified is not valid. |
0x00022047 | WCL_E_WIFI_RES_MSMSEC_PROFILE_PSK_PRESENT | Key required, PSK present. |
0x00022048 | WCL_E_WIFI_RES_MSMSEC_PROFILE_KEY_LENGTH | Invalid key length. |
0x00022049 | WCL_E_WIFI_RES_MSMSEC_PROFILE_PSK_LENGTH | Invalid PSK length. |
0x0002204A | WCL_E_WIFI_RES_MSMSEC_PROFILE_NO_AUTH_CIPHER_SPECIFIED | No auth/cipher pairs specified. |
0x0002204B | WCL_E_WIFI_RES_MSMSEC_PROFILE_TOO_MANY_AUTH_CIPHER_SPECIFIED | Too many auth/cipher pairs specified. |
0x0002204C | WCL_E_WIFI_RES_MSMSEC_PROFILE_DUPLICATE_AUTH_CIPHER | Profile contains duplicate auth/cipher pair. |
0x0002204D | WCL_E_WIFI_RES_MSMSEC_PROFILE_RAWDATA_INVALID | Profile raw data is invalid. |
0x0002204E | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_AUTH_CIPHER | Invalid auth/cipher combination. |
0x0002204F | WCL_E_WIFI_RES_MSMSEC_PROFILE_ONEX_DISABLED | 802.1X disabled when it is required to be enabled. |
0x00022050 | WCL_E_WIFI_RES_MSMSEC_PROFILE_ONEX_ENABLED | 802.1X enabled when it is required to be disabled. |
0x00022051 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_PMKCACHE_MODE | Invalid PMK cache mode. |
0x00022052 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_PMKCACHE_SIZE | Invalid PMK cache size. |
0x00022053 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_PMKCACHE_TTL | Invalid PMK cache TTL. |
0x00022054 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_PREAUTH_MODE | Invalid preauth mode. |
0x00022055 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_PREAUTH_THROTTLE | Invalid preauth throttle. |
0x00022056 | WCL_E_WIFI_RES_MSMSEC_PROFILE_PREAUTH_ONLY_ENABLED | Preauth enabled when PMK cache is disabled. |
0x00022057 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_NETWORK | Capability matching failed at network. |
0x00022058 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_NIC | Capability matching failed at NIC. |
0x00022059 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_PROFILE | Capability matching failed at profile. |
0x0002205A | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_DISCOVERY | Network does not support specified capability type. |
0x0002205B | WCL_E_WIFI_RES_MSMSEC_PROFILE_PASSPHRASE_CHAR | Passphrase contains invalid character. |
0x0002205C | WCL_E_WIFI_RES_MSMSEC_PROFILE_KEYMATERIAL_CHAR | Key material contains invalid character. |
0x0002205D | WCL_E_WIFI_RES_MSMSEC_PROFILE_WRONG_KEYTYPE | The key type specified does not match the key material. |
0x0002205E | WCL_E_WIFI_RES_MSMSEC_MIXED_CELL | A mixed cell is suspected. The AP is not signaling that it is compatible with a privacy-enabled profile. |
0x0002205F | WCL_E_WIFI_RES_MSMSEC_PROFILE_AUTH_TIMERS_INVALID | The number of authentication timers or the number of timeouts specified in the profile is invalid. |
0x00022060 | WCL_E_WIFI_RES_MSMSEC_PROFILE_INVALID_GKEY_INTV | The group key update interval specified in the profile is invalid. |
0x00022061 | WCL_E_WIFI_RES_MSMSEC_TRANSITION_NETWORK | A "transition network" is suspected. Legacy 802.11 security is used for the next authentication attempt. |
0x00022062 | WCL_E_WIFI_RES_MSMSEC_PROFILE_KEY_UNMAPPED_CHAR | The key contains characters that are not in the ASCII character set. |
0x00022063 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_PROFILE_AUTH | Capability matching failed because the network does not support the authentication method in the profile. |
0x00022064 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_PROFILE_CIPHER | Capability matching failed because the network does not support the cipher algorithm in the profile. |
0x00022065 | WCL_E_WIFI_RES_MSMSEC_PROFILE_SAFE_MODE | FIPS 140-2 mode value in the profile is invalid. |
0x00022066 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NIC | Profile requires FIPS 140-2 mode, which is not supported by network interface card (NIC). |
0x00022067 | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_PROFILE_SAFE_MODE_NW | Profile requires FIPS 140-2 mode, which is not supported by network. |
0x00022068 | WCL_E_WIFI_RES_MSMSEC_PROFILE_UNSUPPORTED_AUTH | Profile specifies an unsupported authentication, mechanism. |
0x00022069 | WCL_E_WIFI_RES_MSMSEC_PROFILE_UNSUPPORTED_CIPHER | Profile specifies an unsupported cipher. |
0x0002206A | WCL_E_WIFI_RES_MSMSEC_UI_REQUEST_FAILURE | Failed to queue the user interface request. |
0x0002206B | WCL_E_WIFI_RES_MSMSEC_CAPABILITY_MFP_NW_NIC | The wireless LAN requires Management Frame Protection (MFP) and the network interface does not suppport MFP. For more informarion, see the IEEE 802.11w amendment to the 802.11 standard. |
0x0002206C | WCL_E_WIFI_RES_MSMSEC_AUTH_START_TIMEOUT | 802.1X authentication did not start within configured time. |
0x0002206D | WCL_E_WIFI_RES_MSMSEC_AUTH_SUCCESS_TIMEOUT | 802.1X authentication did not complete within configured time. |
0x0002206E | WCL_E_WIFI_RES_MSMSEC_KEY_START_TIMEOUT | Dynamic key exchange did not start within configured time. |
0x0002206F | WCL_E_WIFI_RES_MSMSEC_KEY_SUCCESS_TIMEOUT | Dynamic key exchange did not complete within configured time. |
0x00022070 | WCL_E_WIFI_RES_MSMSEC_M3_MISSING_KEY_DATA | Message 3 of 4-way handshake has no key data. |
0x00022071 | WCL_E_WIFI_RES_MSMSEC_M3_MISSING_IE | Message 3 of 4-way handshake has no IE. |
0x00022072 | WCL_E_WIFI_RES_MSMSEC_M3_MISSING_GRP_KEY | Message 3 of 4-way handshake has no GRP key. |
0x00022073 | WCL_E_WIFI_RES_MSMSEC_PR_IE_MATCHING | Matching security capabilities of IE in M3 failed. |
0x00022074 | WCL_E_WIFI_RES_MSMSEC_SEC_IE_MATCHING | Matching security capabilities of secondary IE in M3 failed. |
0x00022075 | WCL_E_WIFI_RES_MSMSEC_NO_PAIRWISE_KEY | Required a pairwise key but access point (AP) configured only group keys. |
0x00022076 | WCL_E_WIFI_RES_MSMSEC_G1_MISSING_KEY_DATA | Message 1 of group key handshake has no key data. |
0x00022077 | WCL_E_WIFI_RES_MSMSEC_G1_MISSING_GRP_KEY | Message 1 of group key handshake has no group key. |
0x00022078 | WCL_E_WIFI_RES_MSMSEC_PEER_INDICATED_INSECURE | AP reset secure bit after connection was secured. |
0x00022079 | WCL_E_WIFI_RES_MSMSEC_NO_AUTHENTICATOR | 802.1X indicated that there is no authenticator, but the profile requires one. |
0x0002207A | WCL_E_WIFI_RES_MSMSEC_NIC_FAILURE | Plumbing settings to NIC failed. |
0x0002207B | WCL_E_WIFI_RES_MSMSEC_CANCELLED | Operation was canceled by a caller. |
0x0002207C | WCL_E_WIFI_RES_MSMSEC_KEY_FORMAT | Entered key format is not in a valid format. |
0x0002207D | WCL_E_WIFI_RES_MSMSEC_DOWNGRADE_DETECTED | A security downgrade was detected. |
0x0002207E | WCL_E_WIFI_RES_MSMSEC_PSK_MISMATCH_SUSPECTED | A PSK mismatch is suspected. |
0x0002207F | WCL_E_WIFI_RES_MSMSEC_FORCED_FAILURE | There was a forced failure because the connection method was not secure. |
0x00022080 | WCL_E_WIFI_RES_MSMSEC_M3_TOO_MANY_RSNIE | Message 3 of 4 way handshake contains too many RSN IE (RSN). |
0x00022081 | WCL_E_WIFI_RES_MSMSEC_M2_MISSING_KEY_DATA | Message 2 of 4 way handshake has no key data (RSN Adhoc). |
0x00022082 | WCL_E_WIFI_RES_MSMSEC_M2_MISSING_IE | Message 2 of 4 way handshake has no IE (RSN Adhoc). |
0x00022083 | WCL_E_WIFI_RES_MSMSEC_AUTH_WCN_COMPLETED | A MSM authentication WCN completed. |
0x00022084 | WCL_E_WIFI_RES_MSMSEC_M3_MISSING_MGMT_GRP_KEY | Message 3 of 4 way handshake has no Mgmt Group Key (RSN). |
0x00022085 | WCL_E_WIFI_RES_MSMSEC_G1_MISSING_MGMT_GRP_KEY | Message 1 of group key handshake has no group management key. |
0x00022086 | WCL_E_WIFI_RES_ONEX_UNABLE_TO_IDENTIFY_USER | No user is available for 802.1X authentication. This error can occur when machine authentication is disabled and no user is logged on to the machine. |
0x00022087 | WCL_E_WIFI_RES_ONEX_IDENTITY_NOT_FOUND | The 802.1X identity could not be found. |
0x00022088 | WCL_E_WIFI_RES_ONEX_UI_DISABLED | Authentication could only be completed through the user interface and this interface could not be displayed. |
0x00022089 | WCL_E_WIFI_RES_ONEX_EAP_FAILURE_RECEIVED | The EAP authentication failed. |
0x0002208A | WCL_E_WIFI_RES_ONEX_AUTHENTICATOR_NO_LONGER_PRESENT | The 802.1X authenticator went away from the network. |
0x0002208B | WCL_E_WIFI_RES_ONEX_PROFILE_VERSION_NOT_SUPPORTED | The version of the OneX profile supplied is not supported. |
0x0002208C | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_LENGTH | The OneX profile has an invalid length. |
0x0002208D | WCL_E_WIFI_RES_ONEX_PROFILE_DISALLOWED_EAP_TYPE | The EAP type specified in the OneX profile(possibly supplied by the EAPType element) is not allowed. |
0x0002208E | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_EAP_TYPE_OR_FLAG | The EAP Type specified in the OneX profile (possibly supplied by the EAPType element) is invalid, or one of the EAP flags (possibly supplied in the EAPConfig element) is invalid. |
0x0002208F | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_ONEX_FLAGS | The supplicant flags (possibly supplied in the EAPConfig element) in the OneX profile are invalid. |
0x00022090 | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_TIMER_VALUE | A timer specified in the OneX profile (possibly supplied by the heldPeriod, authPeriod, or startPeriod element) is invalid. |
0x00022091 | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_SUPPLICANT_MODE | The supplicant mode specified in the OneX profile (possibly supplied by the supplicantMode element) is invalid. |
0x00022092 | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_AUTH_MODE | The authentication mode specified in the OneX profile (possibly supplied by the authMode element) is invalid. |
0x00022093 | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_EAP_CONNECTION_PROPERTIES | The connection properties specified in the OneX profile (possibly supplied by the EAPConfig element) are invalid. |
0x00022094 | WCL_E_WIFI_RES_ONEX_UI_CANCELLED | User input was canceled. This value can be returned if an EAP method requested user input, but the user hit the Cancel button or dismissed the user input dialog. |
0x00022095 | WCL_E_WIFI_RES_ONEX_PROFILE_INVALID_EXPLICIT_CREDENTIALS | The saved user credentials are not valid. This value can be returned if a profile was saved with bad credentials (an incorrect password, for example), since the credentials are not tested until the profile is actually used to establish a connection. |
0x00022096 | WCL_E_WIFI_RES_ONEX_PROFILE_EXPIRED_EXPLICIT_CREDENTIALS | The saved user credentials have expired. This value can be returned if a profile was saved with credentials and the credentials subsequently expired (password expirarion after some period of time, for example). |
0x00022097 | WCL_E_WIFI_RES_ONEX_UI_NOT_PERMITTED | User interface is not permitted. On Windows 7 and on Windows Server 2008 R2 with the Wireless LAN Service installed, this value can be returned if an EAP method requested user input and the profile is configured with user credentials saved by another user and not the currently logged in user. |
0x00022098 | WCL_E_WIFI_RES_UNDEFINED | The undefined reason code. |
WiFi 802.1X authentication restart reasons |
0x00023000 | WCL_E_WIFI_ONEX_RES_PEER_INITIATED | The EAPHost component (the peer) requested the 802.1x module to restart 802.1X authentication. This results from a EapHostPeerProcessReceivedPacket function call that returns an EapHostPeerResponseAction enumeration value of EapHostPeerResponseStartAuthentication in the pEapOutput parameter. |
0x00023001 | WCL_E_WIFI_ONEX_RES_MSM_INITIATED | The Media Specific Module (MSM) initiated the 802.1X authentication restart. |
0x00023002 | WCL_E_WIFI_ONEX_RES_HELD_STATE_TIMEOUT | The 802.1X authentication restart was the result of a state timeout. The timer expiring is the heldWhile timer of the 802.1X supplicant state machine defined in IEEE 802.1X - 2004 standard for Port-Based Network Access Control. The heldWhile timer is used by the supplicant state machine to define periods of time during which it will not attempt to acquire an authenticator. |
0x00023003 | WCL_E_WIFI_ONEX_RES_AUTH_TIMEOUT | The 802.1X authentication restart was the result of an state timeout. The timer expiring is the authWhile timer of the 802.1X supplicant port access entity defined in IEEE 802.1X - 2004 standard for Port-Based Network Access Control. The authWhile timer is used by the supplicant port access entity to determine how long to wait for a request from the authenticator before timing it out. |
0x00023004 | WCL_E_WIFI_ONEX_RES_CONFIGURATION_CHANGED | The 802.1X authentication restart was the result of a configuration change to the current profile. |
0x00023005 | WCL_E_WIFI_ONEX_RES_USER_CHANGED | The 802.1X authentication restart was the result of a change of user. This could occur if the current user logs off and new user logs on to the local computer. |
0x00023006 | WCL_E_WIFI_ONEX_RES_QUARANTINE_STATE_CHANGED | The 802.1X authentication restart was the result of receiving a notification from the EAP quarantine enforcement client (QEC) due to a network health change. If an EAPHost supplicant is participating in network access protection (NAP), the supplicant will respond to changes in the state of its network health. If that state changes, the supplicant must then initiate a re-authentication session. |
0x00023007 | WCL_E_WIFI_ONEX_RES_ALT_CREDS_TRIAL | The 802.1X authentication restart was caused by a new authentication attempt with alternate user credentials. EAP methods like MSCHAPv2 prefer to use logged-on user credentials for 802.1X authentication. If these user credentials do not work, then a dialog will be displayed to the user that asks permission to use alternate credentials for 802.1X authentication. |
0x00023008 | WCL_E_WIFI_ONEX_RES_INVALID | Unknown reason. |
WiFi hosted network reason codes |
0x00024000 | WCL_E_WIFI_HN_RES_UNSPECIFIED | Unknown error. |
0x00024001 | WCL_E_WIFI_HN_RES_BAD_PARAMETER | Bad parameters. |
0x00024002 | WCL_E_WIFI_HN_RES_SERVICE_SHUTTING_DOWN | Service is shutting down. |
0x00024003 | WCL_E_WIFI_HN_RES_INSUFFICIENT_RESOURCES | Service is out of resources. |
0x00024004 | WCL_E_WIFI_HN_RES_ELEVATION_REQUIRED | This operation requires elevation. |
0x00024005 | WCL_E_WIFI_HN_RES_READ_ONLY | An attempt was made to write read-only data. |
0x00024006 | WCL_E_WIFI_HN_RES_PERSISTENCE_FAILED | Data persistence failed. |
0x00024007 | WCL_E_WIFI_HN_RES_CRYPT_ERROR | A cryptographic error occurred. |
0x00024008 | WCL_E_WIFI_HN_RES_IMPERSONATION | User impersonation failed. |
0x00024009 | WCL_E_WIFI_HN_RES_STOP_BEFORE_START | An incorrect function call sequence was made. |
0x0002400A | WCL_E_WIFI_HN_RES_INTERFACE_AVAILABLE | A wireless interface has become available. |
0x0002400B | WCL_E_WIFI_HN_RES_INTERFACE_UNAVAILABLE | A wireless interface has become unavailable. This reason code is returned by the wireless Hosted Network functions any time the network state of the wireless Hosted Network is hnUnavailable. For example if the wireless Hosted Network is disabled by group policy on a domain, then the network state of the wireless Hosted Network is hnUnavailable. |
0x0002400C | WCL_E_WIFI_HN_RES_MINIPORT_STOPPED | The wireless miniport driver stopped the Hosted Network. |
0x0002400D | WCL_E_WIFI_HN_RES_MINIPORT_STARTED | The wireless miniport driver status changed. |
0x0002400E | WCL_E_WIFI_HN_RES_INCOMPATIBLE_CONNECTION_STARTED | An incompatible connection started.
An incompatible connection refers to one of the following cases:- An ad hoc wireless connection is started on the primary station adapter.
- Network monitoring is started on the primary station adapter by an application (Network Monitor, for example).
- A wireless connection is started in FIPS safe mode on the primary station adapter. FIPS safe mode is specified in the profile of the wireless connection.
Windows will stop the wireless Hosted Network on the software-based wireless access point (AP) adapter when an incompatible connection starts on the primary station adapter. The network state of the wireless Hosted Network state would become hnUnavailable. |
0x0002400F | WCL_E_WIFI_HN_RES_INCOMPATIBLE_CONNECTION_STOPPED | An incompatible connection stopped. An incompatible connection previously started on the primary station adapter (see WCL_E_WIFI_HN_RES_INCOMPATIBLE_CONNECTION_STARTED), but the incompatible connection has stopped. If the wireless Hosted Network was previously stopped as a result of an incompatible connection being started, Windows will not automatically restart the wireless Hosted Network. |
0x00024010 | WCL_E_WIFI_HN_RES_USER_ACTION | A state change occurred that was caused by explicit user action. |
0x00024011 | WCL_E_WIFI_HN_RES_CLIENT_ABORT | A state change occurred that was caused by client abort. |
0x00024012 | WCL_E_WIFI_HN_RES_AP_START_FAILED | The driver for the wireless Hosted Network failed to start. |
0x00024013 | WCL_E_WIFI_HN_RES_PEER_ARRIVED | A peer connected to the wireless Hosted Network. |
0x00024014 | WCL_E_WIFI_HN_RES_PEER_DEPARTED | A peer disconnected from the wireless Hosted Network. |
0x00024015 | WCL_E_WIFI_HN_RES_PEER_TIMEOUT | A peer timed out. |
0x00024016 | WCL_E_WIFI_HN_RES_GP_DENIED | The operation was denied by group policy. |
0x00024017 | WCL_E_WIFI_HN_RES_SERVICE_UNAVAILABLE | The Wireless LAN service is not running. |
0x00024018 | WCL_E_WIFI_HN_RES_DEVICE_CHANGE | The wireless adapter used by the wireless Hosted Network changed. |
0x00024019 | WCL_E_WIFI_HN_RES_PROPERTIES_CHANGE | The properties of the wireless Hosted Network changed. |
0x0002401A | WCL_E_WIFI_HN_RES_VIRTUAL_STATION_BLOCKING_USE | A virtual station is active and blocking operation. |
0x0002401B | WCL_E_WIFI_HN_RES_SERVICE_AVAILABLE_ON_VIRTUAL_STATION | An identical service is available on a virtual station. |
Network List Manager error codes |
0x00025000 | WCL_E_NLM_CLOSED | The Network List Manager is closed. |
0x00025001 | WCL_E_NLM_OPENED | The Network List Manager is opened. |
0x00025002 | WCL_E_NLM_COINITIALIZE_FAILED | Unable to initialize COM subsystem. |
0x00025003 | WCL_E_NLM_UNSUPPORTED | The Network List Manager is not supported on this platform. |
0x00025004 | WCL_E_NLM_EVENTS_HANDLER_SET | The Network List Manager events handler is already set. |
0x00025005 | WCL_E_NLM_EVENTS_HANDLER_NOT_SET | The Network List Manager events handler was not set. |
0x00025006 | WCL_E_NLM_UNABLE_FIND_CONNECTION_POINTS_CONTAINER | Unable to find the Network List Manager events handler connection points container. |
0x00025007 | WCL_E_NLM_UNABLE_FIND_CONNECTION_POINT | Unable to find the Network List Manager events handler connection point. |
0x00025008 | WCL_E_NLM_NE_UNABLE_FIND_CONNECTION_POINTS_CONTAINER | Unable to find the Network events handler connection points container. |
0x00025009 | WCL_E_NLM_NE_UNABLE_FIND_CONNECTION_POINT | Unable to find the Network events handler connection point. |
0x0002500A | WCL_E_NLM_NETWORK_NOT_FOUND | The network with given ID was not found. |
0x0002500B | WCL_E_NLM_UNABLE_GET_CONNECTIVITY | Unable to get a network's or machine's connectivity. |
0x0002500C | WCL_E_NLM_UNABLE_GET_CONNECTED_PROPERTY | Unable to read Connected property of the Network List Manager or Network. |
0x0002500D | WCL_E_NLM_UNABLE_GET_DOMAIN_TYPE | Unable to get a network's domain type. |
0x0002500E | WCL_E_NLM_UNABLE_GET_NETWORK_CATEGORY | Unable to get a network's categiry. |
0x0002500F | WCL_E_NLM_UNABLE_GET_NETWORK_DESCRIPTION | Unable to get a network's description. |
0x00025010 | WCL_E_NLM_UNABLE_GET_NETWORK_NAME | Unable to get a network's name. |
0x00025011 | WCL_E_NLM_UNABLE_GET_NETWORK_ID | Unable to get a network's ID. |
0x00025012 | WCL_E_NLM_UNABLE_GET_NETWORK_CREATED_AND_CONNECTED_DATE_TIME | Unable to get a network's creation and connection date and time. |
0x00025013 | WCL_E_NLM_UNABLE_GET_CONNECTION_ADAPTER_ID | Unable to get a connection's adapter ID. |
0x00025014 | WCL_E_NLM_UNABLE_GET_CONNECTION_ID | Unable to read a connection's ID. |
0x00025015 | WCL_E_NLM_UNABLE_SET_NETWORK_CATEGORY | Unable to set a network's categiry. |
0x00025016 | WCL_E_NLM_UNABLE_SET_NETWORK_DESCRIPTION | Unable to set a network's description. |
0x00025017 | WCL_E_NLM_UNABLE_SET_NETWORK_NAME | Unable to set a network's name. |
0x00025018 | WCL_E_NLM_UNABLE_ENUMERATE_NETWORKS | Unable to enumerate available networks. |
0x00025019 | WCL_E_NLM_NETWORKS_NOT_FOUND | Networks with required type were not found. |
0x0002501A | WCL_E_NLM_CONNECTIONS_NOT_FOUND | Connections were not found. |
0x0002501B | WCL_E_NLM_UNABLE_ENUMERATE_CONNECTIONS | Unable to enumerate connections. |
0x0002501C | WCL_E_NLM_NETWORK_PROFILES_NOT_FOUND | Network profiles list was not found. |
0x0002501D | WCL_E_NLM_ACCESS_DENIED | Administrative rights required for this operation. |
0x0002501E | WCL_E_NLM_UNEXPECTED | Unexpected or unknown error. |
WiFi Sniffer error codes |
0x00026000 | WCL_E_WIFI_SNIFF_UNABLE_CREATE_MUTEX | Unable to create API synchronization mutex. |
0x00026001 | WCL_E_WIFI_SNIFF_UNABLE_LOAD_DLL | Unable to load NetMon API DLL. |
0x00026002 | WCL_E_WIFI_SNIFF_WRONG_REF_COUNTER | The API references counter is in wrong state. |
0x00026003 | WCL_E_WIFI_SNIFF_OPENED | The WiFi Sniffer has already been opened. |
0x00026004 | WCL_E_WIFI_SNIFF_CLOSED | The WiFi Sniffer is closed. |
0x00026005 | WCL_E_WIFI_SNIFF_UNABLE_CREATE_IFACE_MUTEX | Unable to create interface protection mutex. |
0x00026006 | WCL_E_WIFI_SNIFF_IFACE_IN_USE | The other instance of the WiFi Sniffer is already using the same interface for capturing. |
0x00026007 | WCL_E_WIFI_SNIFF_NOINTERFACE | Indicates an issue between the Network Monitor API and the ndisnapp object. See Working with Multi-Threaded Code. |
0x00026008 | WCL_E_WIFI_SNIFF_ALREADY_EXIST | The object that you are trying to create already exists. |
0x00026009 | WCL_E_WIFI_SNIFF_EMPTY | Frame comment information was not found. |
0x0002600A | WCL_E_WIFI_SNIFF_FILE_NOT_FOUND | The specified file was not found. |
0x0002600B | WCL_E_WIFI_SNIFF_INVALID_STATE | The API or driver is in the wrong state for the requested operation. |
0x0002600C | WCL_E_WIFI_SNIFF_NOT_FOUND | Reference to a file, file path, handle, or data field is incorrect. |
0x0002600D | WCL_E_WIFI_SNIFF_NOT_SUPPORTED | This function is not currently supported. |
0x0002600E | WCL_E_WIFI_SNIFF_PARAMETER_QUOTA_EXCEEDED | The upper limit of a resource has been reached. This may indicate that a handle limit has been reached. Sometimes this is an indication that handles are being leaked. These resources can be read with the NmGetApiConfiguration function and set with the NmApiInitialize function. |
0x0002600F | WCL_E_WIFI_SNIFF_RESOURCE_NOT_AVAILABLE | The field is a container, so the content is not available. |
0x00026010 | WCL_E_WIFI_SNIFF_API_VERSION_MISMATCHED | The version of the DLL does not match the version with which this executable was compiled. |
0x00026011 | WCL_E_WIFI_SNIFF_FILE_TOO_LARGE | The file size of the capture specified by the capture function exceeds the current limit, 500 MB. |
0x00026012 | WCL_E_WIFI_SNIFF_FILE_TOO_SMALL | The file size of the capture specified by the capture function is too small to contain any useful frame information. |
0x00026013 | WCL_E_WIFI_SNIFF_FRAME_CONTINUES_INTO_NEXT_FRAME | The frame size overlaps with the next frame. |
0x00026014 | WCL_E_WIFI_SNIFF_FRAME_RANGE_OUT_OF_BOUNDS | The offset in the frame table points past the bounds of the file. |
0x00026015 | WCL_E_WIFI_SNIFF_FRAME_TOO_BIG_FOR_FILE | The file that you are saving to does not have enough space to hold the frame. This can occur when there is not enough disk space or if the file is over the 500 MB size limit. |
0x00026016 | WCL_E_WIFI_SNIFF_INVALID_NETMON_CAP_FILE | The file type is not a valid Network Monitor 3 capture file. |
0x00026017 | WCL_E_WIFI_SNIFF_UNSUPPORTED_FILE_TYPE | The file type is not supported. |
0x00026018 | WCL_E_WIFI_SNIFF_UNSUPPORTED_PCAP_DLT | The PCAP data link type is not supported. |
0x00026019 | WCL_E_WIFI_SNIFF_WRONG_ENDIAN | The data is big-endian, but only little-endian data is supported. |
0x0002601A | WCL_E_WIFI_SNIFF_WRONG_PCAP_VERSION | The file is not a supported PCAP version. |
0x0002601B | WCL_E_WIFI_SNIFF_CHANGED_MODE | Indicates an issue between the application and the API. |
0x0002601C | WCL_E_WIFI_SNIFF_UNEXPECTED | Unexpected WiFi Sniffer error. |
0x0002601D | WCL_E_WIFI_SNIFF_ADAPTER_NOT_FOUND | No one supported adapter was found. |
Common WiFi Direct error codes |
0x00027000 | WCL_E_WIFI_DIRECT_RADIO_NOT_AVAILABLE | The WiFi Direct radio was not available. This error occurs when the WiFi Direct radio has been turned off. |
0x00027001 | WCL_E_WIFI_DIRECT_RESOURCE_IN_USE | The operation cannot be serviced because the necessary resources are currently in use. |
0x00027002 | WCL_E_WIFI_DIRECT_UNKNOWN | Unknown or unexpected WiFi Direct error. |
0x00027003 | WCL_E_WIFI_DIRECT_NOT_SUPPORTED | WiFi Direct features are not supported. For WiFi Direct features Windows 10 is required. |
WiFi Direct pairing error codes |
0x00028000 | WCL_E_WIFI_DIRECT_PAIR_NOT_READY | The device is not in a state where it can be paired. |
0x00028001 | WCL_E_WIFI_DIRECT_PAIR_NOT_PAIRED | The device is not currently paired. |
0x00028002 | WCL_E_WIFI_DIRECT_PAIR_ALREADY_PAIRED | The device has already been paired. |
0x00028003 | WCL_E_WIFI_DIRECT_PAIR_REJECTED | The device rejected the connection. |
0x00028004 | WCL_E_WIFI_DIRECT_PAIR_TOO_MANY_CONNECTTIONS | The device indicated it cannot accept any more incoming connections. |
0x00028005 | WCL_E_WIFI_DIRECT_PAIR_HARDWARE_FAILURE | The device indicated there was a hardware failure. |
0x00028006 | WCL_E_WIFI_DIRECT_PAIR_TIMEOUT | The authentication process timed out before it could complete. |
0x00028007 | WCL_E_WIFI_DIRECT_PAIR_NOT_ALLOWED | The authentication protocol is not supported, so the device is not paired. |
0x00028008 | WCL_E_WIFI_DIRECT_PAIR_FAILURE | Authentication failed, so the device is not paired. Either the device or the application rejected the authentication. |
0x00028009 | WCL_E_WIFI_DIRECT_PAIR_NO_PROFILES | There are no network profiles for this device to use. |
0x0002800A | WCL_E_WIFI_DIRECT_PAIR_PROTECTION_LEVEL | The minimum level of protection is not supported by the device or the application. |
0x0002800B | WCL_E_WIFI_DIRECT_PAIR_ACCESS_DENIED | Your application does not have the appropriate permissions level to pair the device. |
0x0002800C | WCL_E_WIFI_DIRECT_PAIR_INVALID_CEREMONY | The ceremony data was incorrect. |
0x0002800D | WCL_E_WIFI_DIRECT_PAIR_CANCELLED | The pairing action was canceled before completion. |
0x0002800E | WCL_E_WIFI_DIRECT_PAIR_IN_PROGRESS | The device is already attempting to pair or unpair. |
0x0002800F | WCL_E_WIFI_DIRECT_PAIR_HANDLER_NOT_REGISTERED | Either the event handler wasn't registered or a required TwclWiFiDirectPairingKinds was not supported. |
0x00028010 | WCL_E_WIFI_DIRECT_PAIR_REJECTED_BY_HANDLER | The application handler rejected the pairing. |
0x00028011 | WCL_E_WIFI_DIRECT_PAIR_HAS_ASSOCCIATION | The remove device already has an association. |
0x00028012 | WCL_E_WIFI_DIRECT_PAIR_UNKNOW | An unknown or unexpected failure occurred. |
WiFi Direct device error codes |
0x00029000 | WCL_E_WIFI_DIRECT_DEVICE_CONNECTED | The WiFi Direct device is connected or connecting. |
0x00029001 | WCL_E_WIFI_DIRECT_DEVICE_DISCONNECTED | The WiFi Direct device is disconnected or disconnecting. |
0x00029002 | WCL_E_WIFI_DIRECT_DEVICE_CREATE_TERMINATION_EVENT_FAILED | Unablet to create WiFi Direct device's thread termination event. |
0x00029003 | WCL_E_WIFI_DIRECT_DEVICE_START_THREAD_FAILED | Unable to start WiFi Direct device connection thread. |
0x00029004 | WCL_E_WIFI_DIRECT_DEVICE_CREATE_INFORMATION_FAILED | Unable to create device information object. |
0x00029005 | WCL_E_WIFI_DIRECT_DEVICE_QUERY_ASYNC_INFO_FAILED | IAsyncInfor interface not supported. |
0x00029006 | WCL_E_WIFI_DIRECT_DEVICE_GET_INFORMATION_FAILED | Unable to get device information object. |
0x00029007 | WCL_E_WIFI_DIRECT_DEVICE_EXTENDED_INFO_NOT_SUPPORTED | Extended device information not supported. |
0x00029008 | WCL_E_WIFI_DIRECT_DEVICE_PAIRING_NOT_SUPPORTED | WiFi Direct device does not support pairing. |
0x00029009 | WCL_E_WIFI_DIRECT_DEVICE_CUSTOM_PAIRING_NOT_SUPPORTED | WiFi Direct device does not support custom pairing. |
0x0002900A | WCL_E_WIFI_DIRECT_DEVICE_GET_NAME_FAILED | Unable to get WiFi Direct device's name. |
0x0002900B | WCL_E_WIFI_DIRECT_DEVICE_CREATE_PAIRING_SYNC_EVENT_FAILED | Unable to create WiFi Direct device pairing notification synchronization event. |
0x0002900C | WCL_E_WIFI_DIRECT_DEVICE_CONNECTION_TERMINATED_BT_USER | Connection has been terminated by user. |
0x0002900D | WCL_E_WIFI_DIRECT_DEVICE_WAIT_FAILED | Wait for notification message processing failed. |
0x0002900E | WCL_E_WIFI_DIRECT_DEVICE_CREATE_PAIRING_MUTEX_FAILED | Unable to create pairing synchronization mutex. |
0x0002900F | WCL_E_WIFI_DIRECT_DEVICE_SET_GO_FAILED | Unable to set Group Owner Intent. |
0x00029010 | WCL_E_WIFI_DIRECT_DEVICE_GET_CONNECTION_PARAMETERS_FAILED | Unable to get connection parameters. |
0x00029011 | WCL_E_WIFI_DIRECT_DEVICE_SET_PAIRING_PROCEDURE_FAILED | Unable to set preffered pairing procedure. |
0x00029012 | WCL_E_WIFI_DIRECT_DEVICE_GET_CUSTOM_PAIRING_FILED | Unable to get custom pairing interface. |
0x00029013 | WCL_E_WIFI_DIRECT_DEVICE_SET_PAIRING_EVENT_HANDLER_FAILED | Unable to set pairing event handler. |
0x00029014 | WCL_E_WIFI_DIRECT_DEVICE_GET_PAIRING_SETTINGS_FILED | Unable to get pairing settings. |
0x00029015 | WCL_E_WIFI_DIRECT_DEVICE_START_PAIRING_FAILED | Unable to start pairing with remote WiFi Direct device. |
0x00029016 | WCL_E_WIFI_DIRECT_DEVICE_GET_PAIRING_RESULT_FAILED | Unable to get pairing result. |
0x00029017 | WCL_E_WIFI_DIRECT_DEVICE_PAIRING_FAILED | Unable to pair with remote device. |
0x00029018 | WCL_E_WIFI_DIRECT_DEVICE_CREATE_FAILED | Unable to create WiFi Direct device object. |
0x00029019 | WCL_E_WIFI_DIRECT_DEVICE_CREATE_GET_RESULT_FAILED | Unable to get WiFi Direct device creation operation result. |
0x0002901A | WCL_E_WIFI_DIRECT_DEVICE_CREATE_OBJECT_NOT_CREATED | WiFi Direct device object was not created. |
0x0002901B | WCL_E_WIFI_DIRECT_DEVICE_SET_DISCONNECT_EVENT_HANDLER_FAILED | Unable to set disconnection event handler. |
0x0002901C | WCL_E_WIFI_DIRECT_DEVICE_GET_ENDPOINTS_FAILED | Unable to get connection endpoint pairs. |
0x0002901D | WCL_E_WIFI_DIRECT_DEVICE_GET_ENDPOINTS_COUNT_FAILED | Unable to get connection endpoints count. |
0x0002901E | WCL_E_WIFI_DIRECT_DEVICE_ENDPOINTS_NOT_FOUND | No connection endpoints were found. |
0x0002901F | WCL_E_WIFI_DIRECT_DEVICE_GET_ENDPOINT_PAIR_FILED | Unable to get default (first) connection endpoint pair. |
0x00029020 | WCL_E_WIFI_DIRECT_DEVICE_GET_HOST_NAME_FAILED | Unable to get IHostName interface for the connection endpoint pair. |
0x00029021 | WCL_E_WIFI_DIRECT_DEVICE_GET_CANONICAL_NAME_FAILED | Unable to convert Host Name to IP address. |
0x00029022 | WCL_E_WIFI_DIRECT_DEVICE_GET_PAIRED_FAILED | Unable to get WiFi Direct device's pairing status. |
0x00029023 | WCL_E_WIFI_DIRECT_DEVICE_START_UNPAIR_FAILED | Unable to start unpairing operation. |
0x00029024 | WCL_E_WIFI_DIRECT_DEVICE_CREATE_TIMEOUT | Timeout during creating WiFi Direct device object. Usually it appears when device has wrong DHCP configuration or uses static IP. |
0x00029025 | WCL_E_WIFI_DIRECT_DEVICE_START_CREATE_FAILED | Unable to start WiFi Direct device object creating procedure. |
WiFi Direct Advertiser error codes |
0x0002A000 | WCL_E_WIFI_DIRECT_ADVERTISER_START_ABORTED | The publisher is aborted due to error. |
0x0002A001 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_GET_ADVERTISEMENT | Unable to get the WiFi Direct Advertisement object. |
0x0002A002 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_GO | Unable to set an Autonomous Group Owner state. |
0x0002A003 | WCL_E_WIFI_DIRECT_ADVERTISER_SET_DISCOVERABILITY_FAILED | Unable to set Listen State Discoverability. |
0x0002A004 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_GET_LEGACY_SETTINGS | Unable to access the WiFi Direct Advertiser Legacy mode settings. |
0x0002A005 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_CHANGE_LEGACY_MODE | Unable to change the Legacy mode setting of the WiFi Direct Advertiser. |
0x0002A006 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_SSID | Unable to set SSID for the WiFi Direct Advertiser. |
0x0002A007 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_GET_CREDENTIAL | Unable to access Legacy mode security settings of the WiFi Direct Advertiser. |
0x0002A008 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_PASSPHRASE | Unable to set the WiFi Direct Advertiser's Legacy mode pass phrase. |
0x0002A009 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_CREATE_ASYNC_EVENT | Unable to create start synchronization event for the WiFi Direct Advertiser. |
0x0002A00A | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_PUBLISHER_EVENT | Unable to set event handler for WiFi Direct Advertiser. |
0x0002A00B | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_START_PUBLISHER | Filed to start WiFi Direct Advertiser. |
0x0002A00C | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_LISTENER_HANDLER | Unable to set event handler for WiFi Direct Advertiser connection listening. |
0x0002A00D | WCL_E_WIFI_DIRECT_ADVERTISER_ACTIVE | A WiFi Direct Advertiser is already running. |
0x0002A00E | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_CREATE_THREAD_EVENT | Unable to create WiFi Direct Advertiser working thread initialization event. |
0x0002A00F | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_CREATE_WORKING_THREAD | Unable to start WiFi Direct Advertiser working thread. |
0x0002A010 | WCL_E_WIFI_DIRECT_ADVERTISER_NOT_ACTIVE | WiFi Direct Advertiser is not running. |
0x0002A011 | WCL_E_WIFI_DIRECT_ADVERTISER_UNABLE_SET_OPEN_AUTH_MODE | Unable to create legacy Soft AP with Open Authetication (Open Network). |
0x0002A012 | WCL_E_WIFI_DIRECT_ADVERTISER_ALREADY_RUNNING | WiFi Direct Advertiser is already running by other WiFi Framework based application. |
0x0002A013 | WCL_E_WIFI_DIRECT_ADVERTISER_CREATE_MUTEX_FAILED | Unable to create global mutex object. |
0x0002A014 | WCL_E_WIFI_DIRECT_ADVERTISER_HOTSPOT_RUNNING | Mobile Hotspot is already running on PC. |
WiFi Direct Device Watcher error codes |
0x0002B000 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_ACTIVE | The WiFi Direct Device Watcher is already running. |
0x0002B001 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_EVENT_FAILED | Unable to create WiFi Direct Device Watcher thread synchronization event. |
0x0002B002 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_THREAD_FAILED | Unable to start WiFi Direct Device Watcher worker thread. |
0x0002B003 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_NOT_ACTIVE | The WiFi Direct Device Watcher is not running. |
0x0002B004 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_DEVICE_STATICS_FAILED | Unable to create WiFi Direct Device activation factory. |
0x0002B005 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_DEVICE_STATICS2_FAILED | IWiFiDirectDeviceStatics2 interface is not supported. |
0x0002B006 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_GET_DEVICE_SELECTOR_FAILED | Unable to get Device Selector. |
0x0002B007 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_DEVICE_INFORMATION_FAILED | Unable to create Device Information Activation Factory. |
0x0002B008 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_FAILED | Unable to create Device Watcher object. |
0x0002B009 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_SET_ADDED_EVENT_FAILED | Unable to set device added event handler. |
0x0002B00A | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_SET_COMPLETED_EVENT_FAILED | Unable to set discovering completed event handler. |
0x0002B00B | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_START_FAILED | Unable to start WiFi Direct Device Watcher. |
0x0002B00C | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_NOTIFICATION_EVENT_FAILED | Unable to create discovering completed notification event. |
0x0002B00D | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_DISCOVERING_TERMINATED | Discovering terminated by user. |
0x0002B00E | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_UNEXPECTED | Unexpected or unknown error. |
0x0002B00F | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_CREATE_INIT_EVENT_FAILED | Unable to create WiFi Direct Device Watcher thread initialization event. |
0x0002B010 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_SET_STOPPED_EVENT_FAILED | Unable to set device watcher stopped event handler. |
0x0002B011 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_START_GET_PAIRED_THREAD_FAILED | Unable to start working thread to read remote WiFi Direct device's paired status. |
0x0002B012 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_START_UNPAIR_THREAD_FAILED | Unable to start WiFi Direct device unpairing thread. |
0x0002B013 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_START_NAME_RESOLVING_THREAD_FAILED | Unable to start WiFi Direct device name resolving thread. |
0x0002B014 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_START_ENUM_PAIRED_DEVICES_THREAD_FAILED | Unable to start paired WiFi Direct devices enumeration thread. |
0x0002B015 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_ENUMERATE_DEVICES_FAILED | Unable to enumerate available devices. |
0x0002B016 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_QUERY_ASYNC_INFO_FAILED | IAsyncInfor interface not supported. |
0x0002B017 | WCL_E_WIFI_DIRECT_DEVICE_WATCHER_GET_ENUM_RESULT_FAILED | Get devices enumeration result failed. |
WiFi Interface error codes |
0x0002C000 | WCL_E_WIFI_INTERFACE_NOT_CONNECTED | A WiFi interface is not connected. |
0x0002C001 | WCL_E_WIFI_INTERFACE_OPEN_IP_SETTINGS_FAILED | Unable to access the IP settings of an WiFi interface. |
0x0002C002 | WCL_E_WIFI_INTERFACE_READ_IP_FAILED | Unable to read TCP/IP settings of an WiFi interface. |
0x0002C003 | WCL_E_WIFI_INTERFACE_SET_IP_FAILED | Unable to change IP settings for a WiFi interface. |
0x0002C004 | WCL_E_WIFI_INTERFACE_INVALID_IP | IP address is not valid. |
0x0002C005 | WCL_E_WIFI_INTERFACE_ADMIN_RIGHTS_REQUIRED | Administrative rights required for this operation. |
0x0002C006 | WCL_E_WIFI_INTERFACE_IP_NOT_CONFIGURED | The TCP/IP settings for the given WLAN interface was not configured. |
0x0002C007 | WCL_E_WIFI_INTERFACE_VIRTUAL_ADAPTER_NOT_FOUND | The network interface for the given virtual adapter was not found. |
WiFi Network Configuration error codes |
0x0002D000 | WCL_E_WIFI_NETCFG_PREPARE_FAILED | Unable to prepare Network Configuration API. |
0x0002D001 | WCL_E_WIFI_NETCFG_CREATE_FAILED | Network Configuration API create failed. |
0x0002D002 | WCL_E_WIFI_NETCFG_LOCK_CREATE_FAILED | Network Configuration API lock create failed. |
0x0002D003 | WCL_E_WIFI_NETCFG_LOCK_FAILED | Network Configuration API lock failed. |
0x0002D004 | WCL_E_WIFI_NETCFG_INIT_FAILED | Network Configuration API initialization failed. |
0x0002D005 | WCL_E_WIFI_NETCFG_ENUM_INTERFACES_FAILED | Unable to enumerate network interfaces. |
0x0002D006 | WCL_E_WIFI_NETCFG_INTERFACE_NOT_FOUND | Interface was not found. |
0x0002D007 | WCL_E_WIFI_NETCFG_PROTOCOL_NOT_FOUND | TCP/IP protocol was not found for the given WiFi interface. |
0x0002D008 | WCL_E_WIFI_NETCFG_SWITCH_PROTOCOL_FAILED | Unable to switch protocol state. |
0x0002D009 | WCL_E_WIFI_NETCFG_APPLY_CHANGES_FAILED | Unable to apply changes in network configuration. |
0x0002D00A | WCL_E_WIFI_NETCFG_START_THREAD_FAILED | Start protocol changes thread. |
Mobile Hotspot error codes |
0x0002E000 | WCL_E_WIFI_HOTSPOT_ACTIVE | A Mobile Hotspot has already been opened. |
0x0002E001 | WCL_E_WIFI_HOTSPOT_NOT_ACTIVE | A Mobile Hotspot is closed. |
0x0002E002 | WCL_E_WIFI_HOTSPOT_CLOSED | A Mobile Hotspot has already been closed. |
0x0002E003 | WCL_E_WIFI_HOTSPOT_CREATE_INIT_EVENT_FAILED | Unable to create initialization event. |
0x0002E004 | WCL_E_WIFI_HOTSPOT_CREATE_TERM_EVENT_FAILED | Unable to create termination event. |
0x0002E005 | WCL_E_WIFI_HOTSPOT_START_THREAD_FAILED | Unable to create and start working thread. |
0x0002E006 | WCL_E_WIFI_HOTSPOT_CREATE_NET_INFO_FAILED | Unable to create Network Information object. |
0x0002E007 | WCL_E_WIFI_HOTSPOT_GET_PROFILE_FAILED | Unable to get Internet connection profile. |
0x0002E008 | WCL_E_WIFI_HOTSPOT_PROFILE_NOT_FOUND | Internet connection profile was not found. |
0x0002E009 | WCL_E_WIFI_HOTSPOT_CREATE_MANAGER_FACTORY_FAILED | Unable to create Mobile Hotspot Manager activation factory object. |
0x0002E00A | WCL_E_WIFI_HOTSPOT_CREATE_MANAGER_FAILED | Unable to create Mobile Hotspot Manager. |
0x0002E00B | WCL_E_WIFI_HOTSPOT_GET_STATE_FAILED | Unable to get Mobile Hotspot state. |
0x0002E00C | WCL_E_WIFI_HOTSPOT_STARTED | Mobile hotspot is already started. |
0x0002E00D | WCL_E_WIFI_HOTSPOT_START_FAILED | Unable to start Mobile Hotspot. |
0x0002E00E | WCL_E_WIFI_HOTSPOT_QUERY_ASYNC_INFO_FAILED | IAsyncInfor interface not supported. |
0x0002E00F | WCL_E_WIFI_HOTSPOT_GET_OPERATION_RESULT_FAILED | Unable to get operation result. |
0x0002E010 | WCL_E_WIFI_HOTSPOT_GET_OPERATION_STATUS_FAILED | Get operation status failed. |
0x0002E011 | WCL_E_WIFI_HOTSPOT_MOBILE_DEVICE_OFF | The operation could not begin because the mobile broadband device is turned off. |
0x0002E012 | WCL_E_WIFI_HOTSPOT_WIFI_DEVICE_OFF | The operation could not begin because the WiFi device is turned off. |
0x0002E013 | WCL_E_WIFI_HOTSPOT_CHECK_TIMEOUT | The operation did not complete because the mobile operator could not be contacted to confirm tethering capabilities are provided for this account. |
0x0002E014 | WCL_E_WIFI_HOTSPOT_CHECK_FAILURE | The operation did not complete because the account does not currently support tethering operations. |
0x0002E015 | WCL_E_WIFI_HOTSPOT_OPERATION_IN_PROGRESS | The operation is still in progress. |
0x0002E016 | WCL_E_WIFI_HOTSPOT_BLUETOOTH_DEVICE_OFF | The operation could not begin because Bluetooth or a required Bluetooth device is turned off. |
0x0002E017 | WCL_E_WIFI_HOTSPOT_NETWORK_LIMITATION | The operation did not complete because of limited network connectivity. |
0x0002E018 | WCL_E_WIFI_HOTSPOT_UNKNOWN | Unknown or undefined operation result. |
0x0002E019 | WCL_E_WIFI_HOTSPOT_STOPPED | The Mobile Hotspot is topped. |
0x0002E01A | WCL_E_WIFI_HOTSPOT_WIFI_HARDWARE_NOT_FOUND | WiFi hardware is turned off or not available. |
0x0002E01B | WCL_E_WIFI_HOTSPOT_GET_CONFIG_FAILED | Get access point configuration failed. |
0x0002E01C | WCL_E_WIFI_HOTSPOT_GET_SSID_FAILED | Unable to get current SSID. |
0x0002E01D | WCL_E_WIFI_HOTSPOT_SET_SSID_FAILED | Unable to set new SSID. |
0x0002E01E | WCL_E_WIFI_HOTSPOT_SET_CONFIG_FAILED | Unable to save new AP config. |
0x0002E01F | WCL_E_WIFI_HOTSPOT_GET_PASSPHRASE_FAILED | Unable to get current passphrase. |
0x0002E020 | WCL_E_WIFI_HOTSPOT_SET_PASSPHRASE_FAILED | Unable to set new passphrase. |
0x0002E021 | WCL_E_WIFI_HOTSPOT_GET_MAX_CLIENTS_FAILED | Unable to get maximum client connections count. |
0x0002E022 | WCL_E_WIFI_HOTSPOT_GET_CLIENTS_COUNT_FAILED | Unable to get connected clients count. |
0x0002E023 | WCL_E_WIFI_HOTSPOT_GET_CLIENTS_FAILED | Unable to get connected clients list. |
0x0002E024 | WCL_E_WIFI_HOTSPOT_GET_CLIENTS_LIST_SIZE_FAILED | Unable to get connected clients list size. |
0x0002E025 | WCL_E_WIFI_HOTSPOT_BAND_NOT_SUPPORTED | Specified band is not supported. |
0x0002E026 | WCL_E_WIFI_HOTSPOT_SET_BAND_FAILED | Unable to change band. |
0x0002E027 | WCL_E_WIFI_HOTSPOT_CHANGE_NO_CONNECTION_TIMEOUT_FAILED | Unable to change No Connection Timeout state. |
0x0002E028 | WCL_E_WIFI_HOTSPOT_GET_NO_CONNECTION_TIMEOUT_FAILED | Get Not Connection Timeout state failed. |