enumerazione DOT11_PHY_TYPE
L'enumerazione DOT11_PHY_TYPE definisce un tipo di supporto e PHY 802.11.
Sintassi
typedef enum _DOT11_PHY_TYPE {
dot11_phy_type_unknown = 0,
dot11_phy_type_any = 0,
dot11_phy_type_fhss = 1,
dot11_phy_type_dsss = 2,
dot11_phy_type_irbaseband = 3,
dot11_phy_type_ofdm = 4,
dot11_phy_type_hrdsss = 5,
dot11_phy_type_erp = 6,
dot11_phy_type_ht = 7,
dot11_phy_type_vht = 8,
dot11_phy_type_dmg = 9,
dot11_phy_type_he = 10,
dot11_phy_type_eht = 11,
dot11_phy_type_IHV_start = 0x80000000,
dot11_phy_type_IHV_end = 0xffffffff
} DOT11_PHY_TYPE, *PDOT11_PHY_TYPE;
Costanti
-
dot11_phy_type_unknown
-
Specifica un tipo PHY sconosciuto o non inizializzato.
-
dot11_phy_type_any
-
Specifica qualsiasi tipo PHY.
-
dot11_phy_type_fhss
-
Specifica un FHSS (Frequency-Hopping Spread-Spectrum). I dispositivi Bluetooth possono usare FHSS o un adattamento di FHSS.
-
dot11_phy_type_dsss
-
Specifica un tipo DSSS (Direct Sequence Spread Spectrum).
-
dot11_phy_type_irbaseband
-
Specifica un tipo PHY a banda base infrarossa (IR).
-
dot11_phy_type_ofdm
-
Specifica un tipo PHY di divisione della frequenza ortogonale (OFDM). I dispositivi 802.11a possono usare OFDM.
-
dot11_phy_type_hrdsss
-
Specifica un tipo PHY DSSS (HRDSSS) ad alta frequenza.
-
dot11_phy_type_erp
-
Specifica un tipo ERP (Extended Rate PHY). I dispositivi 802.11g possono usare ERP.
-
dot11_phy_type_ht
-
Specifica il tipo PHY 802.11n.
- **dot11\_phy\_type\_vht**
- Specifica il tipo PHY 802.11ac. Si tratta del tipo PHY con velocità effettiva molto elevata specificato in IEEE 802.11ac. Questo valore è supportato in Windows 8.1, Windows Server 2012 R2 e versioni successive.
- **dot11\_phy\_type\_dmg**
- TBD
- **dot11\_phy\_type\_he**
- TBD
- **dot11\_phy\_type\_eht**
- TBD
- **dot11\_phy\_type\_IHV\_start**
-
Specifica l'inizio dell'intervallo utilizzato per definire i tipi PHY sviluppati da un fornitore di hardware indipendente (IHV).
-
dot11_phy_type_IHV_end
-
Specifica l'inizio dell'intervallo utilizzato per definire i tipi PHY sviluppati da un fornitore di hardware indipendente (IHV).
Osservazioni
Un IHV può assegnare un valore per i tipi PHY proprietari da dot11_phy_type_IHV_start a dot11_phy_type_IHV_end. L'IHV deve assegnare un numero univoco da questo intervallo per ogni tipo PHY proprietario.
Fabbisogno
Requisito | Valore |
---|---|
Client minimo supportato |
Windows Vista, Windows XP con SP3 [solo app desktop] |
Server minimo supportato |
Windows Server 2008 [solo app desktop] |
Ridistribuibile |
API LAN wireless per Windows XP con SP2 |
Intestazione |
|