Home
last modified time | relevance | path

Searched refs:phy_type (Results 1 – 6 of 6) sorted by relevance

/tools/test/connectivity/acts/framework/tests/controllers/ap_lib/
Dwireless_network_management_test.py27 phy_type=PhyType.HT)
33 phy_type=PhyType.VHT)
Dradio_measurement_test.py53 phy_type=EXPECTED_PHY)
58 self.assertEqual(element.phy_type, EXPECTED_PHY)
/tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
Dradio_measurement.py192 operating_class: int, channel_number: int, phy_type: PhyType):
211 self._phy_type = phy_type
230 def phy_type(self) -> PhyType: member in NeighborReportElement
Dhostapd.py234 phy_type = int(neighbor.phy_type)
/tools/netsim/src/hci/
Dbluetooth_facade.cc52 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() argument
449 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrTx()
457 void IncrRx(uint32_t id, rootcanal::Phy::Type phy_type) { in IncrRx() argument
460 if (phy_type == rootcanal::Phy::Type::LOW_ENERGY) { in IncrRx()
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan/functional/
DWlanWirelessNetworkManagementTest.py190 phy_type=PhyType.VHT)