fidl_fuchsia_wlan_wlanix

Trait SupplicantProxyInterface

Source
pub trait SupplicantProxyInterface: Send + Sync {
    // Required method
    fn add_sta_interface(
        &self,
        payload: SupplicantAddStaInterfaceRequest,
    ) -> Result<(), Error>;
}

Required Methods§

Implementors§