Searched refs:stype (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/ |
D | DiscoveryTest.py | 46 def create_base_config(self, caps, is_publish, ptype, stype, payload_size, argument 66 config[aconsts.DISCOVERY_KEY_DISCOVERY_TYPE] = stype 118 def create_subscribe_config(self, caps, stype, payload_size, ttl, argument 132 return self.create_base_config(caps, False, None, stype, payload_size, 135 def positive_discovery_test_utility(self, ptype, stype, payload_size): argument 173 stype, 278 stype, 344 def positive_ttl_test_utility(self, is_publish, ptype, stype, term_ind_on): argument 368 dut.aware_capabilities, is_publish, ptype, stype, 389 dut.aware_capabilities, is_publish, ptype, stype, [all …]
|
D | DataPathTest.py | 83 stype, argument 126 self.create_config(stype)) 155 stype, argument 182 stype, 675 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, 688 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, 701 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, 714 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, 727 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, 740 stype=aconsts.SUBSCRIBE_TYPE_PASSIVE, [all …]
|
/tools/netsim/rust/daemon/src/wifi/packets/ |
D | ieee80211.rs | 104 self.ftype == FrameType::Ctl && self.stype == (ManagementSubType::ProbeReq as u8) in is_probe_req() 189 stype: frame_to_ap.stype, in into_from_ap() 301 assert_eq!(hdr.stype, DataSubType::Qos as u8); in test_frame_qos() 338 stype: 0, in create_test_from_ap_ieee80211() 364 stype: 0, in create_test_ibss_ieee80211() 390 stype: 0, in create_test_to_ap_ieee80211()
|
/tools/netsim/pdl/ |
D | ieee80211.pdl | 51 stype: 4, // B7..B4
|