pub fn send_open_authentication<'h, S>(
    phy: &'h WlantapPhyProxy,
    bssid: &'h Bssid,
    channel: &'h Channel,
    status: impl Into<StatusCode>
) -> impl Handler<S, TxArgs, Output = ActionResult> + 'h
where S: 'h,