Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs52 self.get_destination() in fmt()
131 pub fn get_destination(&self) -> MacAddress { in get_destination() method
415 assert!(new_ieee80211.get_destination() == new_destination); in test_with_address()
419 assert!(new_ieee80211.get_destination() == destination); in test_with_address()
423 assert!(new_ieee80211.get_destination() == new_destination); in test_with_address()
/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs250 let dest_addr = frame.ieee80211.get_destination(); in send_frame_response()
382 let dest_addr = frame.ieee80211.get_destination(); in queue_frame()
602 assert!(mdns_frame.ieee80211.get_destination().is_multicast()); in test_is_mdns_packet()