Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs540 let other_addr: MacAddress = parse_mac_address("00:0b:85:71:20:01").unwrap(); in test_remove() localVariable
551 other_addr, in test_remove()
554 addr: other_addr, in test_remove()
570 assert!(medium.contains_station(&other_addr)); in test_remove()