Skip to content

Commit ac3ac82

Browse files
CopilotBornToBeRoot
andcommitted
Add WAN Miniport and Wi-Fi Direct Virtual Adapter to filter list
Co-authored-by: BornToBeRoot <16019165+BornToBeRoot@users.noreply.github.com>
1 parent a9ee319 commit ac3ac82

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Source/NETworkManager.Models/Network/NetworkInterface.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ public sealed class NetworkInterface
3939
"QoS Packet Scheduler",
4040
"WFP 802.3 MAC Layer LightWeight Filter",
4141
"Ethernet (Kerneldebugger)",
42-
"Filter Driver"
42+
"Filter Driver",
43+
"WAN Miniport",
44+
"Microsoft Wi-Fi Direct Virtual Adapter"
4345
];
4446

4547
#endregion

0 commit comments

Comments
 (0)