Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wifi/packets/
Dieee80211.rs410 let new_source = parse_mac_address("01:02:03:00:00:03").unwrap(); in test_with_address() localVariable
413 let new_ieee80211 = ieee80211.with_address(Some(new_source), Some(new_destination)); in test_with_address()
414 assert!(new_ieee80211.get_source() == new_source); in test_with_address()
417 let new_ieee80211 = ieee80211.with_address(Some(new_source), None); in test_with_address()
418 assert!(new_ieee80211.get_source() == new_source); in test_with_address()