Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the reason why a connection attempt failed.
Syntax
typedef enum tagDOT11_ADHOC_CONNECT_FAIL_REASON {
DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCH,
DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCH,
DOT11_ADHOC_CONNECT_FAIL_OTHER
} DOT11_ADHOC_CONNECT_FAIL_REASON;
Constants
DOT11_ADHOC_CONNECT_FAIL_DOMAIN_MISMATCHThe local host's configuration is incompatible with the target network. This occurs when the local host is 802.11d compliant and the regulatory domain of the local host is not compatible with the regulatory domain of the target network. For more information about regulatory domains, see the IEEE 802.11d-2001 standard. The standard can be downloaded from the IEEE website. |
DOT11_ADHOC_CONNECT_FAIL_PASSPHRASE_MISMATCHThe passphrase supplied to authenticate the local machine or user on the target network is incorrect. |
DOT11_ADHOC_CONNECT_FAIL_OTHERThe connection failed for another reason. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | adhoc.h |