共用方式為


DOT11EXT_VIRTUAL_STATION_APIS結構(wlanihv.h)

重要 Windows 10 和更新版本中已淘汰 Native 802.11 無線 LAN 介面。 請改用 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 允許呼叫虛擬站 API 函式,pDot11ExtVSAPI 參數只在 之後指向 Dot11ExtIhvInitVirtualStation 函式會傳回。
 
所有函式指標都是必要專案,且不得設定為 null

要求

要求 價值
最低支援的用戶端 適用於 Windows 7 和更新版本的 Windows作系統。
標頭 wlanihv.h (包括 Wlanihv.h)

另請參閱

Dot11ExtSetVirtualStationAPProperties Dot11ExtReleaseVirtualStation Dot11ExtRequestVirtualStation Dot11ExtIhvInitVirtualStation Dot11ExtQueryVirtualStationProperties