pub fn connect_with_open_authentication<'h, S>(
phy: &'h WlantapPhyProxy,
ssid: &'h Ssid,
bssid: &'h Bssid,
channel: &'h Channel,
protection: &'h Protection,
) -> impl Handler<S, TxArgs, Output = ActionResult> + 'hwhere
S: 'h,