Home
last modified time | relevance | path

Searched defs:Bytes (Results 1 – 23 of 23) sorted by relevance

/tools/netsim/rust/daemon/src/wireless/
Dwifi_manager.rs80 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 …]
Dpacket.rs40 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()
Dwireless_chip.rs33 fn handle_request(&self, packet: &Bytes); in handle_request()
Dmocked.rs35 fn handle_request(&self, _packet: &Bytes) {} in handle_request()
Dwifi_chip.rs43 fn handle_request(&self, packet: &Bytes) { in handle_request()
Dble_beacon.rs49 fn handle_request(&self, packet: &Bytes) { in handle_request()
Duwb.rs75 fn handle_request(&self, packet: &Bytes) { in handle_request()
Dbluetooth.rs93 fn handle_request(&self, packet: &Bytes) { in handle_request()
/tools/netsim/rust/daemon/src/wifi/
Dlibslirp_cf.rs23 pub fn input(&self, _bytes: Bytes) {} in input()
28 _tx_bytes: mpsc::Sender<Bytes>, in slirp_run()
Dlibslirp.rs28 tx_bytes: mpsc::Sender<Bytes>, in slirp_run()
Dhostapd.rs24 tx: mpsc::Sender<Bytes>, in hostapd_run()
Dhostapd_cf.rs46 _tx: mpsc::Sender<Bytes>, in hostapd_run()
Dmedium.rs53 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/
Dintegration_test.rs85 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/
Dgrpc.rs31 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dsocket.rs46 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dwebsocket.rs76 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
Dfd.rs48 fn response(&mut self, packet: Bytes, packet_type: u8) { in response()
/tools/netsim/rust/daemon/src/captures/
Dcaptures_handler.rs304 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()
Dcapture.rs196 packet: &Bytes, in send()
/tools/security/remote_provisioning/hwtrust/src/cbor/dice/
Dprofile.rs51 Bytes, enumerator
/tools/netsim/rust/libslirp-rs/src/
Dlibslirp.rs231 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/
Dhostapd.rs129 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()