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 connection state of an ad hoc network.
Syntax
typedef enum tagDOT11_ADHOC_NETWORK_CONNECTION_STATUS {
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALID,
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTED,
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTING,
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTED,
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMED
} DOT11_ADHOC_NETWORK_CONNECTION_STATUS;
Constants
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_INVALIDThe connection status cannot be determined. A network with this status should not be used. |
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_DISCONNECTEDThere are no hosts or clients connected to the network. There are also no pending connection requests for this network. |
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTINGThere is an outstanding connection request. Once the client or host succeeds or fails in its connection attempt, the connection status is updated. |
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_CONNECTEDA client or host is connected to the network. |
DOT11_ADHOC_NETWORK_CONNECTION_STATUS_FORMEDThe network has been formed. Once a client or host connects to the network, the connection status is updated. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | adhoc.h |