DOT11EXT_VIRTUAL_STATION_APIS結構 (wlanihv.h)
重要原生 802.11 無線 LAN 介面在 Windows 10 和更新版本中已被取代。 請改用 WLAN 設備驅動器介面 (WDI) 。 如需 WDI 的詳細資訊,請參閱 WLAN 通用 Windows 驅動程式模型。
語法
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 函式會傳回。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | 適用於 Windows 7 和更新版本的 Windows 作業系統。 |
標頭 | wlanihv.h (包含 Wlanihv.h) |