Home
last modified time | relevance | path

Searched refs:get_source (Results 1 – 2 of 2) sorted by relevance

/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs51 self.get_source(), in fmt()
118 pub fn get_source(&self) -> MacAddress { in get_source() method
306 let a = format!("{}", hdr.get_source()); in test_frame_qos()
414 assert!(new_ieee80211.get_source() == new_source); in test_with_address()
418 assert!(new_ieee80211.get_source() == new_source); in test_with_address()
422 assert!(new_ieee80211.get_source() == source); in test_with_address()
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs188 let src_addr = frame.ieee80211.get_source(); in process_internal()
321 let client_id = self.get_station(&frame.ieee80211.get_source())?.client_id; in send_tx_info_frame()
601 assert!(!mdns_frame.ieee80211.get_source().is_multicast()); in test_is_mdns_packet()