Desktop Functions: Smart Device Functions:
|
Search Results for "DOT11_PHY_TYPE" in [All]Enums
public enum DOT11_PHY_TYPE
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,
Public Enum DOT11_PHY_TYPE
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 Structures
/// DOT11_PHY_TYPE->_DOT11_PHY_TYPE
public DOT11_PHY_TYPE dot11PhyType;
''' DOT11_PHY_TYPE->_DOT11_PHY_TYPE
Public dot11PhyType As DOT11_PHY_TYPE
public DOT11_PHY_TYPE dot11PhyType;
// An array of DOT11_PHY_TYPE values that specify the supported PHY types.
internal DOT11_PHY_TYPE[] dot11PhyTypes; |