Wifi.go 101 B

1234567
  1. package model
  2. type HotspotInfoRequest struct {
  3. IfName string
  4. SSID string
  5. Password string
  6. }