diff options
| author | Adam Shapiro <[email protected]> | 2016-02-04 13:02:45 -0800 |
|---|---|---|
| committer | Adam Shapiro <[email protected]> | 2016-02-04 13:02:45 -0800 |
| commit | 3c8ac8624f815e66b370ef412bbf13cbd2c732e2 (patch) | |
| tree | 9e1e9654be00272763677a6fe6891f7cb5fb4995 /network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h | |
| parent | 921231effe018f3939f5b67fc7e44560aa6f3998 (diff) | |
WDI Sample
Adding WDI sample from partner enablement-China
Diffstat (limited to 'network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h')
| -rw-r--r-- | network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h b/network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h new file mode 100644 index 00000000..fe94386e --- /dev/null +++ b/network/wlan/WDI/PLATFORM/NDIS6/N62C_QuerySetOID.h @@ -0,0 +1,49 @@ +/*++ + +Copyright (c) Microsoft Corporation. All rights reserved. + +Module Name: + N62C_QuerySetOID.h + +Abstract: + Contains Port specific defines + +Revision History: + When What + ---------- ---------------------------------------------- + 05-12-2007 Created + +Notes: + +--*/ + +#pragma once + +#ifndef _N62_QUERYSETOID__H +#define _N62_QUERYSETOID__H + +NDIS_STATUS +N62CAPResetRequest( + IN PADAPTER Adapter, + OUT PVOID InformationBuffer, + IN ULONG InputBufferLength, + IN ULONG OutputBufferLength, + OUT PULONG BytesWritten, + OUT PULONG BytesRead, + OUT PULONG BytesNeeded + ); + +NDIS_STATUS +N62C_METHOD_OID_PM_GET_PROTOCOL_OFFLOAD( + IN PADAPTER pTargetAdapter, + IN NDIS_OID Oid, + IN PVOID InformationBuffer, + IN ULONG InputBufferLength, + IN ULONG OutputBufferLength, + IN ULONG MethodId, + OUT PULONG BytesWritten, + OUT PULONG BytesRead, + OUT PULONG BytesNeeded +); + +#endif //_N62_QUERYSETOID__H |
