DOT11EXT_VIRTUAL_STATION_APIS structure (wlanihv.h)
Syntax
typedef struct _DOT11EXT_VIRTUAL_STATION_APIS {
DOT11EXT_REQUEST_VIRTUAL_STATION Dot11ExtRequestVirtualStation;
DOT11EXT_RELEASE_VIRTUAL_STATION Dot11ExtReleaseVirtualStation;
DOT11EXT_QUERY_VIRTUAL_STATION_PROPERTIES Dot11ExtQueryVirtualStationProperties;
DOT11EXT_SET_VIRTUAL_STATION_AP_PROPERTIES Dot11ExtSetVirtualStationAPProperties;
} DOT11EXT_VIRTUAL_STATION_APIS, *PDOT11EXT_VIRTUAL_STATION_APIS;
Members
Dot11ExtRequestVirtualStation
A pointer to the Dot11ExtRequestVirtualStation function.
Dot11ExtReleaseVirtualStation
A pointer to the Dot11ExtReleaseVirtualStation function.
Dot11ExtQueryVirtualStationProperties
A pointer to the Dot11ExtQueryVirtualStationProperties function.
Dot11ExtSetVirtualStationAPProperties
A pointer to the Dot11ExtSetVirtualStationAPProperties function.
Remarks
The IHV Extensibility virtual station functions are not statically or dynamically linked to the IHV Extensions DLL. Instead, when the operating system calls the Dot11ExtIhvInitVirtualStation IHV handler function, it passes the list of pointers to the IHV Extensibility functions through the pDot11ExtVSAPI parameter.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows 7 and later versions of the Windows operating systems. |
Header | wlanihv.h (include Wlanihv.h) |