pub async fn connect(
iface_sme_proxy: &ClientSmeProxy,
target_ssid: Ssid,
target_pwd: Vec<u8>,
target_bss_desc: BssDescription,
) -> Result<bool, Error>
pub async fn connect(
iface_sme_proxy: &ClientSmeProxy,
target_ssid: Ssid,
target_pwd: Vec<u8>,
target_bss_desc: BssDescription,
) -> Result<bool, Error>