Searched refs:radio (Results 1 – 18 of 18) sorted by relevance
/tools/netsim/pdl/ |
D | mac80211_hwsim.pdl | 30 * frames by any mac80211_hwsim radio device. 46 * @HWSIM_CMD_NEW_RADIO: create a new radio with the given parameters, 47 * returns the radio ID (>= 0) or negative on errors, if successful 54 * @HWSIM_CMD_DEL_RADIO: destroy a radio, reply is multicasted 82 * @HWSIM_ATTR_ADDR_RECEIVER: MAC address of the radio device that 84 * @HWSIM_ATTR_ADDR_TRANSMITTER: MAC address of the radio device that 96 * command giving the number of channels supported by the new radio 98 * only to destroy a radio 108 * command to force radio removal when process that created the radio dies 109 * @HWSIM_ATTR_RADIO_NAME: Name of radio, e.g. phy666 [all …]
|
/tools/netsim/proto/netsim/ |
D | packet_streamer.proto | 28 * AVDs running in a guest VM are built with virtual controllers for each radio 32 * This setup provides a transparent radio environment across AVDs and 38 // Attach a virtual radio controller to the network simulation. 50 // The streamed data for an attached hci radio chip 52 // The streamed data for other radio chips 61 // The streamed data for an attached hci radio chip 63 // The streamed data for other radio chips
|
D | frontend.proto | 26 * The network simulator interconnects virtual radio controllers on emulated 104 // You may patch the device position, orientation, and the radio states.
|
D | stats.proto | 35 // The kind of radio
|
/tools/netsim/rust/daemon/src/wireless/ |
D | uwb.rs | 181 let radio = binding.uwb(); in test_uwb_patch_and_reset() localVariable 182 assert_eq!(radio.state, Some(false)); in test_uwb_patch_and_reset() 185 let radio = binding.uwb(); in test_uwb_patch_and_reset() localVariable 186 assert_eq!(radio.rx_count, 0); in test_uwb_patch_and_reset() 187 assert_eq!(radio.tx_count, 0); in test_uwb_patch_and_reset() 188 assert_eq!(radio.state, Some(true)); in test_uwb_patch_and_reset()
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | openwrt_ap.py | 213 for radio in self.radios: 214 ssid_ifname_map = self.get_ifnames_for_ssids(radio) 215 if radio == self.radios[0]: 218 elif radio == self.radios[1]: 223 def get_ifnames_for_ssids(self, radio): argument 233 str_output = self.ssh.run("wifi status %s" % radio).stdout 236 wifi_status = wifi_status[radio] 270 for radio in self.radios: 271 num_interface = len(wifi_status[radio]["interfaces"]) 613 for radio in self.radios: [all …]
|
/tools/netsim/testing/netsim-grpc/src/netsim_grpc/ |
D | netsim_client.py | 112 self, device_name: str, radio: model.PhyKind, state: bool 123 if radio == model.PhyKind.WIFI: 126 elif radio == model.PhyKind.UWB: 130 if radio == model.PhyKind.BLUETOOTH_LOW_ENERGY: 132 elif radio == model.PhyKind.BLUETOOTH_CLASSIC:
|
/tools/test/connectivity/acts_tests/tests/google/wifi/ |
D | WifiCellCoexChannelAvoidTest.py | 53 key=lambda radio: radio["band"]) 238 self.radio = test_item["radio"] 249 self.radio, self.band, self.cellchannels)) 251 (self.radio, self.band, self.cellchannels))
|
D | WifiPreTest.py | 137 for radio in radios: 138 ssid_radio_map = openwrt.get_ifnames_for_ssids(radio)
|
/tools/treble/vf/ |
D | merge.sh | 69 cp ${VENDOR_DIR}/radio.img ${DIST_DIR}/radio.img
|
/tools/netsim/guide/src/ |
D | README.md | 4 debug, and analyze multi-device and multi-radio radio scenarios across virtual
|
/tools/netsim/ui/ts/ |
D | device-observer.ts | 100 toggleChipState(radio: Chip_Radio) { 101 radio.state = !radio.state;
|
D | device-info.ts | 417 private getRadioCheckbox = (radio: Chip_Radio, id: string) => { 422 .checked=${live(radio.state)} 425 this.selectedDevice?.toggleChipState(radio);
|
/tools/netsim/ |
D | README.md | 4 android multi-device apps and frameworks. It offers radio level control and HCI
|
/tools/netsim/rust/cli/src/ |
D | display.rs | 93 let radio = ble_beacon.bt.low_energy.as_ref().unwrap_or_default(); in fmt() localVariable 96 if self.verbose || !radio.state.unwrap_or_default() { in fmt() 103 Displayer::new(radio, self.verbose), in fmt()
|
/tools/netsim/rust/cli/ |
D | netsim-cli.md | 15 * ### `radio`: Control the radio state of a device 16 * Usage: `netsim radio <RADIO_TYPE> <STATUS> <NAME>`
|
/tools/netsim/testing/netsim-grpc/ |
D | README.md | 28 - `set_radio()`: Set the specified radio chip's state of the specified device.
|
/tools/netsim/guide/src/ui/ |
D | README.md | 30 1. Click on the device you wish to change radio state.
|