Function donut_lib::handle_connect

source ·
pub async fn handle_connect(
    client_controller: ClientControllerProxy,
    server_stream: ClientStateUpdatesRequestStream,
    ssid: String,
    security_type: Option<SecurityType>
) -> Result<(), Error>
Expand description

Issues a connect call to the client policy layer and waits for the connection process to complete.