Lines Matching defs:MacAddress
30 impl MacAddress { impl
37 impl fmt::Display for MacAddress { implementation
60 impl From<&[u8; 6]> for MacAddress { implementation
73 impl MacAddress { implementation
215 pub fn get_source(&self) -> MacAddress { in get_source()
228 pub fn get_destination(&self) -> MacAddress { in get_destination()
238 pub fn get_bssid(&self) -> Option<MacAddress> { in get_bssid()
248 pub fn get_addr1(&self) -> MacAddress { in get_addr1()
304 source: Option<MacAddress>, in with_address()
305 destination: Option<MacAddress>, in with_address()
374 source: Option<MacAddress>, in with_address()
375 destination: Option<MacAddress>, in with_address()
388 source: Option<MacAddress>, in with_address()
389 destination: Option<MacAddress>, in with_address()
402 source: Option<MacAddress>, in with_address()
403 destination: Option<MacAddress>, in with_address()
416 source: Option<MacAddress>, in with_address()
417 destination: Option<MacAddress>, in with_address()
427 pub fn parse_mac_address(s: &str) -> Option<MacAddress> { in parse_mac_address()
556 source: MacAddress, in create_test_from_ap_ieee80211()
557 destination: MacAddress, in create_test_from_ap_ieee80211()
558 bssid: MacAddress, in create_test_from_ap_ieee80211()
582 source: MacAddress, in create_test_ibss_ieee80211()
583 destination: MacAddress, in create_test_ibss_ieee80211()
584 bssid: MacAddress, in create_test_ibss_ieee80211()
608 source: MacAddress, in create_test_to_ap_ieee80211()
609 destination: MacAddress, in create_test_to_ap_ieee80211()
610 bssid: MacAddress, in create_test_to_ap_ieee80211()
634 create_test_ieee80211: fn(MacAddress, MacAddress, MacAddress) -> Ieee80211, in test_with_address()