platform: Add update WIFI state func

This commit is contained in:
世界 2025-02-20 14:42:09 +08:00
parent 97ce666e43
commit 93b68312cf
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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 {