pub trait WirelessDeviceProxy { // Required method fn get_access_points(&self) -> Result<Vec<OwnedObjectPath>>; }