platform: Add update WIFI state func

This commit is contained in:
世界
2025-02-20 14:42:09 +08:00
parent 63a0b5e2ce
commit f752cd2784
4 changed files with 20 additions and 36 deletions

View File

@@ -25,6 +25,7 @@ type NetworkManager interface {
PackageManager() tun.PackageManager
WIFIState() WIFIState
ResetNetwork()
UpdateWIFIState()
}
type NetworkOptions struct {