Home
last modified time | relevance | path

Searched refs:WirelessAdaptorImpl (Results 1 – 8 of 8) sorted by relevance

/tools/netsim/rust/daemon/src/devices/
Dchip.rs22 use crate::wireless::WirelessAdaptorImpl;
79 pub wireless_adaptor: WirelessAdaptorImpl,
107 wireless_adaptor: WirelessAdaptorImpl, in new() argument
182 wireless_adaptor: WirelessAdaptorImpl, in new() argument
194 wireless_adaptor: WirelessAdaptorImpl, in new_chip() argument
227 fn new_test_chip(&self, wireless_adaptor: WirelessAdaptorImpl) -> Arc<Chip> { in new_test_chip()
Ddevice.rs22 use crate::wireless::WirelessAdaptorImpl;
193 wireless_adaptor: WirelessAdaptorImpl, in add_chip() argument
/tools/netsim/rust/daemon/src/wireless/
Dmocked.rs16 use crate::wireless::{WirelessAdaptor, WirelessAdaptorImpl};
61 pub fn new(create_params: &CreateParams, _chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument
Dwireless_adaptor.rs24 pub type WirelessAdaptorImpl = Box<dyn WirelessAdaptor + Send + Sync>; typedef
76 pub fn new(create_param: &CreateParam, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument
Dble_beacon.rs17 use crate::wireless::{WirelessAdaptor, WirelessAdaptorImpl};
92 pub fn new(params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument
Duwb.rs32 use super::{WirelessAdaptor, WirelessAdaptorImpl};
123 pub fn new(_create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument
159 fn new_uwb_wireless_adaptor() -> WirelessAdaptorImpl { in new_uwb_wireless_adaptor()
Dwifi.rs18 use crate::wireless::{packet::handle_response, WirelessAdaptor, WirelessAdaptorImpl};
150 pub fn new(_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument
Dbluetooth.rs17 use crate::wireless::{WirelessAdaptor, WirelessAdaptorImpl};
174 pub fn new(create_params: &CreateParams, chip_id: ChipIdentifier) -> WirelessAdaptorImpl { in new() argument