wifi

package
v0.0.0-...-683b059 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2022 License: BSD-3-Clause Imports: 9 Imported by: 0

Documentation

Overview

Package wifi provides protobuf interfaces for WiFi related gRPC.

Index

Constants

This section is empty.

Variables

View Source
var (
	ExpectShillPropertyRequest_CheckMethod_name = map[int32]string{
		0: "CHECK_WAIT",
		1: "ON_CHANGE",
		2: "CHECK_ONLY",
	}
	ExpectShillPropertyRequest_CheckMethod_value = map[string]int32{
		"CHECK_WAIT": 0,
		"ON_CHANGE":  1,
		"CHECK_ONLY": 2,
	}
)

Enum value maps for ExpectShillPropertyRequest_CheckMethod.

View Source
var File_iwlwifi_pci_rescan_proto protoreflect.FileDescriptor
View Source
var File_shill_service_proto protoreflect.FileDescriptor

Functions

func RegisterIwlwifiPCIRescanServer

func RegisterIwlwifiPCIRescanServer(s *grpc.Server, srv IwlwifiPCIRescanServer)

func RegisterShillServiceServer

func RegisterShillServiceServer(s *grpc.Server, srv ShillServiceServer)

Types

type AssureDisconnectRequest

type AssureDisconnectRequest struct {
	ServicePath string `protobuf:"bytes,1,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	Timeout     int64  `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*AssureDisconnectRequest) Descriptor deprecated

func (*AssureDisconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use AssureDisconnectRequest.ProtoReflect.Descriptor instead.

func (*AssureDisconnectRequest) GetServicePath

func (x *AssureDisconnectRequest) GetServicePath() string

func (*AssureDisconnectRequest) GetTimeout

func (x *AssureDisconnectRequest) GetTimeout() int64

func (*AssureDisconnectRequest) ProtoMessage

func (*AssureDisconnectRequest) ProtoMessage()

func (*AssureDisconnectRequest) ProtoReflect

func (x *AssureDisconnectRequest) ProtoReflect() protoreflect.Message

func (*AssureDisconnectRequest) Reset

func (x *AssureDisconnectRequest) Reset()

func (*AssureDisconnectRequest) String

func (x *AssureDisconnectRequest) String() string

type BgscanConfig

type BgscanConfig struct {
	Method string `protobuf:"bytes,1,opt,name=method,proto3" json:"method,omitempty"`
	// ShortInterval time in seconds, only value in uint16 range is valid as dbus property type is uint16.
	ShortInterval uint32 `protobuf:"varint,2,opt,name=short_interval,json=shortInterval,proto3" json:"short_interval,omitempty"`
	// LongInterval time in seconds, only value in uint16 range is valid as dbus property type is uint16.
	LongInterval uint32 `protobuf:"varint,3,opt,name=long_interval,json=longInterval,proto3" json:"long_interval,omitempty"`
	// contains filtered or unexported fields
}

func (*BgscanConfig) Descriptor deprecated

func (*BgscanConfig) Descriptor() ([]byte, []int)

Deprecated: Use BgscanConfig.ProtoReflect.Descriptor instead.

func (*BgscanConfig) GetLongInterval

func (x *BgscanConfig) GetLongInterval() uint32

func (*BgscanConfig) GetMethod

func (x *BgscanConfig) GetMethod() string

func (*BgscanConfig) GetShortInterval

func (x *BgscanConfig) GetShortInterval() uint32

func (*BgscanConfig) ProtoMessage

func (*BgscanConfig) ProtoMessage()

func (*BgscanConfig) ProtoReflect

func (x *BgscanConfig) ProtoReflect() protoreflect.Message

func (*BgscanConfig) Reset

func (x *BgscanConfig) Reset()

func (*BgscanConfig) String

func (x *BgscanConfig) String() string

type CheckLastWakeReasonRequest

type CheckLastWakeReasonRequest struct {
	Reason string `protobuf:"bytes,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckLastWakeReasonRequest) Descriptor deprecated

func (*CheckLastWakeReasonRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckLastWakeReasonRequest.ProtoReflect.Descriptor instead.

func (*CheckLastWakeReasonRequest) GetReason

func (x *CheckLastWakeReasonRequest) GetReason() string

func (*CheckLastWakeReasonRequest) ProtoMessage

func (*CheckLastWakeReasonRequest) ProtoMessage()

func (*CheckLastWakeReasonRequest) ProtoReflect

func (*CheckLastWakeReasonRequest) Reset

func (x *CheckLastWakeReasonRequest) Reset()

func (*CheckLastWakeReasonRequest) String

func (x *CheckLastWakeReasonRequest) String() string

type ConfigureAndAssertAutoConnectRequest

type ConfigureAndAssertAutoConnectRequest struct {
	Props map[string]*ShillVal `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConfigureAndAssertAutoConnectRequest) Descriptor deprecated

func (*ConfigureAndAssertAutoConnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConfigureAndAssertAutoConnectRequest.ProtoReflect.Descriptor instead.

func (*ConfigureAndAssertAutoConnectRequest) GetProps

func (*ConfigureAndAssertAutoConnectRequest) ProtoMessage

func (*ConfigureAndAssertAutoConnectRequest) ProtoMessage()

func (*ConfigureAndAssertAutoConnectRequest) ProtoReflect

func (*ConfigureAndAssertAutoConnectRequest) Reset

func (*ConfigureAndAssertAutoConnectRequest) String

type ConfigureAndAssertAutoConnectResponse

type ConfigureAndAssertAutoConnectResponse struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*ConfigureAndAssertAutoConnectResponse) Descriptor deprecated

func (*ConfigureAndAssertAutoConnectResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConfigureAndAssertAutoConnectResponse.ProtoReflect.Descriptor instead.

func (*ConfigureAndAssertAutoConnectResponse) GetPath

func (*ConfigureAndAssertAutoConnectResponse) ProtoMessage

func (*ConfigureAndAssertAutoConnectResponse) ProtoMessage()

func (*ConfigureAndAssertAutoConnectResponse) ProtoReflect

func (*ConfigureAndAssertAutoConnectResponse) Reset

func (*ConfigureAndAssertAutoConnectResponse) String

type ConnectRequest

type ConnectRequest struct {
	Ssid []byte `protobuf:"bytes,1,opt,name=ssid,proto3" json:"ssid,omitempty"`
	// hidden denotes that if the SSID is hidden.
	Hidden bool `protobuf:"varint,2,opt,name=hidden,proto3" json:"hidden,omitempty"`
	// security is the SecurityClass (defined in shill/service.go) of the WiFi
	// service to Connect.
	Security string `protobuf:"bytes,3,opt,name=security,proto3" json:"security,omitempty"`
	// shillprops is the shill properties the DUT should set to Connect to the
	// WiFi service.
	Shillprops map[string]*ShillVal `` /* 161-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConnectRequest) Descriptor deprecated

func (*ConnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use ConnectRequest.ProtoReflect.Descriptor instead.

func (*ConnectRequest) GetHidden

func (x *ConnectRequest) GetHidden() bool

func (*ConnectRequest) GetSecurity

func (x *ConnectRequest) GetSecurity() string

func (*ConnectRequest) GetShillprops

func (x *ConnectRequest) GetShillprops() map[string]*ShillVal

func (*ConnectRequest) GetSsid

func (x *ConnectRequest) GetSsid() []byte

func (*ConnectRequest) ProtoMessage

func (*ConnectRequest) ProtoMessage()

func (*ConnectRequest) ProtoReflect

func (x *ConnectRequest) ProtoReflect() protoreflect.Message

func (*ConnectRequest) Reset

func (x *ConnectRequest) Reset()

func (*ConnectRequest) String

func (x *ConnectRequest) String() string

type ConnectResponse

type ConnectResponse struct {
	ServicePath       string `protobuf:"bytes,1,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	DiscoveryTime     int64  `protobuf:"varint,2,opt,name=discovery_time,json=discoveryTime,proto3" json:"discovery_time,omitempty"`
	AssociationTime   int64  `protobuf:"varint,3,opt,name=association_time,json=associationTime,proto3" json:"association_time,omitempty"`
	ConfigurationTime int64  `protobuf:"varint,4,opt,name=configuration_time,json=configurationTime,proto3" json:"configuration_time,omitempty"`
	// contains filtered or unexported fields
}

ConnectResponse is the response of Connect call which includes the object path of connected service and timing data of the connection (all time in nanosecond unit).

func (*ConnectResponse) Descriptor deprecated

func (*ConnectResponse) Descriptor() ([]byte, []int)

Deprecated: Use ConnectResponse.ProtoReflect.Descriptor instead.

func (*ConnectResponse) GetAssociationTime

func (x *ConnectResponse) GetAssociationTime() int64

func (*ConnectResponse) GetConfigurationTime

func (x *ConnectResponse) GetConfigurationTime() int64

func (*ConnectResponse) GetDiscoveryTime

func (x *ConnectResponse) GetDiscoveryTime() int64

func (*ConnectResponse) GetServicePath

func (x *ConnectResponse) GetServicePath() string

func (*ConnectResponse) ProtoMessage

func (*ConnectResponse) ProtoMessage()

func (*ConnectResponse) ProtoReflect

func (x *ConnectResponse) ProtoReflect() protoreflect.Message

func (*ConnectResponse) Reset

func (x *ConnectResponse) Reset()

func (*ConnectResponse) String

func (x *ConnectResponse) String() string

type DHCPProperties

type DHCPProperties struct {
	Hostname string `protobuf:"bytes,1,opt,name=hostname,proto3" json:"hostname,omitempty"`
	// contains filtered or unexported fields
}

func (*DHCPProperties) Descriptor deprecated

func (*DHCPProperties) Descriptor() ([]byte, []int)

Deprecated: Use DHCPProperties.ProtoReflect.Descriptor instead.

func (*DHCPProperties) GetHostname

func (x *DHCPProperties) GetHostname() string

func (*DHCPProperties) ProtoMessage

func (*DHCPProperties) ProtoMessage()

func (*DHCPProperties) ProtoReflect

func (x *DHCPProperties) ProtoReflect() protoreflect.Message

func (*DHCPProperties) Reset

func (x *DHCPProperties) Reset()

func (*DHCPProperties) String

func (x *DHCPProperties) String() string

type DeleteEntriesForSSIDRequest

type DeleteEntriesForSSIDRequest struct {
	Ssid []byte `protobuf:"bytes,1,opt,name=ssid,proto3" json:"ssid,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEntriesForSSIDRequest) Descriptor deprecated

func (*DeleteEntriesForSSIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEntriesForSSIDRequest.ProtoReflect.Descriptor instead.

func (*DeleteEntriesForSSIDRequest) GetSsid

func (x *DeleteEntriesForSSIDRequest) GetSsid() []byte

func (*DeleteEntriesForSSIDRequest) ProtoMessage

func (*DeleteEntriesForSSIDRequest) ProtoMessage()

func (*DeleteEntriesForSSIDRequest) ProtoReflect

func (*DeleteEntriesForSSIDRequest) Reset

func (x *DeleteEntriesForSSIDRequest) Reset()

func (*DeleteEntriesForSSIDRequest) String

func (x *DeleteEntriesForSSIDRequest) String() string

type DisableEnableTestRequest

type DisableEnableTestRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	ServicePath   string `protobuf:"bytes,2,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableEnableTestRequest) Descriptor deprecated

func (*DisableEnableTestRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableEnableTestRequest.ProtoReflect.Descriptor instead.

func (*DisableEnableTestRequest) GetInterfaceName

func (x *DisableEnableTestRequest) GetInterfaceName() string

func (*DisableEnableTestRequest) GetServicePath

func (x *DisableEnableTestRequest) GetServicePath() string

func (*DisableEnableTestRequest) ProtoMessage

func (*DisableEnableTestRequest) ProtoMessage()

func (*DisableEnableTestRequest) ProtoReflect

func (x *DisableEnableTestRequest) ProtoReflect() protoreflect.Message

func (*DisableEnableTestRequest) Reset

func (x *DisableEnableTestRequest) Reset()

func (*DisableEnableTestRequest) String

func (x *DisableEnableTestRequest) String() string

type DisconnectReasonResponse

type DisconnectReasonResponse struct {
	Reason int32 `protobuf:"varint,1,opt,name=reason,proto3" json:"reason,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectReasonResponse) Descriptor deprecated

func (*DisconnectReasonResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisconnectReasonResponse.ProtoReflect.Descriptor instead.

func (*DisconnectReasonResponse) GetReason

func (x *DisconnectReasonResponse) GetReason() int32

func (*DisconnectReasonResponse) ProtoMessage

func (*DisconnectReasonResponse) ProtoMessage()

func (*DisconnectReasonResponse) ProtoReflect

func (x *DisconnectReasonResponse) ProtoReflect() protoreflect.Message

func (*DisconnectReasonResponse) Reset

func (x *DisconnectReasonResponse) Reset()

func (*DisconnectReasonResponse) String

func (x *DisconnectReasonResponse) String() string

type DisconnectRequest

type DisconnectRequest struct {
	ServicePath   string `protobuf:"bytes,1,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	RemoveProfile bool   `protobuf:"varint,2,opt,name=remove_profile,json=removeProfile,proto3" json:"remove_profile,omitempty"`
	// contains filtered or unexported fields
}

func (*DisconnectRequest) Descriptor deprecated

func (*DisconnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisconnectRequest.ProtoReflect.Descriptor instead.

func (*DisconnectRequest) GetRemoveProfile

func (x *DisconnectRequest) GetRemoveProfile() bool

func (*DisconnectRequest) GetServicePath

func (x *DisconnectRequest) GetServicePath() string

func (*DisconnectRequest) ProtoMessage

func (*DisconnectRequest) ProtoMessage()

func (*DisconnectRequest) ProtoReflect

func (x *DisconnectRequest) ProtoReflect() protoreflect.Message

func (*DisconnectRequest) Reset

func (x *DisconnectRequest) Reset()

func (*DisconnectRequest) String

func (x *DisconnectRequest) String() string

type DiscoverBSSIDRequest

type DiscoverBSSIDRequest struct {
	Bssid     string `protobuf:"bytes,1,opt,name=bssid,proto3" json:"bssid,omitempty"`
	Interface string `protobuf:"bytes,2,opt,name=interface,proto3" json:"interface,omitempty"`
	Ssid      []byte `protobuf:"bytes,3,opt,name=ssid,proto3" json:"ssid,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoverBSSIDRequest) Descriptor deprecated

func (*DiscoverBSSIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use DiscoverBSSIDRequest.ProtoReflect.Descriptor instead.

func (*DiscoverBSSIDRequest) GetBssid

func (x *DiscoverBSSIDRequest) GetBssid() string

func (*DiscoverBSSIDRequest) GetInterface

func (x *DiscoverBSSIDRequest) GetInterface() string

func (*DiscoverBSSIDRequest) GetSsid

func (x *DiscoverBSSIDRequest) GetSsid() []byte

func (*DiscoverBSSIDRequest) ProtoMessage

func (*DiscoverBSSIDRequest) ProtoMessage()

func (*DiscoverBSSIDRequest) ProtoReflect

func (x *DiscoverBSSIDRequest) ProtoReflect() protoreflect.Message

func (*DiscoverBSSIDRequest) Reset

func (x *DiscoverBSSIDRequest) Reset()

func (*DiscoverBSSIDRequest) String

func (x *DiscoverBSSIDRequest) String() string

type DiscoverBSSIDResponse

type DiscoverBSSIDResponse struct {
	DiscoveryTime int64 `protobuf:"varint,1,opt,name=discovery_time,json=discoveryTime,proto3" json:"discovery_time,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoverBSSIDResponse) Descriptor deprecated

func (*DiscoverBSSIDResponse) Descriptor() ([]byte, []int)

Deprecated: Use DiscoverBSSIDResponse.ProtoReflect.Descriptor instead.

func (*DiscoverBSSIDResponse) GetDiscoveryTime

func (x *DiscoverBSSIDResponse) GetDiscoveryTime() int64

func (*DiscoverBSSIDResponse) ProtoMessage

func (*DiscoverBSSIDResponse) ProtoMessage()

func (*DiscoverBSSIDResponse) ProtoReflect

func (x *DiscoverBSSIDResponse) ProtoReflect() protoreflect.Message

func (*DiscoverBSSIDResponse) Reset

func (x *DiscoverBSSIDResponse) Reset()

func (*DiscoverBSSIDResponse) String

func (x *DiscoverBSSIDResponse) String() string

type EAPAuthSkippedResponse

type EAPAuthSkippedResponse struct {
	Skipped bool `protobuf:"varint,1,opt,name=skipped,proto3" json:"skipped,omitempty"`
	// contains filtered or unexported fields
}

func (*EAPAuthSkippedResponse) Descriptor deprecated

func (*EAPAuthSkippedResponse) Descriptor() ([]byte, []int)

Deprecated: Use EAPAuthSkippedResponse.ProtoReflect.Descriptor instead.

func (*EAPAuthSkippedResponse) GetSkipped

func (x *EAPAuthSkippedResponse) GetSkipped() bool

func (*EAPAuthSkippedResponse) ProtoMessage

func (*EAPAuthSkippedResponse) ProtoMessage()

func (*EAPAuthSkippedResponse) ProtoReflect

func (x *EAPAuthSkippedResponse) ProtoReflect() protoreflect.Message

func (*EAPAuthSkippedResponse) Reset

func (x *EAPAuthSkippedResponse) Reset()

func (*EAPAuthSkippedResponse) String

func (x *EAPAuthSkippedResponse) String() string

type ExpectShillPropertyRequest

type ExpectShillPropertyRequest struct {

	// Shill object path (e.g. Service or Device).
	ObjectPath   string                                  `protobuf:"bytes,1,opt,name=object_path,json=objectPath,proto3" json:"object_path,omitempty"`
	Props        []*ExpectShillPropertyRequest_Criterion `protobuf:"bytes,2,rep,name=props,proto3" json:"props,omitempty"`
	MonitorProps []string                                `protobuf:"bytes,3,rep,name=monitor_props,json=monitorProps,proto3" json:"monitor_props,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpectShillPropertyRequest) Descriptor deprecated

func (*ExpectShillPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExpectShillPropertyRequest.ProtoReflect.Descriptor instead.

func (*ExpectShillPropertyRequest) GetMonitorProps

func (x *ExpectShillPropertyRequest) GetMonitorProps() []string

func (*ExpectShillPropertyRequest) GetObjectPath

func (x *ExpectShillPropertyRequest) GetObjectPath() string

func (*ExpectShillPropertyRequest) GetProps

func (*ExpectShillPropertyRequest) ProtoMessage

func (*ExpectShillPropertyRequest) ProtoMessage()

func (*ExpectShillPropertyRequest) ProtoReflect

func (*ExpectShillPropertyRequest) Reset

func (x *ExpectShillPropertyRequest) Reset()

func (*ExpectShillPropertyRequest) String

func (x *ExpectShillPropertyRequest) String() string

type ExpectShillPropertyRequest_CheckMethod

type ExpectShillPropertyRequest_CheckMethod int32

Criterion checking methods.

const (
	// Check if the property value is expected; if not, wait until it is expected.
	ExpectShillPropertyRequest_CHECK_WAIT ExpectShillPropertyRequest_CheckMethod = 0
	// Check on property change.
	ExpectShillPropertyRequest_ON_CHANGE ExpectShillPropertyRequest_CheckMethod = 1
	// Check if the property value is expected.
	ExpectShillPropertyRequest_CHECK_ONLY ExpectShillPropertyRequest_CheckMethod = 2
)

func (ExpectShillPropertyRequest_CheckMethod) Descriptor

func (ExpectShillPropertyRequest_CheckMethod) Enum

func (ExpectShillPropertyRequest_CheckMethod) EnumDescriptor deprecated

func (ExpectShillPropertyRequest_CheckMethod) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExpectShillPropertyRequest_CheckMethod.Descriptor instead.

func (ExpectShillPropertyRequest_CheckMethod) Number

func (ExpectShillPropertyRequest_CheckMethod) String

func (ExpectShillPropertyRequest_CheckMethod) Type

type ExpectShillPropertyRequest_Criterion

type ExpectShillPropertyRequest_Criterion struct {

	// The shill property name.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The expected property values.
	AnyOf []*ShillVal `protobuf:"bytes,2,rep,name=any_of,json=anyOf,proto3" json:"any_of,omitempty"`
	// The unexpected property values.
	NoneOf []*ShillVal                            `protobuf:"bytes,3,rep,name=none_of,json=noneOf,proto3" json:"none_of,omitempty"`
	Method ExpectShillPropertyRequest_CheckMethod `protobuf:"varint,4,opt,name=method,proto3,enum=tast.cros.wifi.ExpectShillPropertyRequest_CheckMethod" json:"method,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpectShillPropertyRequest_Criterion) Descriptor deprecated

func (*ExpectShillPropertyRequest_Criterion) Descriptor() ([]byte, []int)

Deprecated: Use ExpectShillPropertyRequest_Criterion.ProtoReflect.Descriptor instead.

func (*ExpectShillPropertyRequest_Criterion) GetAnyOf

func (*ExpectShillPropertyRequest_Criterion) GetKey

func (*ExpectShillPropertyRequest_Criterion) GetMethod

func (*ExpectShillPropertyRequest_Criterion) GetNoneOf

func (*ExpectShillPropertyRequest_Criterion) ProtoMessage

func (*ExpectShillPropertyRequest_Criterion) ProtoMessage()

func (*ExpectShillPropertyRequest_Criterion) ProtoReflect

func (*ExpectShillPropertyRequest_Criterion) Reset

func (*ExpectShillPropertyRequest_Criterion) String

type ExpectShillPropertyResponse

type ExpectShillPropertyResponse struct {
	Key         string                        `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	Val         *ShillVal                     `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	Props       []*ShillPropertyChangedSignal `protobuf:"bytes,3,rep,name=props,proto3" json:"props,omitempty"`
	MonitorDone bool                          `protobuf:"varint,4,opt,name=monitor_done,json=monitorDone,proto3" json:"monitor_done,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpectShillPropertyResponse) Descriptor deprecated

func (*ExpectShillPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use ExpectShillPropertyResponse.ProtoReflect.Descriptor instead.

func (*ExpectShillPropertyResponse) GetKey

func (x *ExpectShillPropertyResponse) GetKey() string

func (*ExpectShillPropertyResponse) GetMonitorDone

func (x *ExpectShillPropertyResponse) GetMonitorDone() bool

func (*ExpectShillPropertyResponse) GetProps

func (*ExpectShillPropertyResponse) GetVal

func (*ExpectShillPropertyResponse) ProtoMessage

func (*ExpectShillPropertyResponse) ProtoMessage()

func (*ExpectShillPropertyResponse) ProtoReflect

func (*ExpectShillPropertyResponse) Reset

func (x *ExpectShillPropertyResponse) Reset()

func (*ExpectShillPropertyResponse) String

func (x *ExpectShillPropertyResponse) String() string

type ExpectWifiFrequenciesRequest

type ExpectWifiFrequenciesRequest struct {

	// SSID to look up. Required.
	Ssid []byte `protobuf:"bytes,1,opt,name=ssid,proto3" json:"ssid,omitempty"`
	// Expected list of frequencies for the SSID.
	Frequencies []uint32 `protobuf:"varint,2,rep,packed,name=frequencies,proto3" json:"frequencies,omitempty"`
	// contains filtered or unexported fields
}

func (*ExpectWifiFrequenciesRequest) Descriptor deprecated

func (*ExpectWifiFrequenciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ExpectWifiFrequenciesRequest.ProtoReflect.Descriptor instead.

func (*ExpectWifiFrequenciesRequest) GetFrequencies

func (x *ExpectWifiFrequenciesRequest) GetFrequencies() []uint32

func (*ExpectWifiFrequenciesRequest) GetSsid

func (x *ExpectWifiFrequenciesRequest) GetSsid() []byte

func (*ExpectWifiFrequenciesRequest) ProtoMessage

func (*ExpectWifiFrequenciesRequest) ProtoMessage()

func (*ExpectWifiFrequenciesRequest) ProtoReflect

func (*ExpectWifiFrequenciesRequest) Reset

func (x *ExpectWifiFrequenciesRequest) Reset()

func (*ExpectWifiFrequenciesRequest) String

type FlushBSSRequest

type FlushBSSRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Age           int64  `protobuf:"varint,2,opt,name=age,proto3" json:"age,omitempty"`
	// contains filtered or unexported fields
}

func (*FlushBSSRequest) Descriptor deprecated

func (*FlushBSSRequest) Descriptor() ([]byte, []int)

Deprecated: Use FlushBSSRequest.ProtoReflect.Descriptor instead.

func (*FlushBSSRequest) GetAge

func (x *FlushBSSRequest) GetAge() int64

func (*FlushBSSRequest) GetInterfaceName

func (x *FlushBSSRequest) GetInterfaceName() string

func (*FlushBSSRequest) ProtoMessage

func (*FlushBSSRequest) ProtoMessage()

func (*FlushBSSRequest) ProtoReflect

func (x *FlushBSSRequest) ProtoReflect() protoreflect.Message

func (*FlushBSSRequest) Reset

func (x *FlushBSSRequest) Reset()

func (*FlushBSSRequest) String

func (x *FlushBSSRequest) String() string

type GetBgscanConfigResponse

type GetBgscanConfigResponse struct {
	Config *BgscanConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBgscanConfigResponse) Descriptor deprecated

func (*GetBgscanConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBgscanConfigResponse.ProtoReflect.Descriptor instead.

func (*GetBgscanConfigResponse) GetConfig

func (x *GetBgscanConfigResponse) GetConfig() *BgscanConfig

func (*GetBgscanConfigResponse) ProtoMessage

func (*GetBgscanConfigResponse) ProtoMessage()

func (*GetBgscanConfigResponse) ProtoReflect

func (x *GetBgscanConfigResponse) ProtoReflect() protoreflect.Message

func (*GetBgscanConfigResponse) Reset

func (x *GetBgscanConfigResponse) Reset()

func (*GetBgscanConfigResponse) String

func (x *GetBgscanConfigResponse) String() string

type GetCurrentTimeResponse

type GetCurrentTimeResponse struct {
	NowSecond     int64 `protobuf:"varint,1,opt,name=now_second,json=nowSecond,proto3" json:"now_second,omitempty"`
	NowNanosecond int64 `protobuf:"varint,2,opt,name=now_nanosecond,json=nowNanosecond,proto3" json:"now_nanosecond,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentTimeResponse) Descriptor deprecated

func (*GetCurrentTimeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCurrentTimeResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentTimeResponse) GetNowNanosecond

func (x *GetCurrentTimeResponse) GetNowNanosecond() int64

func (*GetCurrentTimeResponse) GetNowSecond

func (x *GetCurrentTimeResponse) GetNowSecond() int64

func (*GetCurrentTimeResponse) ProtoMessage

func (*GetCurrentTimeResponse) ProtoMessage()

func (*GetCurrentTimeResponse) ProtoReflect

func (x *GetCurrentTimeResponse) ProtoReflect() protoreflect.Message

func (*GetCurrentTimeResponse) Reset

func (x *GetCurrentTimeResponse) Reset()

func (*GetCurrentTimeResponse) String

func (x *GetCurrentTimeResponse) String() string

type GetGlobalFTPropertyResponse

type GetGlobalFTPropertyResponse struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGlobalFTPropertyResponse) Descriptor deprecated

func (*GetGlobalFTPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGlobalFTPropertyResponse.ProtoReflect.Descriptor instead.

func (*GetGlobalFTPropertyResponse) GetEnabled

func (x *GetGlobalFTPropertyResponse) GetEnabled() bool

func (*GetGlobalFTPropertyResponse) ProtoMessage

func (*GetGlobalFTPropertyResponse) ProtoMessage()

func (*GetGlobalFTPropertyResponse) ProtoReflect

func (*GetGlobalFTPropertyResponse) Reset

func (x *GetGlobalFTPropertyResponse) Reset()

func (*GetGlobalFTPropertyResponse) String

func (x *GetGlobalFTPropertyResponse) String() string

type GetHardwareAddrRequest

type GetHardwareAddrRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interfaceName,proto3" json:"interfaceName,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHardwareAddrRequest) Descriptor deprecated

func (*GetHardwareAddrRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHardwareAddrRequest.ProtoReflect.Descriptor instead.

func (*GetHardwareAddrRequest) GetInterfaceName

func (x *GetHardwareAddrRequest) GetInterfaceName() string

func (*GetHardwareAddrRequest) ProtoMessage

func (*GetHardwareAddrRequest) ProtoMessage()

func (*GetHardwareAddrRequest) ProtoReflect

func (x *GetHardwareAddrRequest) ProtoReflect() protoreflect.Message

func (*GetHardwareAddrRequest) Reset

func (x *GetHardwareAddrRequest) Reset()

func (*GetHardwareAddrRequest) String

func (x *GetHardwareAddrRequest) String() string

type GetHardwareAddrResponse

type GetHardwareAddrResponse struct {
	HwAddr string `protobuf:"bytes,1,opt,name=hw_addr,json=hwAddr,proto3" json:"hw_addr,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHardwareAddrResponse) Descriptor deprecated

func (*GetHardwareAddrResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHardwareAddrResponse.ProtoReflect.Descriptor instead.

func (*GetHardwareAddrResponse) GetHwAddr

func (x *GetHardwareAddrResponse) GetHwAddr() string

func (*GetHardwareAddrResponse) ProtoMessage

func (*GetHardwareAddrResponse) ProtoMessage()

func (*GetHardwareAddrResponse) ProtoReflect

func (x *GetHardwareAddrResponse) ProtoReflect() protoreflect.Message

func (*GetHardwareAddrResponse) Reset

func (x *GetHardwareAddrResponse) Reset()

func (*GetHardwareAddrResponse) String

func (x *GetHardwareAddrResponse) String() string

type GetIPv4AddrsRequest

type GetIPv4AddrsRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIPv4AddrsRequest) Descriptor deprecated

func (*GetIPv4AddrsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetIPv4AddrsRequest.ProtoReflect.Descriptor instead.

func (*GetIPv4AddrsRequest) GetInterfaceName

func (x *GetIPv4AddrsRequest) GetInterfaceName() string

func (*GetIPv4AddrsRequest) ProtoMessage

func (*GetIPv4AddrsRequest) ProtoMessage()

func (*GetIPv4AddrsRequest) ProtoReflect

func (x *GetIPv4AddrsRequest) ProtoReflect() protoreflect.Message

func (*GetIPv4AddrsRequest) Reset

func (x *GetIPv4AddrsRequest) Reset()

func (*GetIPv4AddrsRequest) String

func (x *GetIPv4AddrsRequest) String() string

type GetIPv4AddrsResponse

type GetIPv4AddrsResponse struct {
	Ipv4 []string `protobuf:"bytes,1,rep,name=ipv4,proto3" json:"ipv4,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIPv4AddrsResponse) Descriptor deprecated

func (*GetIPv4AddrsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetIPv4AddrsResponse.ProtoReflect.Descriptor instead.

func (*GetIPv4AddrsResponse) GetIpv4

func (x *GetIPv4AddrsResponse) GetIpv4() []string

func (*GetIPv4AddrsResponse) ProtoMessage

func (*GetIPv4AddrsResponse) ProtoMessage()

func (*GetIPv4AddrsResponse) ProtoReflect

func (x *GetIPv4AddrsResponse) ProtoReflect() protoreflect.Message

func (*GetIPv4AddrsResponse) Reset

func (x *GetIPv4AddrsResponse) Reset()

func (*GetIPv4AddrsResponse) String

func (x *GetIPv4AddrsResponse) String() string

type GetInterfaceResponse

type GetInterfaceResponse struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetInterfaceResponse) Descriptor deprecated

func (*GetInterfaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetInterfaceResponse.ProtoReflect.Descriptor instead.

func (*GetInterfaceResponse) GetName

func (x *GetInterfaceResponse) GetName() string

func (*GetInterfaceResponse) ProtoMessage

func (*GetInterfaceResponse) ProtoMessage()

func (*GetInterfaceResponse) ProtoReflect

func (x *GetInterfaceResponse) ProtoReflect() protoreflect.Message

func (*GetInterfaceResponse) Reset

func (x *GetInterfaceResponse) Reset()

func (*GetInterfaceResponse) String

func (x *GetInterfaceResponse) String() string

type GetLoggingConfigResponse

type GetLoggingConfigResponse struct {
	DebugLevel int32    `protobuf:"varint,1,opt,name=debug_level,json=debugLevel,proto3" json:"debug_level,omitempty"`
	DebugTags  []string `protobuf:"bytes,2,rep,name=debug_tags,json=debugTags,proto3" json:"debug_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLoggingConfigResponse) Descriptor deprecated

func (*GetLoggingConfigResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetLoggingConfigResponse.ProtoReflect.Descriptor instead.

func (*GetLoggingConfigResponse) GetDebugLevel

func (x *GetLoggingConfigResponse) GetDebugLevel() int32

func (*GetLoggingConfigResponse) GetDebugTags

func (x *GetLoggingConfigResponse) GetDebugTags() []string

func (*GetLoggingConfigResponse) ProtoMessage

func (*GetLoggingConfigResponse) ProtoMessage()

func (*GetLoggingConfigResponse) ProtoReflect

func (x *GetLoggingConfigResponse) ProtoReflect() protoreflect.Message

func (*GetLoggingConfigResponse) Reset

func (x *GetLoggingConfigResponse) Reset()

func (*GetLoggingConfigResponse) String

func (x *GetLoggingConfigResponse) String() string

type GetMACRandomizeResponse

type GetMACRandomizeResponse struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMACRandomizeResponse) Descriptor deprecated

func (*GetMACRandomizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMACRandomizeResponse.ProtoReflect.Descriptor instead.

func (*GetMACRandomizeResponse) GetEnabled

func (x *GetMACRandomizeResponse) GetEnabled() bool

func (*GetMACRandomizeResponse) ProtoMessage

func (*GetMACRandomizeResponse) ProtoMessage()

func (*GetMACRandomizeResponse) ProtoReflect

func (x *GetMACRandomizeResponse) ProtoReflect() protoreflect.Message

func (*GetMACRandomizeResponse) Reset

func (x *GetMACRandomizeResponse) Reset()

func (*GetMACRandomizeResponse) String

func (x *GetMACRandomizeResponse) String() string

type GetScanAllowRoamPropertyResponse

type GetScanAllowRoamPropertyResponse struct {
	Allow bool `protobuf:"varint,1,opt,name=allow,proto3" json:"allow,omitempty"`
	// contains filtered or unexported fields
}

func (*GetScanAllowRoamPropertyResponse) Descriptor deprecated

func (*GetScanAllowRoamPropertyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetScanAllowRoamPropertyResponse.ProtoReflect.Descriptor instead.

func (*GetScanAllowRoamPropertyResponse) GetAllow

func (x *GetScanAllowRoamPropertyResponse) GetAllow() bool

func (*GetScanAllowRoamPropertyResponse) ProtoMessage

func (*GetScanAllowRoamPropertyResponse) ProtoMessage()

func (*GetScanAllowRoamPropertyResponse) ProtoReflect

func (*GetScanAllowRoamPropertyResponse) Reset

func (*GetScanAllowRoamPropertyResponse) String

type GetWakeOnWifiResponse

type GetWakeOnWifiResponse struct {
	Config *WakeOnWifiConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWakeOnWifiResponse) Descriptor deprecated

func (*GetWakeOnWifiResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWakeOnWifiResponse.ProtoReflect.Descriptor instead.

func (*GetWakeOnWifiResponse) GetConfig

func (x *GetWakeOnWifiResponse) GetConfig() *WakeOnWifiConfig

func (*GetWakeOnWifiResponse) ProtoMessage

func (*GetWakeOnWifiResponse) ProtoMessage()

func (*GetWakeOnWifiResponse) ProtoReflect

func (x *GetWakeOnWifiResponse) ProtoReflect() protoreflect.Message

func (*GetWakeOnWifiResponse) Reset

func (x *GetWakeOnWifiResponse) Reset()

func (*GetWakeOnWifiResponse) String

func (x *GetWakeOnWifiResponse) String() string

type GetWifiEnabledResponse

type GetWifiEnabledResponse struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*GetWifiEnabledResponse) Descriptor deprecated

func (*GetWifiEnabledResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetWifiEnabledResponse.ProtoReflect.Descriptor instead.

func (*GetWifiEnabledResponse) GetEnabled

func (x *GetWifiEnabledResponse) GetEnabled() bool

func (*GetWifiEnabledResponse) ProtoMessage

func (*GetWifiEnabledResponse) ProtoMessage()

func (*GetWifiEnabledResponse) ProtoReflect

func (x *GetWifiEnabledResponse) ProtoReflect() protoreflect.Message

func (*GetWifiEnabledResponse) Reset

func (x *GetWifiEnabledResponse) Reset()

func (*GetWifiEnabledResponse) String

func (x *GetWifiEnabledResponse) String() string

type InitDUTRequest

type InitDUTRequest struct {
	WithUi bool `protobuf:"varint,1,opt,name=with_ui,json=withUi,proto3" json:"with_ui,omitempty"`
	// contains filtered or unexported fields
}

func (*InitDUTRequest) Descriptor deprecated

func (*InitDUTRequest) Descriptor() ([]byte, []int)

Deprecated: Use InitDUTRequest.ProtoReflect.Descriptor instead.

func (*InitDUTRequest) GetWithUi

func (x *InitDUTRequest) GetWithUi() bool

func (*InitDUTRequest) ProtoMessage

func (*InitDUTRequest) ProtoMessage()

func (*InitDUTRequest) ProtoReflect

func (x *InitDUTRequest) ProtoReflect() protoreflect.Message

func (*InitDUTRequest) Reset

func (x *InitDUTRequest) Reset()

func (*InitDUTRequest) String

func (x *InitDUTRequest) String() string

type IwlwifiPCIRescanClient

type IwlwifiPCIRescanClient interface {
	// RemoveIfaceAndWaitForRecovery triggers iwlwifi_rescan by removing the WiFi
	// device. iwlwifi_rescan rule should rescan PCI and add back the WiFi device.
	RemoveIfaceAndWaitForRecovery(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
}

IwlwifiPCIRescanClient is the client API for IwlwifiPCIRescan service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type IwlwifiPCIRescanServer

type IwlwifiPCIRescanServer interface {
	// RemoveIfaceAndWaitForRecovery triggers iwlwifi_rescan by removing the WiFi
	// device. iwlwifi_rescan rule should rescan PCI and add back the WiFi device.
	RemoveIfaceAndWaitForRecovery(context.Context, *empty.Empty) (*empty.Empty, error)
}

IwlwifiPCIRescanServer is the server API for IwlwifiPCIRescan service.

type MACRandomizeSupportResponse

type MACRandomizeSupportResponse struct {
	Supported bool `protobuf:"varint,1,opt,name=supported,proto3" json:"supported,omitempty"`
	// contains filtered or unexported fields
}

func (*MACRandomizeSupportResponse) Descriptor deprecated

func (*MACRandomizeSupportResponse) Descriptor() ([]byte, []int)

Deprecated: Use MACRandomizeSupportResponse.ProtoReflect.Descriptor instead.

func (*MACRandomizeSupportResponse) GetSupported

func (x *MACRandomizeSupportResponse) GetSupported() bool

func (*MACRandomizeSupportResponse) ProtoMessage

func (*MACRandomizeSupportResponse) ProtoMessage()

func (*MACRandomizeSupportResponse) ProtoReflect

func (*MACRandomizeSupportResponse) Reset

func (x *MACRandomizeSupportResponse) Reset()

func (*MACRandomizeSupportResponse) String

func (x *MACRandomizeSupportResponse) String() string

type ProfileBasicTestRequest

type ProfileBasicTestRequest struct {
	Ap0 *ProfileBasicTestRequest_Config `protobuf:"bytes,1,opt,name=ap0,proto3" json:"ap0,omitempty"`
	Ap1 *ProfileBasicTestRequest_Config `protobuf:"bytes,2,opt,name=ap1,proto3" json:"ap1,omitempty"`
	// contains filtered or unexported fields
}

func (*ProfileBasicTestRequest) Descriptor deprecated

func (*ProfileBasicTestRequest) Descriptor() ([]byte, []int)

Deprecated: Use ProfileBasicTestRequest.ProtoReflect.Descriptor instead.

func (*ProfileBasicTestRequest) GetAp0

func (*ProfileBasicTestRequest) GetAp1

func (*ProfileBasicTestRequest) ProtoMessage

func (*ProfileBasicTestRequest) ProtoMessage()

func (*ProfileBasicTestRequest) ProtoReflect

func (x *ProfileBasicTestRequest) ProtoReflect() protoreflect.Message

func (*ProfileBasicTestRequest) Reset

func (x *ProfileBasicTestRequest) Reset()

func (*ProfileBasicTestRequest) String

func (x *ProfileBasicTestRequest) String() string

type ProfileBasicTestRequest_Config

type ProfileBasicTestRequest_Config struct {
	Ssid       []byte               `protobuf:"bytes,1,opt,name=ssid,proto3" json:"ssid,omitempty"`
	Security   string               `protobuf:"bytes,2,opt,name=security,proto3" json:"security,omitempty"`
	Ip         string               `protobuf:"bytes,3,opt,name=ip,proto3" json:"ip,omitempty"`
	ShillProps map[string]*ShillVal `` /* 179-byte string literal not displayed */
	// contains filtered or unexported fields
}

The configuration for connecting to a certain AP, as like ConnectRequest.

func (*ProfileBasicTestRequest_Config) Descriptor deprecated

func (*ProfileBasicTestRequest_Config) Descriptor() ([]byte, []int)

Deprecated: Use ProfileBasicTestRequest_Config.ProtoReflect.Descriptor instead.

func (*ProfileBasicTestRequest_Config) GetIp

func (*ProfileBasicTestRequest_Config) GetSecurity

func (x *ProfileBasicTestRequest_Config) GetSecurity() string

func (*ProfileBasicTestRequest_Config) GetShillProps

func (x *ProfileBasicTestRequest_Config) GetShillProps() map[string]*ShillVal

func (*ProfileBasicTestRequest_Config) GetSsid

func (x *ProfileBasicTestRequest_Config) GetSsid() []byte

func (*ProfileBasicTestRequest_Config) ProtoMessage

func (*ProfileBasicTestRequest_Config) ProtoMessage()

func (*ProfileBasicTestRequest_Config) ProtoReflect

func (*ProfileBasicTestRequest_Config) Reset

func (x *ProfileBasicTestRequest_Config) Reset()

func (*ProfileBasicTestRequest_Config) String

type QueryServiceRequest

type QueryServiceRequest struct {
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryServiceRequest) Descriptor deprecated

func (*QueryServiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use QueryServiceRequest.ProtoReflect.Descriptor instead.

func (*QueryServiceRequest) GetPath

func (x *QueryServiceRequest) GetPath() string

func (*QueryServiceRequest) ProtoMessage

func (*QueryServiceRequest) ProtoMessage()

func (*QueryServiceRequest) ProtoReflect

func (x *QueryServiceRequest) ProtoReflect() protoreflect.Message

func (*QueryServiceRequest) Reset

func (x *QueryServiceRequest) Reset()

func (*QueryServiceRequest) String

func (x *QueryServiceRequest) String() string

type QueryServiceResponse

type QueryServiceResponse struct {
	Name        string                     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Device      string                     `protobuf:"bytes,2,opt,name=device,proto3" json:"device,omitempty"`
	Type        string                     `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	Mode        string                     `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	State       string                     `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Visible     bool                       `protobuf:"varint,6,opt,name=visible,proto3" json:"visible,omitempty"`
	IsConnected bool                       `protobuf:"varint,7,opt,name=is_connected,json=isConnected,proto3" json:"is_connected,omitempty"`
	Wifi        *QueryServiceResponse_Wifi `protobuf:"bytes,8,opt,name=wifi,proto3" json:"wifi,omitempty"`
	Guid        string                     `protobuf:"bytes,9,opt,name=guid,proto3" json:"guid,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryServiceResponse) Descriptor deprecated

func (*QueryServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use QueryServiceResponse.ProtoReflect.Descriptor instead.

func (*QueryServiceResponse) GetDevice

func (x *QueryServiceResponse) GetDevice() string

func (*QueryServiceResponse) GetGuid

func (x *QueryServiceResponse) GetGuid() string

func (*QueryServiceResponse) GetIsConnected

func (x *QueryServiceResponse) GetIsConnected() bool

func (*QueryServiceResponse) GetMode

func (x *QueryServiceResponse) GetMode() string

func (*QueryServiceResponse) GetName

func (x *QueryServiceResponse) GetName() string

func (*QueryServiceResponse) GetState

func (x *QueryServiceResponse) GetState() string

func (*QueryServiceResponse) GetType

func (x *QueryServiceResponse) GetType() string

func (*QueryServiceResponse) GetVisible

func (x *QueryServiceResponse) GetVisible() bool

func (*QueryServiceResponse) GetWifi

func (*QueryServiceResponse) ProtoMessage

func (*QueryServiceResponse) ProtoMessage()

func (*QueryServiceResponse) ProtoReflect

func (x *QueryServiceResponse) ProtoReflect() protoreflect.Message

func (*QueryServiceResponse) Reset

func (x *QueryServiceResponse) Reset()

func (*QueryServiceResponse) String

func (x *QueryServiceResponse) String() string

type QueryServiceResponse_Wifi

type QueryServiceResponse_Wifi struct {
	Bssid         string   `protobuf:"bytes,1,opt,name=bssid,proto3" json:"bssid,omitempty"`
	Frequency     uint32   `protobuf:"varint,2,opt,name=frequency,proto3" json:"frequency,omitempty"`
	FrequencyList []uint32 `protobuf:"varint,3,rep,packed,name=frequency_list,json=frequencyList,proto3" json:"frequency_list,omitempty"`
	HexSsid       string   `protobuf:"bytes,4,opt,name=hex_ssid,json=hexSsid,proto3" json:"hex_ssid,omitempty"`
	HiddenSsid    bool     `protobuf:"varint,5,opt,name=hidden_ssid,json=hiddenSsid,proto3" json:"hidden_ssid,omitempty"`
	PhyMode       uint32   `protobuf:"varint,6,opt,name=phy_mode,json=phyMode,proto3" json:"phy_mode,omitempty"`
	// contains filtered or unexported fields
}

func (*QueryServiceResponse_Wifi) Descriptor deprecated

func (*QueryServiceResponse_Wifi) Descriptor() ([]byte, []int)

Deprecated: Use QueryServiceResponse_Wifi.ProtoReflect.Descriptor instead.

func (*QueryServiceResponse_Wifi) GetBssid

func (x *QueryServiceResponse_Wifi) GetBssid() string

func (*QueryServiceResponse_Wifi) GetFrequency

func (x *QueryServiceResponse_Wifi) GetFrequency() uint32

func (*QueryServiceResponse_Wifi) GetFrequencyList

func (x *QueryServiceResponse_Wifi) GetFrequencyList() []uint32

func (*QueryServiceResponse_Wifi) GetHexSsid

func (x *QueryServiceResponse_Wifi) GetHexSsid() string

func (*QueryServiceResponse_Wifi) GetHiddenSsid

func (x *QueryServiceResponse_Wifi) GetHiddenSsid() bool

func (*QueryServiceResponse_Wifi) GetPhyMode

func (x *QueryServiceResponse_Wifi) GetPhyMode() uint32

func (*QueryServiceResponse_Wifi) ProtoMessage

func (*QueryServiceResponse_Wifi) ProtoMessage()

func (*QueryServiceResponse_Wifi) ProtoReflect

func (*QueryServiceResponse_Wifi) Reset

func (x *QueryServiceResponse_Wifi) Reset()

func (*QueryServiceResponse_Wifi) String

func (x *QueryServiceResponse_Wifi) String() string

type ReassociateRequest

type ReassociateRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Timeout       int64  `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*ReassociateRequest) Descriptor deprecated

func (*ReassociateRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReassociateRequest.ProtoReflect.Descriptor instead.

func (*ReassociateRequest) GetInterfaceName

func (x *ReassociateRequest) GetInterfaceName() string

func (*ReassociateRequest) GetTimeout

func (x *ReassociateRequest) GetTimeout() int64

func (*ReassociateRequest) ProtoMessage

func (*ReassociateRequest) ProtoMessage()

func (*ReassociateRequest) ProtoReflect

func (x *ReassociateRequest) ProtoReflect() protoreflect.Message

func (*ReassociateRequest) Reset

func (x *ReassociateRequest) Reset()

func (*ReassociateRequest) String

func (x *ReassociateRequest) String() string

type RequestRoamRequest

type RequestRoamRequest struct {
	InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"`
	Bssid         string `protobuf:"bytes,2,opt,name=bssid,proto3" json:"bssid,omitempty"`
	Timeout       int64  `protobuf:"varint,3,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestRoamRequest) Descriptor deprecated

func (*RequestRoamRequest) Descriptor() ([]byte, []int)

Deprecated: Use RequestRoamRequest.ProtoReflect.Descriptor instead.

func (*RequestRoamRequest) GetBssid

func (x *RequestRoamRequest) GetBssid() string

func (*RequestRoamRequest) GetInterfaceName

func (x *RequestRoamRequest) GetInterfaceName() string

func (*RequestRoamRequest) GetTimeout

func (x *RequestRoamRequest) GetTimeout() int64

func (*RequestRoamRequest) ProtoMessage

func (*RequestRoamRequest) ProtoMessage()

func (*RequestRoamRequest) ProtoReflect

func (x *RequestRoamRequest) ProtoReflect() protoreflect.Message

func (*RequestRoamRequest) Reset

func (x *RequestRoamRequest) Reset()

func (*RequestRoamRequest) String

func (x *RequestRoamRequest) String() string

type RequestScansRequest

type RequestScansRequest struct {
	Count int32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*RequestScansRequest) Descriptor deprecated

func (*RequestScansRequest) Descriptor() ([]byte, []int)

Deprecated: Use RequestScansRequest.ProtoReflect.Descriptor instead.

func (*RequestScansRequest) GetCount

func (x *RequestScansRequest) GetCount() int32

func (*RequestScansRequest) ProtoMessage

func (*RequestScansRequest) ProtoMessage()

func (*RequestScansRequest) ProtoReflect

func (x *RequestScansRequest) ProtoReflect() protoreflect.Message

func (*RequestScansRequest) Reset

func (x *RequestScansRequest) Reset()

func (*RequestScansRequest) String

func (x *RequestScansRequest) String() string

type ResetTestRequest

type ResetTestRequest struct {
	ServicePath string `protobuf:"bytes,1,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	ServerIp    string `protobuf:"bytes,2,opt,name=server_ip,json=serverIp,proto3" json:"server_ip,omitempty"`
	// contains filtered or unexported fields
}

func (*ResetTestRequest) Descriptor deprecated

func (*ResetTestRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResetTestRequest.ProtoReflect.Descriptor instead.

func (*ResetTestRequest) GetServerIp

func (x *ResetTestRequest) GetServerIp() string

func (*ResetTestRequest) GetServicePath

func (x *ResetTestRequest) GetServicePath() string

func (*ResetTestRequest) ProtoMessage

func (*ResetTestRequest) ProtoMessage()

func (*ResetTestRequest) ProtoReflect

func (x *ResetTestRequest) ProtoReflect() protoreflect.Message

func (*ResetTestRequest) Reset

func (x *ResetTestRequest) Reset()

func (*ResetTestRequest) String

func (x *ResetTestRequest) String() string

type SelectedServiceResponse

type SelectedServiceResponse struct {
	ServicePath string `protobuf:"bytes,1,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	// contains filtered or unexported fields
}

func (*SelectedServiceResponse) Descriptor deprecated

func (*SelectedServiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use SelectedServiceResponse.ProtoReflect.Descriptor instead.

func (*SelectedServiceResponse) GetServicePath

func (x *SelectedServiceResponse) GetServicePath() string

func (*SelectedServiceResponse) ProtoMessage

func (*SelectedServiceResponse) ProtoMessage()

func (*SelectedServiceResponse) ProtoReflect

func (x *SelectedServiceResponse) ProtoReflect() protoreflect.Message

func (*SelectedServiceResponse) Reset

func (x *SelectedServiceResponse) Reset()

func (*SelectedServiceResponse) String

func (x *SelectedServiceResponse) String() string

type SetBgscanConfigRequest

type SetBgscanConfigRequest struct {
	Config *BgscanConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetBgscanConfigRequest) Descriptor deprecated

func (*SetBgscanConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetBgscanConfigRequest.ProtoReflect.Descriptor instead.

func (*SetBgscanConfigRequest) GetConfig

func (x *SetBgscanConfigRequest) GetConfig() *BgscanConfig

func (*SetBgscanConfigRequest) ProtoMessage

func (*SetBgscanConfigRequest) ProtoMessage()

func (*SetBgscanConfigRequest) ProtoReflect

func (x *SetBgscanConfigRequest) ProtoReflect() protoreflect.Message

func (*SetBgscanConfigRequest) Reset

func (x *SetBgscanConfigRequest) Reset()

func (*SetBgscanConfigRequest) String

func (x *SetBgscanConfigRequest) String() string

type SetDHCPPropertiesRequest

type SetDHCPPropertiesRequest struct {
	Props *DHCPProperties `protobuf:"bytes,1,opt,name=props,proto3" json:"props,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDHCPPropertiesRequest) Descriptor deprecated

func (*SetDHCPPropertiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetDHCPPropertiesRequest.ProtoReflect.Descriptor instead.

func (*SetDHCPPropertiesRequest) GetProps

func (*SetDHCPPropertiesRequest) ProtoMessage

func (*SetDHCPPropertiesRequest) ProtoMessage()

func (*SetDHCPPropertiesRequest) ProtoReflect

func (x *SetDHCPPropertiesRequest) ProtoReflect() protoreflect.Message

func (*SetDHCPPropertiesRequest) Reset

func (x *SetDHCPPropertiesRequest) Reset()

func (*SetDHCPPropertiesRequest) String

func (x *SetDHCPPropertiesRequest) String() string

type SetDHCPPropertiesResponse

type SetDHCPPropertiesResponse struct {
	Props *DHCPProperties `protobuf:"bytes,1,opt,name=props,proto3" json:"props,omitempty"`
	// contains filtered or unexported fields
}

func (*SetDHCPPropertiesResponse) Descriptor deprecated

func (*SetDHCPPropertiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetDHCPPropertiesResponse.ProtoReflect.Descriptor instead.

func (*SetDHCPPropertiesResponse) GetProps

func (*SetDHCPPropertiesResponse) ProtoMessage

func (*SetDHCPPropertiesResponse) ProtoMessage()

func (*SetDHCPPropertiesResponse) ProtoReflect

func (*SetDHCPPropertiesResponse) Reset

func (x *SetDHCPPropertiesResponse) Reset()

func (*SetDHCPPropertiesResponse) String

func (x *SetDHCPPropertiesResponse) String() string

type SetGlobalFTPropertyRequest

type SetGlobalFTPropertyRequest struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SetGlobalFTPropertyRequest) Descriptor deprecated

func (*SetGlobalFTPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetGlobalFTPropertyRequest.ProtoReflect.Descriptor instead.

func (*SetGlobalFTPropertyRequest) GetEnabled

func (x *SetGlobalFTPropertyRequest) GetEnabled() bool

func (*SetGlobalFTPropertyRequest) ProtoMessage

func (*SetGlobalFTPropertyRequest) ProtoMessage()

func (*SetGlobalFTPropertyRequest) ProtoReflect

func (*SetGlobalFTPropertyRequest) Reset

func (x *SetGlobalFTPropertyRequest) Reset()

func (*SetGlobalFTPropertyRequest) String

func (x *SetGlobalFTPropertyRequest) String() string

type SetLoggingConfigRequest

type SetLoggingConfigRequest struct {
	DebugLevel int32    `protobuf:"varint,1,opt,name=debug_level,json=debugLevel,proto3" json:"debug_level,omitempty"`
	DebugTags  []string `protobuf:"bytes,2,rep,name=debug_tags,json=debugTags,proto3" json:"debug_tags,omitempty"`
	// contains filtered or unexported fields
}

func (*SetLoggingConfigRequest) Descriptor deprecated

func (*SetLoggingConfigRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetLoggingConfigRequest.ProtoReflect.Descriptor instead.

func (*SetLoggingConfigRequest) GetDebugLevel

func (x *SetLoggingConfigRequest) GetDebugLevel() int32

func (*SetLoggingConfigRequest) GetDebugTags

func (x *SetLoggingConfigRequest) GetDebugTags() []string

func (*SetLoggingConfigRequest) ProtoMessage

func (*SetLoggingConfigRequest) ProtoMessage()

func (*SetLoggingConfigRequest) ProtoReflect

func (x *SetLoggingConfigRequest) ProtoReflect() protoreflect.Message

func (*SetLoggingConfigRequest) Reset

func (x *SetLoggingConfigRequest) Reset()

func (*SetLoggingConfigRequest) String

func (x *SetLoggingConfigRequest) String() string

type SetMACRandomizeRequest

type SetMACRandomizeRequest struct {
	Enable bool `protobuf:"varint,1,opt,name=enable,proto3" json:"enable,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMACRandomizeRequest) Descriptor deprecated

func (*SetMACRandomizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMACRandomizeRequest.ProtoReflect.Descriptor instead.

func (*SetMACRandomizeRequest) GetEnable

func (x *SetMACRandomizeRequest) GetEnable() bool

func (*SetMACRandomizeRequest) ProtoMessage

func (*SetMACRandomizeRequest) ProtoMessage()

func (*SetMACRandomizeRequest) ProtoReflect

func (x *SetMACRandomizeRequest) ProtoReflect() protoreflect.Message

func (*SetMACRandomizeRequest) Reset

func (x *SetMACRandomizeRequest) Reset()

func (*SetMACRandomizeRequest) String

func (x *SetMACRandomizeRequest) String() string

type SetMACRandomizeResponse

type SetMACRandomizeResponse struct {
	OldSetting bool `protobuf:"varint,1,opt,name=old_setting,json=oldSetting,proto3" json:"old_setting,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMACRandomizeResponse) Descriptor deprecated

func (*SetMACRandomizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMACRandomizeResponse.ProtoReflect.Descriptor instead.

func (*SetMACRandomizeResponse) GetOldSetting

func (x *SetMACRandomizeResponse) GetOldSetting() bool

func (*SetMACRandomizeResponse) ProtoMessage

func (*SetMACRandomizeResponse) ProtoMessage()

func (*SetMACRandomizeResponse) ProtoReflect

func (x *SetMACRandomizeResponse) ProtoReflect() protoreflect.Message

func (*SetMACRandomizeResponse) Reset

func (x *SetMACRandomizeResponse) Reset()

func (*SetMACRandomizeResponse) String

func (x *SetMACRandomizeResponse) String() string

type SetScanAllowRoamPropertyRequest

type SetScanAllowRoamPropertyRequest struct {
	Allow bool `protobuf:"varint,1,opt,name=allow,proto3" json:"allow,omitempty"`
	// contains filtered or unexported fields
}

func (*SetScanAllowRoamPropertyRequest) Descriptor deprecated

func (*SetScanAllowRoamPropertyRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetScanAllowRoamPropertyRequest.ProtoReflect.Descriptor instead.

func (*SetScanAllowRoamPropertyRequest) GetAllow

func (x *SetScanAllowRoamPropertyRequest) GetAllow() bool

func (*SetScanAllowRoamPropertyRequest) ProtoMessage

func (*SetScanAllowRoamPropertyRequest) ProtoMessage()

func (*SetScanAllowRoamPropertyRequest) ProtoReflect

func (*SetScanAllowRoamPropertyRequest) Reset

func (*SetScanAllowRoamPropertyRequest) String

type SetWakeOnWifiRequest

type SetWakeOnWifiRequest struct {
	Config *WakeOnWifiConfig `protobuf:"bytes,1,opt,name=config,proto3" json:"config,omitempty"`
	// contains filtered or unexported fields
}

func (*SetWakeOnWifiRequest) Descriptor deprecated

func (*SetWakeOnWifiRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetWakeOnWifiRequest.ProtoReflect.Descriptor instead.

func (*SetWakeOnWifiRequest) GetConfig

func (x *SetWakeOnWifiRequest) GetConfig() *WakeOnWifiConfig

func (*SetWakeOnWifiRequest) ProtoMessage

func (*SetWakeOnWifiRequest) ProtoMessage()

func (*SetWakeOnWifiRequest) ProtoReflect

func (x *SetWakeOnWifiRequest) ProtoReflect() protoreflect.Message

func (*SetWakeOnWifiRequest) Reset

func (x *SetWakeOnWifiRequest) Reset()

func (*SetWakeOnWifiRequest) String

func (x *SetWakeOnWifiRequest) String() string

type SetWifiEnabledRequest

type SetWifiEnabledRequest struct {
	Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// contains filtered or unexported fields
}

func (*SetWifiEnabledRequest) Descriptor deprecated

func (*SetWifiEnabledRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetWifiEnabledRequest.ProtoReflect.Descriptor instead.

func (*SetWifiEnabledRequest) GetEnabled

func (x *SetWifiEnabledRequest) GetEnabled() bool

func (*SetWifiEnabledRequest) ProtoMessage

func (*SetWifiEnabledRequest) ProtoMessage()

func (*SetWifiEnabledRequest) ProtoReflect

func (x *SetWifiEnabledRequest) ProtoReflect() protoreflect.Message

func (*SetWifiEnabledRequest) Reset

func (x *SetWifiEnabledRequest) Reset()

func (*SetWifiEnabledRequest) String

func (x *SetWifiEnabledRequest) String() string

type ShillPropertyChangedSignal

type ShillPropertyChangedSignal struct {
	Prop string    `protobuf:"bytes,1,opt,name=prop,proto3" json:"prop,omitempty"`
	Val  *ShillVal `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*ShillPropertyChangedSignal) Descriptor deprecated

func (*ShillPropertyChangedSignal) Descriptor() ([]byte, []int)

Deprecated: Use ShillPropertyChangedSignal.ProtoReflect.Descriptor instead.

func (*ShillPropertyChangedSignal) GetProp

func (x *ShillPropertyChangedSignal) GetProp() string

func (*ShillPropertyChangedSignal) GetVal

func (x *ShillPropertyChangedSignal) GetVal() *ShillVal

func (*ShillPropertyChangedSignal) ProtoMessage

func (*ShillPropertyChangedSignal) ProtoMessage()

func (*ShillPropertyChangedSignal) ProtoReflect

func (*ShillPropertyChangedSignal) Reset

func (x *ShillPropertyChangedSignal) Reset()

func (*ShillPropertyChangedSignal) String

func (x *ShillPropertyChangedSignal) String() string

type ShillServiceClient

type ShillServiceClient interface {
	// InitDUT initialize the DUT for WiFi testing.
	InitDUT(ctx context.Context, in *InitDUTRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ReinitTestState cleans and sets up the environment for a single WiFi testcase.
	ReinitTestState(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
	// TearDown reverts the settings made in InitDUT (and also ReinitTestState).
	TearDown(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
	// Connect attempts to connect WiFi network.
	Connect(ctx context.Context, in *ConnectRequest, opts ...grpc.CallOption) (*ConnectResponse, error)
	// Disconnect attempts to disconnect from a service.
	Disconnect(ctx context.Context, in *DisconnectRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DeleteEntriesForSSID deletes all WiFi profile entries for a given ssid.
	DeleteEntriesForSSID(ctx context.Context, in *DeleteEntriesForSSIDRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// QueryService queries shill service information.
	QueryService(ctx context.Context, in *QueryServiceRequest, opts ...grpc.CallOption) (*QueryServiceResponse, error)
	// GetInterface returns the WiFi device interface name (e.g., wlan0).
	GetInterface(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetInterfaceResponse, error)
	// GetIPv4Addrs returns the IPv4 addresses for the network interface.
	GetIPv4Addrs(ctx context.Context, in *GetIPv4AddrsRequest, opts ...grpc.CallOption) (*GetIPv4AddrsResponse, error)
	// GetHardwareAddr returns the HardwareAddr for the network interface.
	GetHardwareAddr(ctx context.Context, in *GetHardwareAddrRequest, opts ...grpc.CallOption) (*GetHardwareAddrResponse, error)
	// ExpectWifiFrequencies checks if the device discovers the given SSID on the specific frequencies.
	ExpectWifiFrequencies(ctx context.Context, in *ExpectWifiFrequenciesRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetBgscanConfig returns the bgscan configuration the device's WiFi module currently uses.
	GetBgscanConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetBgscanConfigResponse, error)
	// SetBgscanConfig sets the device's WiFi module's bgscan configuration.
	SetBgscanConfig(ctx context.Context, in *SetBgscanConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// AssureDisconnect assures that the WiFi service has disconnected within timeout (nanoseconds).
	AssureDisconnect(ctx context.Context, in *AssureDisconnectRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DisableEnableTest disables and then enables the WiFi interface.
	// This is the main body of the DisableEnable test.
	DisableEnableTest(ctx context.Context, in *DisableEnableTestRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// RequestScans requests shill to trigger active scans on WiFi devices.
	RequestScans(ctx context.Context, in *RequestScansRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// SetMACRandomize sets the MAC randomization setting on the WiFi device.
	// The original setting is returned for ease of restoring.
	SetMACRandomize(ctx context.Context, in *SetMACRandomizeRequest, opts ...grpc.CallOption) (*SetMACRandomizeResponse, error)
	// WaitScanIdle waits for not scanning state. If there's a running scan, it can
	// wait for it to be done with timeout 10 seconds.
	// This is useful when the test sets some parameters regarding scans and wants
	// to avoid noices due to not yet ended scans.
	WaitScanIdle(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
	// ConfigureAndAssertAutoConnect configures the matched shill service and then
	// waits for the IsConnected property becomes true.
	// Note that this function does not attempt to connect; it waits for auto
	// connect instead.
	ConfigureAndAssertAutoConnect(ctx context.Context, in *ConfigureAndAssertAutoConnectRequest, opts ...grpc.CallOption) (*ConfigureAndAssertAutoConnectResponse, error)
	// GetCurrentTime returns the current local time in the given format.
	GetCurrentTime(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetCurrentTimeResponse, error)
	// SelectedService returns the object path of selected service of WiFi service.
	SelectedService(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*SelectedServiceResponse, error)
	// ExpectShillProperty is a streaming gRPC, takes a shill service path, expects a list of property
	// criteria in order, and takes a list of shill properties to monitor. When a property's value is
	// expected, it responds the property's (key, value) pair. The method sends an empty response as the
	// property watcher is set. A property matching criterion consists of a property name, a list of
	// expected values, a list of excluded values, and a "CheckType". We say a criterion is met iff the
	// property value is in one of the expected values and not in any of the excluded values. If the
	// property value is one of the excluded values, the method fails immediately. The call monitors the
	// specified shill properties and returns the monitor results as a chronological list of pairs
	// (changed property, changed value) at the end.
	// For CheckMethod, it has three methods:
	// 1. CHECK_ONLY: checks if the criterion is met.
	// 2. ON_CHANGE: waits for the property changes to the expected values.
	// 3. CHECK_WAIT: checks if the criterion is met; if not, waits until the property's value is met.
	ExpectShillProperty(ctx context.Context, in *ExpectShillPropertyRequest, opts ...grpc.CallOption) (ShillService_ExpectShillPropertyClient, error)
	// ProfileBasicTest is the main body of the ProfileBasic test, which creates,
	// pushes, and pops the profiles and asserts the connection states between
	// those operations.
	ProfileBasicTest(ctx context.Context, in *ProfileBasicTestRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DiscoverBSSID discovers the specified BSSID by running a scan.
	DiscoverBSSID(ctx context.Context, in *DiscoverBSSIDRequest, opts ...grpc.CallOption) (*DiscoverBSSIDResponse, error)
	// RequestRoam requests DUT to roam to the specified BSSID and waits until
	// the DUT has roamed.
	RequestRoam(ctx context.Context, in *RequestRoamRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// SetDHCPProperties sets the DHCP properties in shill and returns the original
	// values.
	SetDHCPProperties(ctx context.Context, in *SetDHCPPropertiesRequest, opts ...grpc.CallOption) (*SetDHCPPropertiesResponse, error)
	// Reassociate triggers reassociation with the current AP and waits until it
	// has reconnected or the timeout (in nanoseconds) expires.
	Reassociate(ctx context.Context, in *ReassociateRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetWifiEnabled checks to see if Wifi is an enabled technology on shill.
	// This call will wait for WiFi to appear in available technologies so we
	// can get correct enabled setting.
	GetWifiEnabled(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetWifiEnabledResponse, error)
	// SetWifiEnabled persistently enables/disables Wifi via shill.
	SetWifiEnabled(ctx context.Context, in *SetWifiEnabledRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// WaitForBSSID waits for a specific BSSID to be found.
	WaitForBSSID(ctx context.Context, in *WaitForBSSIDRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// MACRandomizeSupport tells if MAC randomization is supported for the WiFi device.
	MACRandomizeSupport(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*MACRandomizeSupportResponse, error)
	// GetMACRandomize tells if MAC randomization is enabled for the WiFi device.
	GetMACRandomize(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetMACRandomizeResponse, error)
	// EAPAuthSkipped is a streaming gRPC, who watches wpa_supplicant's D-Bus signals until the next connection
	// completes, and tells that the EAP authentication is skipped (i.e., PMKSA is cached and used) or not.
	// Note that the method sends an empty response as the signal watcher is set.
	EAPAuthSkipped(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (ShillService_EAPAuthSkippedClient, error)
	// SuspendAssertConnect suspends the DUT and waits for connection after resuming.
	SuspendAssertConnect(ctx context.Context, in *SuspendAssertConnectRequest, opts ...grpc.CallOption) (*SuspendAssertConnectResponse, error)
	// Suspend suspends the DUT.
	Suspend(ctx context.Context, in *SuspendRequest, opts ...grpc.CallOption) (*SuspendResponse, error)
	// GetGlobalFTProperty returns the WiFi.GlobalFTEnabled manager property value.
	GetGlobalFTProperty(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetGlobalFTPropertyResponse, error)
	// SetGlobalFTProperty set the WiFi.GlobalFTEnabled manager property value.
	SetGlobalFTProperty(ctx context.Context, in *SetGlobalFTPropertyRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetScanAllowRoamProperty returns the WiFi.ScanAllowRoam manager property value.
	GetScanAllowRoamProperty(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetScanAllowRoamPropertyResponse, error)
	// SetScanAllowRoamProperty set the WiFi.ScanAllowRoam manager property value.
	SetScanAllowRoamProperty(ctx context.Context, in *SetScanAllowRoamPropertyRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// DisconnectReason is a streaming gRPC, who waits for the wpa_supplicant's
	// DisconnectReason property change, and returns the code to the client.
	// To notify the caller that it is ready, it sends an empty response after
	// the signal watcher is initialized.
	DisconnectReason(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (ShillService_DisconnectReasonClient, error)
	// FlushBSS flushes BSS entries over the specified age from wpa_supplicant's cache.
	FlushBSS(ctx context.Context, in *FlushBSSRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// ResetTest is the main body of the Reset test, which resets/suspends and verifies the connection for several times.
	ResetTest(ctx context.Context, in *ResetTestRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// HealthCheck examines if the DUT is healthy. If some tests fail to bring
	// the WiFi device back, it treats the DUT as unhealthy. Testing host needs
	// to reboot the DUT to refrain it from affecting the following tests.
	HealthCheck(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetLoggingConfig returns the logging configuration the device currently uses.
	GetLoggingConfig(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetLoggingConfigResponse, error)
	// SetLoggingConfig sets the device logging configuration.
	SetLoggingConfig(ctx context.Context, in *SetLoggingConfigRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// GetWakeOnWifi gets WakeOnWiFi related properties of WiFi device.
	GetWakeOnWifi(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*GetWakeOnWifiResponse, error)
	// SetWakeOnWifi sets WakeOnWiFi related properties of WiFi device.
	SetWakeOnWifi(ctx context.Context, in *SetWakeOnWifiRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// CheckLastWakeReason checks if the last wake reason of WiFi device is as expected.
	CheckLastWakeReason(ctx context.Context, in *CheckLastWakeReasonRequest, opts ...grpc.CallOption) (*empty.Empty, error)
	// WatchDarkResume is a streaming gRPC which watchers power manager's D-Bus
	// signals until next resume (SuspendDone), and returns the count of dark
	// resumes.
	// Note that it sends back an empty response first to notify the caller that
	// the D-Bus watcher is ready.
	WatchDarkResume(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (ShillService_WatchDarkResumeClient, error)
}

ShillServiceClient is the client API for ShillService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ShillServiceServer

type ShillServiceServer interface {
	// InitDUT initialize the DUT for WiFi testing.
	InitDUT(context.Context, *InitDUTRequest) (*empty.Empty, error)
	// ReinitTestState cleans and sets up the environment for a single WiFi testcase.
	ReinitTestState(context.Context, *empty.Empty) (*empty.Empty, error)
	// TearDown reverts the settings made in InitDUT (and also ReinitTestState).
	TearDown(context.Context, *empty.Empty) (*empty.Empty, error)
	// Connect attempts to connect WiFi network.
	Connect(context.Context, *ConnectRequest) (*ConnectResponse, error)
	// Disconnect attempts to disconnect from a service.
	Disconnect(context.Context, *DisconnectRequest) (*empty.Empty, error)
	// DeleteEntriesForSSID deletes all WiFi profile entries for a given ssid.
	DeleteEntriesForSSID(context.Context, *DeleteEntriesForSSIDRequest) (*empty.Empty, error)
	// QueryService queries shill service information.
	QueryService(context.Context, *QueryServiceRequest) (*QueryServiceResponse, error)
	// GetInterface returns the WiFi device interface name (e.g., wlan0).
	GetInterface(context.Context, *empty.Empty) (*GetInterfaceResponse, error)
	// GetIPv4Addrs returns the IPv4 addresses for the network interface.
	GetIPv4Addrs(context.Context, *GetIPv4AddrsRequest) (*GetIPv4AddrsResponse, error)
	// GetHardwareAddr returns the HardwareAddr for the network interface.
	GetHardwareAddr(context.Context, *GetHardwareAddrRequest) (*GetHardwareAddrResponse, error)
	// ExpectWifiFrequencies checks if the device discovers the given SSID on the specific frequencies.
	ExpectWifiFrequencies(context.Context, *ExpectWifiFrequenciesRequest) (*empty.Empty, error)
	// GetBgscanConfig returns the bgscan configuration the device's WiFi module currently uses.
	GetBgscanConfig(context.Context, *empty.Empty) (*GetBgscanConfigResponse, error)
	// SetBgscanConfig sets the device's WiFi module's bgscan configuration.
	SetBgscanConfig(context.Context, *SetBgscanConfigRequest) (*empty.Empty, error)
	// AssureDisconnect assures that the WiFi service has disconnected within timeout (nanoseconds).
	AssureDisconnect(context.Context, *AssureDisconnectRequest) (*empty.Empty, error)
	// DisableEnableTest disables and then enables the WiFi interface.
	// This is the main body of the DisableEnable test.
	DisableEnableTest(context.Context, *DisableEnableTestRequest) (*empty.Empty, error)
	// RequestScans requests shill to trigger active scans on WiFi devices.
	RequestScans(context.Context, *RequestScansRequest) (*empty.Empty, error)
	// SetMACRandomize sets the MAC randomization setting on the WiFi device.
	// The original setting is returned for ease of restoring.
	SetMACRandomize(context.Context, *SetMACRandomizeRequest) (*SetMACRandomizeResponse, error)
	// WaitScanIdle waits for not scanning state. If there's a running scan, it can
	// wait for it to be done with timeout 10 seconds.
	// This is useful when the test sets some parameters regarding scans and wants
	// to avoid noices due to not yet ended scans.
	WaitScanIdle(context.Context, *empty.Empty) (*empty.Empty, error)
	// ConfigureAndAssertAutoConnect configures the matched shill service and then
	// waits for the IsConnected property becomes true.
	// Note that this function does not attempt to connect; it waits for auto
	// connect instead.
	ConfigureAndAssertAutoConnect(context.Context, *ConfigureAndAssertAutoConnectRequest) (*ConfigureAndAssertAutoConnectResponse, error)
	// GetCurrentTime returns the current local time in the given format.
	GetCurrentTime(context.Context, *empty.Empty) (*GetCurrentTimeResponse, error)
	// SelectedService returns the object path of selected service of WiFi service.
	SelectedService(context.Context, *empty.Empty) (*SelectedServiceResponse, error)
	// ExpectShillProperty is a streaming gRPC, takes a shill service path, expects a list of property
	// criteria in order, and takes a list of shill properties to monitor. When a property's value is
	// expected, it responds the property's (key, value) pair. The method sends an empty response as the
	// property watcher is set. A property matching criterion consists of a property name, a list of
	// expected values, a list of excluded values, and a "CheckType". We say a criterion is met iff the
	// property value is in one of the expected values and not in any of the excluded values. If the
	// property value is one of the excluded values, the method fails immediately. The call monitors the
	// specified shill properties and returns the monitor results as a chronological list of pairs
	// (changed property, changed value) at the end.
	// For CheckMethod, it has three methods:
	// 1. CHECK_ONLY: checks if the criterion is met.
	// 2. ON_CHANGE: waits for the property changes to the expected values.
	// 3. CHECK_WAIT: checks if the criterion is met; if not, waits until the property's value is met.
	ExpectShillProperty(*ExpectShillPropertyRequest, ShillService_ExpectShillPropertyServer) error
	// ProfileBasicTest is the main body of the ProfileBasic test, which creates,
	// pushes, and pops the profiles and asserts the connection states between
	// those operations.
	ProfileBasicTest(context.Context, *ProfileBasicTestRequest) (*empty.Empty, error)
	// DiscoverBSSID discovers the specified BSSID by running a scan.
	DiscoverBSSID(context.Context, *DiscoverBSSIDRequest) (*DiscoverBSSIDResponse, error)
	// RequestRoam requests DUT to roam to the specified BSSID and waits until
	// the DUT has roamed.
	RequestRoam(context.Context, *RequestRoamRequest) (*empty.Empty, error)
	// SetDHCPProperties sets the DHCP properties in shill and returns the original
	// values.
	SetDHCPProperties(context.Context, *SetDHCPPropertiesRequest) (*SetDHCPPropertiesResponse, error)
	// Reassociate triggers reassociation with the current AP and waits until it
	// has reconnected or the timeout (in nanoseconds) expires.
	Reassociate(context.Context, *ReassociateRequest) (*empty.Empty, error)
	// GetWifiEnabled checks to see if Wifi is an enabled technology on shill.
	// This call will wait for WiFi to appear in available technologies so we
	// can get correct enabled setting.
	GetWifiEnabled(context.Context, *empty.Empty) (*GetWifiEnabledResponse, error)
	// SetWifiEnabled persistently enables/disables Wifi via shill.
	SetWifiEnabled(context.Context, *SetWifiEnabledRequest) (*empty.Empty, error)
	// WaitForBSSID waits for a specific BSSID to be found.
	WaitForBSSID(context.Context, *WaitForBSSIDRequest) (*empty.Empty, error)
	// MACRandomizeSupport tells if MAC randomization is supported for the WiFi device.
	MACRandomizeSupport(context.Context, *empty.Empty) (*MACRandomizeSupportResponse, error)
	// GetMACRandomize tells if MAC randomization is enabled for the WiFi device.
	GetMACRandomize(context.Context, *empty.Empty) (*GetMACRandomizeResponse, error)
	// EAPAuthSkipped is a streaming gRPC, who watches wpa_supplicant's D-Bus signals until the next connection
	// completes, and tells that the EAP authentication is skipped (i.e., PMKSA is cached and used) or not.
	// Note that the method sends an empty response as the signal watcher is set.
	EAPAuthSkipped(*empty.Empty, ShillService_EAPAuthSkippedServer) error
	// SuspendAssertConnect suspends the DUT and waits for connection after resuming.
	SuspendAssertConnect(context.Context, *SuspendAssertConnectRequest) (*SuspendAssertConnectResponse, error)
	// Suspend suspends the DUT.
	Suspend(context.Context, *SuspendRequest) (*SuspendResponse, error)
	// GetGlobalFTProperty returns the WiFi.GlobalFTEnabled manager property value.
	GetGlobalFTProperty(context.Context, *empty.Empty) (*GetGlobalFTPropertyResponse, error)
	// SetGlobalFTProperty set the WiFi.GlobalFTEnabled manager property value.
	SetGlobalFTProperty(context.Context, *SetGlobalFTPropertyRequest) (*empty.Empty, error)
	// GetScanAllowRoamProperty returns the WiFi.ScanAllowRoam manager property value.
	GetScanAllowRoamProperty(context.Context, *empty.Empty) (*GetScanAllowRoamPropertyResponse, error)
	// SetScanAllowRoamProperty set the WiFi.ScanAllowRoam manager property value.
	SetScanAllowRoamProperty(context.Context, *SetScanAllowRoamPropertyRequest) (*empty.Empty, error)
	// DisconnectReason is a streaming gRPC, who waits for the wpa_supplicant's
	// DisconnectReason property change, and returns the code to the client.
	// To notify the caller that it is ready, it sends an empty response after
	// the signal watcher is initialized.
	DisconnectReason(*empty.Empty, ShillService_DisconnectReasonServer) error
	// FlushBSS flushes BSS entries over the specified age from wpa_supplicant's cache.
	FlushBSS(context.Context, *FlushBSSRequest) (*empty.Empty, error)
	// ResetTest is the main body of the Reset test, which resets/suspends and verifies the connection for several times.
	ResetTest(context.Context, *ResetTestRequest) (*empty.Empty, error)
	// HealthCheck examines if the DUT is healthy. If some tests fail to bring
	// the WiFi device back, it treats the DUT as unhealthy. Testing host needs
	// to reboot the DUT to refrain it from affecting the following tests.
	HealthCheck(context.Context, *empty.Empty) (*empty.Empty, error)
	// GetLoggingConfig returns the logging configuration the device currently uses.
	GetLoggingConfig(context.Context, *empty.Empty) (*GetLoggingConfigResponse, error)
	// SetLoggingConfig sets the device logging configuration.
	SetLoggingConfig(context.Context, *SetLoggingConfigRequest) (*empty.Empty, error)
	// GetWakeOnWifi gets WakeOnWiFi related properties of WiFi device.
	GetWakeOnWifi(context.Context, *empty.Empty) (*GetWakeOnWifiResponse, error)
	// SetWakeOnWifi sets WakeOnWiFi related properties of WiFi device.
	SetWakeOnWifi(context.Context, *SetWakeOnWifiRequest) (*empty.Empty, error)
	// CheckLastWakeReason checks if the last wake reason of WiFi device is as expected.
	CheckLastWakeReason(context.Context, *CheckLastWakeReasonRequest) (*empty.Empty, error)
	// WatchDarkResume is a streaming gRPC which watchers power manager's D-Bus
	// signals until next resume (SuspendDone), and returns the count of dark
	// resumes.
	// Note that it sends back an empty response first to notify the caller that
	// the D-Bus watcher is ready.
	WatchDarkResume(*empty.Empty, ShillService_WatchDarkResumeServer) error
}

ShillServiceServer is the server API for ShillService service.

type ShillService_DisconnectReasonClient

type ShillService_DisconnectReasonClient interface {
	Recv() (*DisconnectReasonResponse, error)
	grpc.ClientStream
}

type ShillService_DisconnectReasonServer

type ShillService_DisconnectReasonServer interface {
	Send(*DisconnectReasonResponse) error
	grpc.ServerStream
}

type ShillService_EAPAuthSkippedClient

type ShillService_EAPAuthSkippedClient interface {
	Recv() (*EAPAuthSkippedResponse, error)
	grpc.ClientStream
}

type ShillService_EAPAuthSkippedServer

type ShillService_EAPAuthSkippedServer interface {
	Send(*EAPAuthSkippedResponse) error
	grpc.ServerStream
}

type ShillService_ExpectShillPropertyClient

type ShillService_ExpectShillPropertyClient interface {
	Recv() (*ExpectShillPropertyResponse, error)
	grpc.ClientStream
}

type ShillService_ExpectShillPropertyServer

type ShillService_ExpectShillPropertyServer interface {
	Send(*ExpectShillPropertyResponse) error
	grpc.ServerStream
}

type ShillService_WatchDarkResumeClient

type ShillService_WatchDarkResumeClient interface {
	Recv() (*WatchDarkResumeResponse, error)
	grpc.ClientStream
}

type ShillService_WatchDarkResumeServer

type ShillService_WatchDarkResumeServer interface {
	Send(*WatchDarkResumeResponse) error
	grpc.ServerStream
}

type ShillVal

type ShillVal struct {

	// Types that are assignable to Val:
	//	*ShillVal_Str
	//	*ShillVal_Bool
	//	*ShillVal_Uint32
	//	*ShillVal_StrArray
	//	*ShillVal_Uint32Array
	Val isShillVal_Val `protobuf_oneof:"val"`
	// contains filtered or unexported fields
}

func (*ShillVal) Descriptor deprecated

func (*ShillVal) Descriptor() ([]byte, []int)

Deprecated: Use ShillVal.ProtoReflect.Descriptor instead.

func (*ShillVal) GetBool

func (x *ShillVal) GetBool() bool

func (*ShillVal) GetStr

func (x *ShillVal) GetStr() string

func (*ShillVal) GetStrArray

func (x *ShillVal) GetStrArray() *StrArray

func (*ShillVal) GetUint32

func (x *ShillVal) GetUint32() uint32

func (*ShillVal) GetUint32Array

func (x *ShillVal) GetUint32Array() *Uint32Array

func (*ShillVal) GetVal

func (m *ShillVal) GetVal() isShillVal_Val

func (*ShillVal) ProtoMessage

func (*ShillVal) ProtoMessage()

func (*ShillVal) ProtoReflect

func (x *ShillVal) ProtoReflect() protoreflect.Message

func (*ShillVal) Reset

func (x *ShillVal) Reset()

func (*ShillVal) String

func (x *ShillVal) String() string

type ShillVal_Bool

type ShillVal_Bool struct {
	Bool bool `protobuf:"varint,2,opt,name=bool,proto3,oneof"`
}

type ShillVal_Str

type ShillVal_Str struct {
	Str string `protobuf:"bytes,1,opt,name=str,proto3,oneof"`
}

type ShillVal_StrArray

type ShillVal_StrArray struct {
	// Because 'repeated' label is not allowed in oneof type, we define StrArray
	// for repeated string field.
	StrArray *StrArray `protobuf:"bytes,4,opt,name=str_array,json=strArray,proto3,oneof"`
}

type ShillVal_Uint32

type ShillVal_Uint32 struct {
	Uint32 uint32 `protobuf:"varint,3,opt,name=uint32,proto3,oneof"`
}

type ShillVal_Uint32Array

type ShillVal_Uint32Array struct {
	Uint32Array *Uint32Array `protobuf:"bytes,5,opt,name=uint32_array,json=uint32Array,proto3,oneof"`
}

type StrArray

type StrArray struct {
	Vals []string `protobuf:"bytes,1,rep,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*StrArray) Descriptor deprecated

func (*StrArray) Descriptor() ([]byte, []int)

Deprecated: Use StrArray.ProtoReflect.Descriptor instead.

func (*StrArray) GetVals

func (x *StrArray) GetVals() []string

func (*StrArray) ProtoMessage

func (*StrArray) ProtoMessage()

func (*StrArray) ProtoReflect

func (x *StrArray) ProtoReflect() protoreflect.Message

func (*StrArray) Reset

func (x *StrArray) Reset()

func (*StrArray) String

func (x *StrArray) String() string

type SuspendAssertConnectRequest

type SuspendAssertConnectRequest struct {
	WakeUpTimeout int64  `protobuf:"varint,1,opt,name=wake_up_timeout,json=wakeUpTimeout,proto3" json:"wake_up_timeout,omitempty"`
	ServicePath   string `protobuf:"bytes,2,opt,name=service_path,json=servicePath,proto3" json:"service_path,omitempty"`
	// contains filtered or unexported fields
}

func (*SuspendAssertConnectRequest) Descriptor deprecated

func (*SuspendAssertConnectRequest) Descriptor() ([]byte, []int)

Deprecated: Use SuspendAssertConnectRequest.ProtoReflect.Descriptor instead.

func (*SuspendAssertConnectRequest) GetServicePath

func (x *SuspendAssertConnectRequest) GetServicePath() string

func (*SuspendAssertConnectRequest) GetWakeUpTimeout

func (x *SuspendAssertConnectRequest) GetWakeUpTimeout() int64

func (*SuspendAssertConnectRequest) ProtoMessage

func (*SuspendAssertConnectRequest) ProtoMessage()

func (*SuspendAssertConnectRequest) ProtoReflect

func (*SuspendAssertConnectRequest) Reset

func (x *SuspendAssertConnectRequest) Reset()

func (*SuspendAssertConnectRequest) String

func (x *SuspendAssertConnectRequest) String() string

type SuspendAssertConnectResponse

type SuspendAssertConnectResponse struct {
	ReconnectTime int64 `protobuf:"varint,1,opt,name=reconnect_time,json=reconnectTime,proto3" json:"reconnect_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SuspendAssertConnectResponse) Descriptor deprecated

func (*SuspendAssertConnectResponse) Descriptor() ([]byte, []int)

Deprecated: Use SuspendAssertConnectResponse.ProtoReflect.Descriptor instead.

func (*SuspendAssertConnectResponse) GetReconnectTime

func (x *SuspendAssertConnectResponse) GetReconnectTime() int64

func (*SuspendAssertConnectResponse) ProtoMessage

func (*SuspendAssertConnectResponse) ProtoMessage()

func (*SuspendAssertConnectResponse) ProtoReflect

func (*SuspendAssertConnectResponse) Reset

func (x *SuspendAssertConnectResponse) Reset()

func (*SuspendAssertConnectResponse) String

type SuspendRequest

type SuspendRequest struct {
	WakeUpTimeout  int64 `protobuf:"varint,1,opt,name=wake_up_timeout,json=wakeUpTimeout,proto3" json:"wake_up_timeout,omitempty"`
	CheckEarlyWake bool  `protobuf:"varint,2,opt,name=check_early_wake,json=checkEarlyWake,proto3" json:"check_early_wake,omitempty"`
	// contains filtered or unexported fields
}

func (*SuspendRequest) Descriptor deprecated

func (*SuspendRequest) Descriptor() ([]byte, []int)

Deprecated: Use SuspendRequest.ProtoReflect.Descriptor instead.

func (*SuspendRequest) GetCheckEarlyWake

func (x *SuspendRequest) GetCheckEarlyWake() bool

func (*SuspendRequest) GetWakeUpTimeout

func (x *SuspendRequest) GetWakeUpTimeout() int64

func (*SuspendRequest) ProtoMessage

func (*SuspendRequest) ProtoMessage()

func (*SuspendRequest) ProtoReflect

func (x *SuspendRequest) ProtoReflect() protoreflect.Message

func (*SuspendRequest) Reset

func (x *SuspendRequest) Reset()

func (*SuspendRequest) String

func (x *SuspendRequest) String() string

type SuspendResponse

type SuspendResponse struct {
	SuspendTime int64 `protobuf:"varint,1,opt,name=suspend_time,json=suspendTime,proto3" json:"suspend_time,omitempty"`
	// contains filtered or unexported fields
}

func (*SuspendResponse) Descriptor deprecated

func (*SuspendResponse) Descriptor() ([]byte, []int)

Deprecated: Use SuspendResponse.ProtoReflect.Descriptor instead.

func (*SuspendResponse) GetSuspendTime

func (x *SuspendResponse) GetSuspendTime() int64

func (*SuspendResponse) ProtoMessage

func (*SuspendResponse) ProtoMessage()

func (*SuspendResponse) ProtoReflect

func (x *SuspendResponse) ProtoReflect() protoreflect.Message

func (*SuspendResponse) Reset

func (x *SuspendResponse) Reset()

func (*SuspendResponse) String

func (x *SuspendResponse) String() string

type Uint32Array

type Uint32Array struct {
	Vals []uint32 `protobuf:"varint,1,rep,packed,name=vals,proto3" json:"vals,omitempty"`
	// contains filtered or unexported fields
}

func (*Uint32Array) Descriptor deprecated

func (*Uint32Array) Descriptor() ([]byte, []int)

Deprecated: Use Uint32Array.ProtoReflect.Descriptor instead.

func (*Uint32Array) GetVals

func (x *Uint32Array) GetVals() []uint32

func (*Uint32Array) ProtoMessage

func (*Uint32Array) ProtoMessage()

func (*Uint32Array) ProtoReflect

func (x *Uint32Array) ProtoReflect() protoreflect.Message

func (*Uint32Array) Reset

func (x *Uint32Array) Reset()

func (*Uint32Array) String

func (x *Uint32Array) String() string

type UnimplementedIwlwifiPCIRescanServer

type UnimplementedIwlwifiPCIRescanServer struct {
}

UnimplementedIwlwifiPCIRescanServer can be embedded to have forward compatible implementations.

func (*UnimplementedIwlwifiPCIRescanServer) RemoveIfaceAndWaitForRecovery

func (*UnimplementedIwlwifiPCIRescanServer) RemoveIfaceAndWaitForRecovery(context.Context, *empty.Empty) (*empty.Empty, error)

type UnimplementedShillServiceServer

type UnimplementedShillServiceServer struct {
}

UnimplementedShillServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedShillServiceServer) AssureDisconnect

func (*UnimplementedShillServiceServer) CheckLastWakeReason

func (*UnimplementedShillServiceServer) Connect

func (*UnimplementedShillServiceServer) DeleteEntriesForSSID

func (*UnimplementedShillServiceServer) DisableEnableTest

func (*UnimplementedShillServiceServer) Disconnect

func (*UnimplementedShillServiceServer) DisconnectReason

func (*UnimplementedShillServiceServer) DiscoverBSSID

func (*UnimplementedShillServiceServer) EAPAuthSkipped

func (*UnimplementedShillServiceServer) ExpectWifiFrequencies

func (*UnimplementedShillServiceServer) FlushBSS

func (*UnimplementedShillServiceServer) GetBgscanConfig

func (*UnimplementedShillServiceServer) GetCurrentTime

func (*UnimplementedShillServiceServer) GetGlobalFTProperty

func (*UnimplementedShillServiceServer) GetHardwareAddr

func (*UnimplementedShillServiceServer) GetIPv4Addrs

func (*UnimplementedShillServiceServer) GetInterface

func (*UnimplementedShillServiceServer) GetLoggingConfig

func (*UnimplementedShillServiceServer) GetMACRandomize

func (*UnimplementedShillServiceServer) GetScanAllowRoamProperty

func (*UnimplementedShillServiceServer) GetWakeOnWifi

func (*UnimplementedShillServiceServer) GetWifiEnabled

func (*UnimplementedShillServiceServer) HealthCheck

func (*UnimplementedShillServiceServer) InitDUT

func (*UnimplementedShillServiceServer) MACRandomizeSupport

func (*UnimplementedShillServiceServer) ProfileBasicTest

func (*UnimplementedShillServiceServer) QueryService

func (*UnimplementedShillServiceServer) Reassociate

func (*UnimplementedShillServiceServer) ReinitTestState

func (*UnimplementedShillServiceServer) RequestRoam

func (*UnimplementedShillServiceServer) RequestScans

func (*UnimplementedShillServiceServer) ResetTest

func (*UnimplementedShillServiceServer) SelectedService

func (*UnimplementedShillServiceServer) SetBgscanConfig

func (*UnimplementedShillServiceServer) SetDHCPProperties

func (*UnimplementedShillServiceServer) SetGlobalFTProperty

func (*UnimplementedShillServiceServer) SetLoggingConfig

func (*UnimplementedShillServiceServer) SetMACRandomize

func (*UnimplementedShillServiceServer) SetScanAllowRoamProperty

func (*UnimplementedShillServiceServer) SetWakeOnWifi

func (*UnimplementedShillServiceServer) SetWifiEnabled

func (*UnimplementedShillServiceServer) Suspend

func (*UnimplementedShillServiceServer) SuspendAssertConnect

func (*UnimplementedShillServiceServer) TearDown

func (*UnimplementedShillServiceServer) WaitForBSSID

func (*UnimplementedShillServiceServer) WaitScanIdle

func (*UnimplementedShillServiceServer) WatchDarkResume

type WaitForBSSIDRequest

type WaitForBSSIDRequest struct {
	Ssid  []byte `protobuf:"bytes,1,opt,name=ssid,proto3" json:"ssid,omitempty"`
	Bssid string `protobuf:"bytes,2,opt,name=bssid,proto3" json:"bssid,omitempty"`
	// contains filtered or unexported fields
}

func (*WaitForBSSIDRequest) Descriptor deprecated

func (*WaitForBSSIDRequest) Descriptor() ([]byte, []int)

Deprecated: Use WaitForBSSIDRequest.ProtoReflect.Descriptor instead.

func (*WaitForBSSIDRequest) GetBssid

func (x *WaitForBSSIDRequest) GetBssid() string

func (*WaitForBSSIDRequest) GetSsid

func (x *WaitForBSSIDRequest) GetSsid() []byte

func (*WaitForBSSIDRequest) ProtoMessage

func (*WaitForBSSIDRequest) ProtoMessage()

func (*WaitForBSSIDRequest) ProtoReflect

func (x *WaitForBSSIDRequest) ProtoReflect() protoreflect.Message

func (*WaitForBSSIDRequest) Reset

func (x *WaitForBSSIDRequest) Reset()

func (*WaitForBSSIDRequest) String

func (x *WaitForBSSIDRequest) String() string

type WakeOnWifiConfig

type WakeOnWifiConfig struct {
	Allowed             bool   `protobuf:"varint,1,opt,name=allowed,proto3" json:"allowed,omitempty"`
	Features            string `protobuf:"bytes,2,opt,name=features,proto3" json:"features,omitempty"`
	NetDetectScanPeriod uint32 `protobuf:"varint,3,opt,name=net_detect_scan_period,json=netDetectScanPeriod,proto3" json:"net_detect_scan_period,omitempty"`
	// contains filtered or unexported fields
}

func (*WakeOnWifiConfig) Descriptor deprecated

func (*WakeOnWifiConfig) Descriptor() ([]byte, []int)

Deprecated: Use WakeOnWifiConfig.ProtoReflect.Descriptor instead.

func (*WakeOnWifiConfig) GetAllowed

func (x *WakeOnWifiConfig) GetAllowed() bool

func (*WakeOnWifiConfig) GetFeatures

func (x *WakeOnWifiConfig) GetFeatures() string

func (*WakeOnWifiConfig) GetNetDetectScanPeriod

func (x *WakeOnWifiConfig) GetNetDetectScanPeriod() uint32

func (*WakeOnWifiConfig) ProtoMessage

func (*WakeOnWifiConfig) ProtoMessage()

func (*WakeOnWifiConfig) ProtoReflect

func (x *WakeOnWifiConfig) ProtoReflect() protoreflect.Message

func (*WakeOnWifiConfig) Reset

func (x *WakeOnWifiConfig) Reset()

func (*WakeOnWifiConfig) String

func (x *WakeOnWifiConfig) String() string

type WatchDarkResumeResponse

type WatchDarkResumeResponse struct {
	Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*WatchDarkResumeResponse) Descriptor deprecated

func (*WatchDarkResumeResponse) Descriptor() ([]byte, []int)

Deprecated: Use WatchDarkResumeResponse.ProtoReflect.Descriptor instead.

func (*WatchDarkResumeResponse) GetCount

func (x *WatchDarkResumeResponse) GetCount() uint32

func (*WatchDarkResumeResponse) ProtoMessage

func (*WatchDarkResumeResponse) ProtoMessage()

func (*WatchDarkResumeResponse) ProtoReflect

func (x *WatchDarkResumeResponse) ProtoReflect() protoreflect.Message

func (*WatchDarkResumeResponse) Reset

func (x *WatchDarkResumeResponse) Reset()

func (*WatchDarkResumeResponse) String

func (x *WatchDarkResumeResponse) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL