/tools/netsim/rust/daemon/src/wireless/ |
D | wifi_manager.rs | 80 fn medium_callback(id: u32, packet: &Bytes) { in medium_callback() 87 fn input(&self, bytes: Bytes); in input() 99 tx_ieee8023_response: mpsc::Sender<Bytes>, in start() 110 fn input(&self, bytes: Bytes) { in input() 124 tx_request: mpsc::Sender<(u32, Bytes)>, in new() argument 144 rx_request: mpsc::Receiver<(u32, Bytes)>, in start_threads() argument 145 rx_ieee8023_response: mpsc::Receiver<Bytes>, in start_threads() 146 rx_ieee80211_response: tokio_mpsc::Receiver<Bytes>, in start_threads() 147 tx_ieee8023_response: mpsc::Sender<Bytes>, in start_threads() 161 rx_request: mpsc::Receiver<(u32, Bytes)>, in start_request_thread() argument [all …]
|
D | packet.rs | 40 fn response(&mut self, packet: Bytes, packet_type: u8); in response() 129 pub fn handle_response(chip_id: ChipIdentifier, packet: &Bytes) { in handle_response() 147 pub fn handle_request(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u8) { in handle_request() 177 fn response(&mut self, _packet: Bytes, _packet_type: u8) {} in response()
|
D | wireless_chip.rs | 33 fn handle_request(&self, packet: &Bytes); in handle_request()
|
D | mocked.rs | 35 fn handle_request(&self, _packet: &Bytes) {} in handle_request()
|
D | wifi_chip.rs | 43 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
D | ble_beacon.rs | 49 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
D | uwb.rs | 75 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
D | bluetooth.rs | 93 fn handle_request(&self, packet: &Bytes) { in handle_request()
|
/tools/netsim/rust/daemon/src/wifi/ |
D | libslirp_cf.rs | 23 pub fn input(&self, _bytes: Bytes) {} in input() 28 _tx_bytes: mpsc::Sender<Bytes>, in slirp_run()
|
D | libslirp.rs | 28 tx_bytes: mpsc::Sender<Bytes>, in slirp_run()
|
D | hostapd.rs | 24 tx: mpsc::Sender<Bytes>, in hostapd_run()
|
D | hostapd_cf.rs | 46 _tx: mpsc::Sender<Bytes>, in hostapd_run()
|
D | medium.rs | 53 pub fn get_ieee80211_bytes(&self) -> Bytes { in get_ieee80211_bytes() 319 pub fn process_ieee8023_response(&self, packet: &Bytes) { in process_ieee8023_response() 330 pub fn process_ieee80211_response(&self, packet: &Bytes) { in process_ieee80211_response() 780 fn build_tx_info_and_compare(frame_bytes: &Bytes, tx_info_expected_bytes: &Bytes) { in build_tx_info_and_compare()
|
/tools/netsim/rust/hostapd-rs/tests/ |
D | integration_test.rs | 85 async fn test_receive_beacon_frame(receiver: &mut mpsc::Receiver<Bytes>) { in test_receive_beacon_frame() 99 async fn verify_beacon_frame_ssid(receiver: &mut mpsc::Receiver<Bytes>, ssid: &str) { in verify_beacon_frame_ssid() 121 async fn test_get_and_set_ssid(hostapd: &mut Hostapd, receiver: &mut mpsc::Receiver<Bytes>) { in test_get_and_set_ssid()
|
/tools/netsim/rust/daemon/src/transport/ |
D | grpc.rs | 31 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | socket.rs | 46 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | websocket.rs | 76 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
D | fd.rs | 48 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
|
/tools/netsim/rust/daemon/src/captures/ |
D | captures_handler.rs | 304 pub fn host_to_controller(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in host_to_controller() 314 pub fn controller_to_host(chip_id: ChipIdentifier, packet: &Bytes, packet_type: u32) { in controller_to_host()
|
D | capture.rs | 196 packet: &Bytes, in send()
|
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/ |
D | profile.rs | 51 Bytes, enumerator
|
/tools/netsim/rust/libslirp-rs/src/ |
D | libslirp.rs | 231 tx_bytes: mpsc::Sender<Bytes>, in new() 233 tx_proxy_bytes: Option<mpsc::Sender<Bytes>>, in new() 274 pub fn input(&self, bytes: Bytes) { in input() 425 tx_bytes: mpsc::Sender<Bytes>, in slirp_thread() 430 tx_proxy_bytes: Option<mpsc::Sender<Bytes>>, in slirp_thread()
|
/tools/netsim/rust/hostapd-rs/src/ |
D | hostapd.rs | 129 pub fn new(tx_bytes: mpsc::Sender<Bytes>, verbose: bool, config_path: PathBuf) -> Self { in new() 533 tx_bytes: mpsc::Sender<Bytes>, in hostapd_response_task()
|