wlan_hw_sim::event::action

Function send_probe_response

Source
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,