Sample Code

Windows Driver Samples/ Native Wi-Fi Miniport Sample Driver/ C++/ hvl/ vnic_recv.c/

/*++

Copyright (c) Microsoft Corporation. All rights reserved.

Module Name:
    vnic_recv.c

Abstract:
    Implements the receive processing for the VNIC
    
Revision History:
      When        What
    ----------    ----------------------------------------------
    09-04-2007    Created

Notes:

--*/

#include "precomp.h"

#if DOT11_TRACE_ENABLED
#include "vnic_recv.tmh"
#endif

VOID 
VNic11IndicateReceivePackets(
    _In_  PVNIC                   pVNic,
    _In_  PMP_RX_MSDU             PacketList,
    _In_  ULONG                   ReceiveFlags
    )
{
    Port11IndicateReceivePackets(pVNic->pvPort, PacketList, ReceiveFlags);
}

VOID 
VNic11ReturnPackets(
    _In_  PVNIC                   pVNic,
    _In_  PMP_RX_MSDU             PacketList,
    _In_  ULONG                   ReturnFlags
    )
{
    Hw11ReturnPackets(pVNic->pvHwContext, PacketList, ReturnFlags);
}

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS