Searched refs:NDIS_PNP_CAPABILITIES (Results 1 – 3 of 3) sorted by relevance
49 struct NDIS_PNP_CAPABILITIES { struct
623 length = sizeof(struct NDIS_PNP_CAPABILITIES); in gen_ndis_query_resp()
5076 NDIS_PNP_CAPABILITIES * pNPC = NULL; in IsWOMPEnabledForAdapter()5094 pNPC = ( NDIS_PNP_CAPABILITIES * ) malloc( sizeof( NDIS_PNP_CAPABILITIES ) ); in IsWOMPEnabledForAdapter()5096 …IOCTL_NDIS_QUERY_GLOBAL_STATS, &oid, sizeof( oid ), pNPC, sizeof( NDIS_PNP_CAPABILITIES ), &count,… in IsWOMPEnabledForAdapter()5099 …ok = ( mDNSu8 ) ( ( count == sizeof( NDIS_PNP_CAPABILITIES ) ) && ( pNPC->Flags & NDIS_DEVICE_WAKE… in IsWOMPEnabledForAdapter()