Searched refs:phy_type (Results 1 – 6 of 6) sorted by relevance
27 phy_type=PhyType.HT)33 phy_type=PhyType.VHT)
53 phy_type=EXPECTED_PHY)58 self.assertEqual(element.phy_type, EXPECTED_PHY)
192 operating_class: int, channel_number: int, phy_type: PhyType):211 self._phy_type = phy_type230 def phy_type(self) -> PhyType: member in NeighborReportElement
234 phy_type = int(neighbor.phy_type)
52 void IncrTx(uint32_t send_id, rootcanal::Phy::Type phy_type);53 void IncrRx(uint32_t receive_id, rootcanal::Phy::Type phy_type);446 void IncrTx(uint32_t id, rootcanal::Phy::Type phy_type) { in IncrTx() argument449 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrTx()457 void IncrRx(uint32_t id, rootcanal::Phy::Type phy_type) { in IncrRx() argument460 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrRx()
190 phy_type=PhyType.VHT)