DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM callback function (wlanihv.h)
The IHV Extensions DLL calls the Dot11ExtSetMulticastCipherAlgorithm function to enable a multicast cipher algorithm on the wireless LAN (WLAN) adapter.
Syntax
DOT11EXT_SET_MULTICAST_CIPHER_ALGORITHM Dot11extSetMulticastCipherAlgorithm;
DWORD Dot11extSetMulticastCipherAlgorithm(
[in, optional] HANDLE hDot11SvcHandle,
[in] DWORD dwMulticastCipherAlgo
)
{...}
Parameters
[in, optional] hDot11SvcHandle
The handle used by the operating system to reference the WLAN adapter. This handle value was specified through a previous call to the Dot11ExtIhvInitAdapter IHV Handler function.
[in] dwMulticastCipherAlgo
A DOT11_CIPHER_ALGORITHM enumerator value that identifies the multicast cipher algorithm.
If the value is within the range of DOT11_CIPHER_ALGO_IHV_START through DOT11_CIPHER_ALGO_IHV_END, the IHV Extensions DLL enables a proprietary cipher algorithm supported by the WLAN adapter.
Otherwise, the DLL is responsible for processing a standard cipher algorithm supported by the operating system. In this situation, the operating system is not involved with any aspect of the cipher algorithm, including key management and replay protection, over a basic service set (BSS) network connection through the WLAN adapter.
Return value
If the call succeeds, the function returns ERROR_SUCCESS. Otherwise, it returns an error code defined in Winerror.h.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | wlanihv.h (include Wlanihv.h) |