wlan_hw_sim::event::action

Function send_advertisements_and_scan_completion

Source
pub fn send_advertisements_and_scan_completion<'h, S, I>(
    phy: &'h WlantapPhyProxy,
    advertisements: I,
) -> impl Handler<S, StartScanArgs, Output = ActionResult> + 'h
where S: 'h, I: IntoIterator, I::Item: ApAdvertisement + 'h,