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