Home
last modified time | relevance | path

Searched refs:pp_byte (Results 1 – 3 of 3) sorted by relevance

/external/openthread/tests/scripts/thread-cert/
Dcommon.py44 def map_pp(pp_byte): argument
45 return pp_map[((pp_byte & 0xC0) >> 6)]
Dtest_mle.py1053 pp_byte = any_pp()
1055 …connectivity_obj = mle.Connectivity(pp_byte, any_link_quality_3(), any_link_quality_2(), any_link_…
1063 self.assertEqual(common.map_pp(pp_byte), actual_pp)
1182 pp_byte = any_pp()
1195pp_byte, link_quality_3, link_quality_2, link_quality_1, leader_cost, id_sequence, active_routers
1203 self.assertEqual(common.map_pp(pp_byte), actual_connectivity.pp)
1215 pp_byte = any_pp()
1228 …[pp_byte, link_quality_3, link_quality_2, link_quality_1, leader_cost, id_sequence, active_routers…
1235 self.assertEqual(common.map_pp(pp_byte), actual_connectivity.pp)
Dmle.py581 pp_byte, argument
591 self._pp_byte = pp_byte
602 def pp_byte(self): member in Connectivity
675 pp_byte = ord(data.read(1))
693 pp_byte,