Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Enums, prefix the name with the module name and a period.
DOT11_PHY_TYPE (Enums)
.
Summary
Defines an 802.11 PHY and media type.
C# Definition:
public enum DOT11_PHY_TYPE
{
dot11_phy_type_unknown,
dot11_phy_type_any = dot11_phy_type_unknown,
dot11_phy_type_any,
dot11_phy_type_fhss,
dot11_phy_type_dsss,
dot11_phy_type_irbaseband,
dot11_phy_type_ofdm,
dot11_phy_type_hrdsss,
dot11_phy_type_erp,
dot11_phy_type_ht,
dot11_phy_type_IHV_start,
dot11_phy_type_IHV_end,
}
VB Definition:
Public Enum DOT11_PHY_TYPE
dot11_phy_type_unknown
dot11_phy_type_any = dot11_phy_type_unknown
dot11_phy_type_any
dot11_phy_type_fhss
dot11_phy_type_dsss
dot11_phy_type_irbaseband
dot11_phy_type_ofdm
dot11_phy_type_hrdsss
dot11_phy_type_erp
dot11_phy_type_ht
dot11_phy_type_IHV_start
dot11_phy_type_IHV_end
End Enum
End Enum
Notes:
None.
Documentation
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it!