Home
last modified time | relevance | path

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

/tools/netsim/rust/daemon/src/wifi/
Dmedium.rs84 hostapd_bssid: MacAddress, field
99 hostapd_bssid: MacAddress::from(&bssid_bytes), in new()
417 && frame.ieee80211.get_bssid() == Some(self.hostapd_bssid) in create_hwsim_attr()
535 let hostapd_bssid: MacAddress = parse_mac_address("00:13:10:85:fe:01").unwrap(); in test_remove() localVariable
563 hostapd_bssid, in test_remove()