Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

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!

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions