add set msg & get set cmplt for OID_GEN_CURRENT_PACKET_FILTER (default = 0 reject all) to

○ NDIS_PACKET_TYPE_DIRECTED
○ NDIS_PACKET_TYPE_MULTICAST
○ NDIS_PACKET_TYPE_BROADCAST
This commit is contained in:
hathach
2013-09-11 15:03:37 +07:00
parent 2d021e0728
commit 09dd83c05b
5 changed files with 155 additions and 88 deletions

View File

@@ -64,6 +64,7 @@ typedef enum {
RNDIS_MSG_QUERY_CMPLT = 0x80000004UL,
RNDIS_MSG_SET = 0x00000005UL,
RNDIS_MSG_SET_CMPLT = 0x80000005UL,
RNDIS_MSG_RESET = 0x00000006UL,
RNDIS_MSG_RESET_CMPLT = 0x80000006UL,