wlan_hw_sim::event::action

Function send_packet

Source
pub fn send_packet<'h, S>(
    phy: &'h WlantapPhyProxy,
    rx_info: WlanRxInfo,
) -> impl Handler<S, TxArgs, Output = ActionResult> + 'h
where S: 'h,