wlanihv.h) (DOT11EXT_VIRTUAL_STATION_APIS 结构

重要本机 802.11 无线 LAN 接口在 Windows 10 及更高版本中已弃用。 请改用 WLAN 设备驱动程序接口 (WDI) 。 有关 WDI 的详细信息,请参阅 WLAN 通用 Windows 驱动程序模型
 
DOT11EXT_VIRTUAL_STATION_APIS 结构指定指向操作系统支持的 IHV 扩展性虚拟工作站函数的指针列表。

语法

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;

成员

Dot11ExtRequestVirtualStation

指向 Dot11ExtRequestVirtualStation 函数。

Dot11ExtReleaseVirtualStation

指向 Dot11ExtReleaseVirtualStation 函数。

Dot11ExtQueryVirtualStationProperties

指向 Dot11ExtQueryVirtualStationProperties 函数。

Dot11ExtSetVirtualStationAPProperties

指向 Dot11ExtSetVirtualStationAPProperties 函数。

注解

IHV 扩展性虚拟工作站函数不会以静态或动态方式链接到 IHV 扩展 DLL。 相反,当操作系统调用 Dot11ExtIhvInitVirtualStation IHV 处理程序函数,它通过 pDot11ExtVSAPI 参数传递指向 IHV 扩展性函数的指针列表。

注意 允许 IHV 扩展 DLL 调用 pDot11ExtVSAPI 参数仅在 之后指向的虚拟工作站 API 函数 Dot11ExtIhvInitVirtualStation 函数返回。
 
所有函数指针都是必需的,并且不得设置为 NULL

要求

要求
最低受支持的客户端 在 Windows 7 及更高版本的 Windows 操作系统中可用。
标头 wlanihv.h (包括 Wlanihv.h)

另请参阅

Dot11ExtSetVirtualStationAPProperties Dot11ExtReleaseVirtualStation Dot11ExtRequestVirtualStation Dot11ExtIhvInitVirtualStation Dot11ExtQueryVirtualStationProperties