IDot11AdHocSecuritySettings::GetDot11AuthAlgorithm method (adhoc.h)
Gets the authentication algorithm associated with the security settings. The authentication algorithm is used to authenticate machines and users connecting to the ad hoc network associated with an interface.
Syntax
HRESULT GetDot11AuthAlgorithm(
[in, out] DOT11_ADHOC_AUTH_ALGORITHM *pAuth
);
Parameters
[in, out] pAuth
A pointer to a DOT11_ADHOC_AUTH_ALGORITHM value that specifies the authentication algorithm.
Return value
Possible return values include, but are not limited to, the following.
Return code | Description |
---|---|
|
The method completed successfully. |
|
The method failed. |
|
The value pointed to by pAuth is invalid. |
|
The method could not allocate the memory required to perform this operation. |
|
The pointer pAuth is invalid. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | adhoc.h |