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