Handle includeAllNetworks

This commit is contained in:
世界 2024-05-07 20:34:24 +08:00
parent cf2181dd3a
commit a2098c18e1
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
5 changed files with 20 additions and 1 deletions

View file

@ -19,6 +19,7 @@ type PlatformInterface interface {
UsePlatformInterfaceGetter() bool
GetInterfaces() (NetworkInterfaceIterator, error)
UnderNetworkExtension() bool
IncludeAllNetworks() bool
ReadWIFIState() *WIFIState
ClearDNSCache()
}