Searched defs:PhyType (Results 1 – 3 of 3) sorted by relevance
170 class PhyType(IntEnum): class192 operating_class: int, channel_number: int, phy_type: PhyType):
1252 DOT11_PHY_TYPE PhyType; member
264 enum class PhyType : uint8_t {LE_1M = 0x1,LE_2M = 0x2,LE_CODED = 0x3,}; enum