DOT11_BSS_TYPE列挙
DOT11_BSS_TYPE列挙型は、基本的なサービス セット (BSS) ネットワークの種類を定義します。
構文
typedef enum _DOT11_BSS_TYPE {
dot11_BSS_type_infrastructure = 1,
dot11_BSS_type_independent = 2,
dot11_BSS_type_any = 3
} DOT11_BSS_TYPE, *PDOT11_BSS_TYPE;
定数
-
dot11_BSS_type_infrastructure
-
インフラストラクチャ BSS ネットワークを指定します。
-
dot11_BSS_type_independent
-
独立した BSS (IBSS) ネットワークを指定します。
-
dot11_BSS_type_any
-
インフラストラクチャまたは IBSS ネットワークを指定します。
必要条件
要件 | 値 |
---|---|
サポートされている最小のクライアント |
Windows Vista、WINDOWS XP と SP3 [デスクトップ アプリのみ] |
サポートされている最小のサーバー |
Windows Server 2008 [デスクトップ アプリのみ] |
再頒布可能パッケージ |
Sp2 を使用した Windows XP 用ワイヤレス LAN API |
ヘッダー |
|
関連項目