Documentation
¶
Index ¶
- type AvailableChannelServer
- func (s *AvailableChannelServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *AvailableChannelServer) Equals(_ context.Context, req *pb.AvailableChannelEqualsRequest) (*pb.EqualsResponse, error)
- func (s *AvailableChannelServer) GetChannelWidth(_ context.Context, req *pb.GetChannelWidthRequest) (*pb.GetChannelWidthResponse, error)
- func (s *AvailableChannelServer) GetFrequencyMhz(_ context.Context, req *pb.GetFrequencyMhzRequest) (*pb.GetFrequencyMhzResponse, error)
- func (s *AvailableChannelServer) GetOperationalModes(_ context.Context, req *pb.GetOperationalModesRequest) (*pb.GetOperationalModesResponse, error)
- func (s *AvailableChannelServer) HashCode(_ context.Context, req *pb.AvailableChannelHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *AvailableChannelServer) NewAvailableChannel(_ context.Context, req *pb.NewAvailableChannelRequest) (*pb.NewAvailableChannelResponse, error)
- func (s *AvailableChannelServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *AvailableChannelServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ConfigurationServer
- func (s *ConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ConfigurationServer) GetHttpProxy(_ context.Context, req *pb.GetHttpProxyRequest) (*pb.GetHttpProxyResponse, error)
- func (s *ConfigurationServer) GetKey(_ context.Context, req *pb.GetKeyRequest) (*pb.GetKeyResponse, error)
- func (s *ConfigurationServer) GetMacRandomizationSetting(_ context.Context, req *pb.ConfigurationGetMacRandomizationSettingRequest) (*pb.GetMacRandomizationSettingResponse, error)
- func (s *ConfigurationServer) GetRandomizedMacAddress(_ context.Context, req *pb.GetRandomizedMacAddressRequest) (*pb.GetRandomizedMacAddressResponse, error)
- func (s *ConfigurationServer) IsDppConfigurator(_ context.Context, req *pb.IsDppConfiguratorRequest) (*pb.IsDppConfiguratorResponse, error)
- func (s *ConfigurationServer) IsPasspoint(_ context.Context, req *pb.IsPasspointRequest) (*pb.IsPasspointResponse, error)
- func (s *ConfigurationServer) NewConfiguration(_ context.Context, req *pb.NewConfigurationRequest) (*pb.NewConfigurationResponse, error)
- func (s *ConfigurationServer) SetHttpProxy(_ context.Context, req *pb.SetHttpProxyRequest) (*pb.SetHttpProxyResponse, error)
- func (s *ConfigurationServer) SetIpConfiguration(_ context.Context, req *pb.SetIpConfigurationRequest) (*pb.SetIpConfigurationResponse, error)
- func (s *ConfigurationServer) SetMacRandomizationSetting(_ context.Context, req *pb.ConfigurationSetMacRandomizationSettingRequest) (*pb.ConfigurationSetMacRandomizationSettingResponse, error)
- func (s *ConfigurationServer) SetSecurityParams(_ context.Context, req *pb.SetSecurityParamsRequest) (*pb.SetSecurityParamsResponse, error)
- func (s *ConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *ConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type EnterpriseConfigServer
- func (s *EnterpriseConfigServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *EnterpriseConfigServer) EnableTrustOnFirstUse(_ context.Context, req *pb.EnableTrustOnFirstUseRequest) (*pb.EnableTrustOnFirstUseResponse, error)
- func (s *EnterpriseConfigServer) GetAltSubjectMatch(_ context.Context, req *pb.GetAltSubjectMatchRequest) (*pb.GetAltSubjectMatchResponse, error)
- func (s *EnterpriseConfigServer) GetAnonymousIdentity(_ context.Context, req *pb.GetAnonymousIdentityRequest) (*pb.GetAnonymousIdentityResponse, error)
- func (s *EnterpriseConfigServer) GetCaCertificate(_ context.Context, req *pb.GetCaCertificateRequest) (*pb.GetCaCertificateResponse, error)
- func (s *EnterpriseConfigServer) GetCaCertificates(_ context.Context, req *pb.GetCaCertificatesRequest) (*pb.GetCaCertificatesResponse, error)
- func (s *EnterpriseConfigServer) GetClientCertificate(_ context.Context, req *pb.GetClientCertificateRequest) (*pb.GetClientCertificateResponse, error)
- func (s *EnterpriseConfigServer) GetClientCertificateChain(_ context.Context, req *pb.GetClientCertificateChainRequest) (*pb.GetClientCertificateChainResponse, error)
- func (s *EnterpriseConfigServer) GetClientKeyPairAlias(_ context.Context, req *pb.GetClientKeyPairAliasRequest) (*pb.GetClientKeyPairAliasResponse, error)
- func (s *EnterpriseConfigServer) GetClientPrivateKey(_ context.Context, req *pb.GetClientPrivateKeyRequest) (*pb.GetClientPrivateKeyResponse, error)
- func (s *EnterpriseConfigServer) GetDecoratedIdentityPrefix(_ context.Context, req *pb.GetDecoratedIdentityPrefixRequest) (*pb.GetDecoratedIdentityPrefixResponse, error)
- func (s *EnterpriseConfigServer) GetDomainSuffixMatch(_ context.Context, req *pb.GetDomainSuffixMatchRequest) (*pb.GetDomainSuffixMatchResponse, error)
- func (s *EnterpriseConfigServer) GetEapMethod(_ context.Context, req *pb.GetEapMethodRequest) (*pb.GetEapMethodResponse, error)
- func (s *EnterpriseConfigServer) GetIdentity(_ context.Context, req *pb.GetIdentityRequest) (*pb.GetIdentityResponse, error)
- func (s *EnterpriseConfigServer) GetMinimumTlsVersion(_ context.Context, req *pb.GetMinimumTlsVersionRequest) (*pb.GetMinimumTlsVersionResponse, error)
- func (s *EnterpriseConfigServer) GetPassword(_ context.Context, req *pb.GetPasswordRequest) (*pb.GetPasswordResponse, error)
- func (s *EnterpriseConfigServer) GetPhase2Method(_ context.Context, req *pb.GetPhase2MethodRequest) (*pb.GetPhase2MethodResponse, error)
- func (s *EnterpriseConfigServer) GetPlmn(_ context.Context, req *pb.GetPlmnRequest) (*pb.GetPlmnResponse, error)
- func (s *EnterpriseConfigServer) GetRealm(_ context.Context, req *pb.GetRealmRequest) (*pb.GetRealmResponse, error)
- func (s *EnterpriseConfigServer) GetSubjectMatch(_ context.Context, req *pb.GetSubjectMatchRequest) (*pb.GetSubjectMatchResponse, error)
- func (s *EnterpriseConfigServer) HasCaCertificate(_ context.Context, req *pb.HasCaCertificateRequest) (*pb.HasCaCertificateResponse, error)
- func (s *EnterpriseConfigServer) IsAuthenticationSimBased(_ context.Context, req *pb.IsAuthenticationSimBasedRequest) (*pb.IsAuthenticationSimBasedResponse, error)
- func (s *EnterpriseConfigServer) IsEapMethodServerCertUsed(_ context.Context, req *pb.IsEapMethodServerCertUsedRequest) (*pb.IsEapMethodServerCertUsedResponse, error)
- func (s *EnterpriseConfigServer) IsServerCertValidationEnabled(_ context.Context, req *pb.IsServerCertValidationEnabledRequest) (*pb.IsServerCertValidationEnabledResponse, error)
- func (s *EnterpriseConfigServer) IsTrustOnFirstUseEnabled(_ context.Context, req *pb.IsTrustOnFirstUseEnabledRequest) (*pb.IsTrustOnFirstUseEnabledResponse, error)
- func (s *EnterpriseConfigServer) NewEnterpriseConfig(_ context.Context, req *pb.NewEnterpriseConfigRequest) (*pb.NewEnterpriseConfigResponse, error)
- func (s *EnterpriseConfigServer) SetAltSubjectMatch(_ context.Context, req *pb.SetAltSubjectMatchRequest) (*pb.SetAltSubjectMatchResponse, error)
- func (s *EnterpriseConfigServer) SetAnonymousIdentity(_ context.Context, req *pb.SetAnonymousIdentityRequest) (*pb.SetAnonymousIdentityResponse, error)
- func (s *EnterpriseConfigServer) SetCaCertificate(_ context.Context, req *pb.SetCaCertificateRequest) (*pb.SetCaCertificateResponse, error)
- func (s *EnterpriseConfigServer) SetCaCertificates(_ context.Context, req *pb.SetCaCertificatesRequest) (*pb.SetCaCertificatesResponse, error)
- func (s *EnterpriseConfigServer) SetClientKeyEntry(_ context.Context, req *pb.SetClientKeyEntryRequest) (*pb.SetClientKeyEntryResponse, error)
- func (s *EnterpriseConfigServer) SetClientKeyEntryWithCertificateChain(_ context.Context, req *pb.SetClientKeyEntryWithCertificateChainRequest) (*pb.SetClientKeyEntryWithCertificateChainResponse, error)
- func (s *EnterpriseConfigServer) SetClientKeyPairAlias(_ context.Context, req *pb.SetClientKeyPairAliasRequest) (*pb.SetClientKeyPairAliasResponse, error)
- func (s *EnterpriseConfigServer) SetDecoratedIdentityPrefix(_ context.Context, req *pb.SetDecoratedIdentityPrefixRequest) (*pb.SetDecoratedIdentityPrefixResponse, error)
- func (s *EnterpriseConfigServer) SetDomainSuffixMatch(_ context.Context, req *pb.SetDomainSuffixMatchRequest) (*pb.SetDomainSuffixMatchResponse, error)
- func (s *EnterpriseConfigServer) SetEapMethod(_ context.Context, req *pb.SetEapMethodRequest) (*pb.SetEapMethodResponse, error)
- func (s *EnterpriseConfigServer) SetIdentity(_ context.Context, req *pb.SetIdentityRequest) (*pb.SetIdentityResponse, error)
- func (s *EnterpriseConfigServer) SetMinimumTlsVersion(_ context.Context, req *pb.SetMinimumTlsVersionRequest) (*pb.SetMinimumTlsVersionResponse, error)
- func (s *EnterpriseConfigServer) SetPassword(_ context.Context, req *pb.SetPasswordRequest) (*pb.SetPasswordResponse, error)
- func (s *EnterpriseConfigServer) SetPhase2Method(_ context.Context, req *pb.SetPhase2MethodRequest) (*pb.SetPhase2MethodResponse, error)
- func (s *EnterpriseConfigServer) SetPlmn(_ context.Context, req *pb.SetPlmnRequest) (*pb.SetPlmnResponse, error)
- func (s *EnterpriseConfigServer) SetRealm(_ context.Context, req *pb.SetRealmRequest) (*pb.SetRealmResponse, error)
- func (s *EnterpriseConfigServer) SetSubjectMatch(_ context.Context, req *pb.SetSubjectMatchRequest) (*pb.SetSubjectMatchResponse, error)
- func (s *EnterpriseConfigServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *EnterpriseConfigServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ManagerServer
- func (s *ManagerServer) AddLocalOnlyConnectionFailureListener(_ context.Context, req *pb.AddLocalOnlyConnectionFailureListenerRequest) (*pb.AddLocalOnlyConnectionFailureListenerResponse, error)
- func (s *ManagerServer) AddNetwork(_ context.Context, req *pb.AddNetworkRequest) (*pb.AddNetworkResponse, error)
- func (s *ManagerServer) AddNetworkPrivileged(_ context.Context, req *pb.AddNetworkPrivilegedRequest) (*pb.AddNetworkPrivilegedResponse, error)
- func (s *ManagerServer) AddOrUpdatePasspointConfiguration(_ context.Context, req *pb.AddOrUpdatePasspointConfigurationRequest) (*pb.AddOrUpdatePasspointConfigurationResponse, error)
- func (s *ManagerServer) AddSuggestionConnectionStatusListener(_ context.Context, req *pb.AddSuggestionConnectionStatusListenerRequest) (*pb.AddSuggestionConnectionStatusListenerResponse, error)
- func (s *ManagerServer) AddSuggestionUserApprovalStatusListener(_ context.Context, req *pb.AddSuggestionUserApprovalStatusListenerRequest) (*pb.AddSuggestionUserApprovalStatusListenerResponse, error)
- func (s *ManagerServer) AddWifiStateChangedListener(_ context.Context, req *pb.AddWifiStateChangedListenerRequest) (*pb.AddWifiStateChangedListenerResponse, error)
- func (s *ManagerServer) AllowAutojoinGlobal(_ context.Context, req *pb.AllowAutojoinGlobalRequest) (*pb.AllowAutojoinGlobalResponse, error)
- func (s *ManagerServer) CalculateSignalLevel1(_ context.Context, req *pb.CalculateSignalLevel1Request) (*pb.CalculateSignalLevel1Response, error)
- func (s *ManagerServer) CalculateSignalLevel2_1(_ context.Context, req *pb.CalculateSignalLevel2_1Request) (*pb.CalculateSignalLevel2_1Response, error)
- func (s *ManagerServer) CancelWps(_ context.Context, req *pb.CancelWpsRequest) (*pb.CancelWpsResponse, error)
- func (s *ManagerServer) CompareSignalLevel(_ context.Context, req *pb.CompareSignalLevelRequest) (*pb.CompareSignalLevelResponse, error)
- func (s *ManagerServer) CreateMulticastLock(_ context.Context, req *pb.CreateMulticastLockRequest) (*pb.CreateMulticastLockResponse, error)
- func (s *ManagerServer) CreateWifiLock1_1(_ context.Context, req *pb.CreateWifiLock1_1Request) (*pb.CreateWifiLock1_1Response, error)
- func (s *ManagerServer) CreateWifiLock2(_ context.Context, req *pb.CreateWifiLock2Request) (*pb.CreateWifiLock2Response, error)
- func (s *ManagerServer) DisableNetwork(_ context.Context, req *pb.DisableNetworkRequest) (*pb.DisableNetworkResponse, error)
- func (s *ManagerServer) DisallowCurrentSuggestedNetwork(_ context.Context, req *pb.DisallowCurrentSuggestedNetworkRequest) (*pb.DisallowCurrentSuggestedNetworkResponse, error)
- func (s *ManagerServer) Disconnect(_ context.Context, req *pb.DisconnectRequest) (*pb.DisconnectResponse, error)
- func (s *ManagerServer) EnableNetwork(_ context.Context, req *pb.EnableNetworkRequest) (*pb.EnableNetworkResponse, error)
- func (s *ManagerServer) FlushPasspointAnqpCache(_ context.Context, req *pb.FlushPasspointAnqpCacheRequest) (*pb.FlushPasspointAnqpCacheResponse, error)
- func (s *ManagerServer) GetAllowedChannels(_ context.Context, req *pb.GetAllowedChannelsRequest) (*pb.GetAllowedChannelsResponse, error)
- func (s *ManagerServer) GetCallerConfiguredNetworks(_ context.Context, req *pb.GetCallerConfiguredNetworksRequest) (*pb.GetCallerConfiguredNetworksResponse, error)
- func (s *ManagerServer) GetConfiguredNetworks(_ context.Context, req *pb.GetConfiguredNetworksRequest) (*pb.GetConfiguredNetworksResponse, error)
- func (s *ManagerServer) GetConnectionInfo(_ context.Context, req *pb.GetConnectionInfoRequest) (*pb.GetConnectionInfoResponse, error)
- func (s *ManagerServer) GetDhcpInfo(_ context.Context, req *pb.GetDhcpInfoRequest) (*pb.GetDhcpInfoResponse, error)
- func (s *ManagerServer) GetMaxNumberOfChannelsPerNetworkSpecifierRequest(_ context.Context, ...) (*pb.GetMaxNumberOfChannelsPerNetworkSpecifierRequestResponse, error)
- func (s *ManagerServer) GetMaxNumberOfNetworkSuggestionsPerApp(_ context.Context, req *pb.GetMaxNumberOfNetworkSuggestionsPerAppRequest) (*pb.GetMaxNumberOfNetworkSuggestionsPerAppResponse, error)
- func (s *ManagerServer) GetMaxSignalLevel(_ context.Context, req *pb.GetMaxSignalLevelRequest) (*pb.GetMaxSignalLevelResponse, error)
- func (s *ManagerServer) GetNetworkSuggestions(_ context.Context, req *pb.GetNetworkSuggestionsRequest) (*pb.GetNetworkSuggestionsResponse, error)
- func (s *ManagerServer) GetPasspointConfigurations(_ context.Context, req *pb.GetPasspointConfigurationsRequest) (*pb.GetPasspointConfigurationsResponse, error)
- func (s *ManagerServer) GetScanResults(_ context.Context, req *pb.GetScanResultsRequest) (*pb.GetScanResultsResponse, error)
- func (s *ManagerServer) GetStaConcurrencyForMultiInternetMode(_ context.Context, req *pb.GetStaConcurrencyForMultiInternetModeRequest) (*pb.GetStaConcurrencyForMultiInternetModeResponse, error)
- func (s *ManagerServer) GetUsableChannels(_ context.Context, req *pb.GetUsableChannelsRequest) (*pb.GetUsableChannelsResponse, error)
- func (s *ManagerServer) GetWifiState(_ context.Context, req *pb.GetWifiStateRequest) (*pb.GetWifiStateResponse, error)
- func (s *ManagerServer) Is5GHzBandSupported(_ context.Context, req *pb.Is5GHzBandSupportedRequest) (*pb.Is5GHzBandSupportedResponse, error)
- func (s *ManagerServer) Is6GHzBandSupported(_ context.Context, req *pb.Is6GHzBandSupportedRequest) (*pb.Is6GHzBandSupportedResponse, error)
- func (s *ManagerServer) Is24GHzBandSupported(_ context.Context, req *pb.Is24GHzBandSupportedRequest) (*pb.Is24GHzBandSupportedResponse, error)
- func (s *ManagerServer) Is60GHzBandSupported(_ context.Context, req *pb.Is60GHzBandSupportedRequest) (*pb.Is60GHzBandSupportedResponse, error)
- func (s *ManagerServer) IsAggressiveRoamingModeSupported(_ context.Context, req *pb.IsAggressiveRoamingModeSupportedRequest) (*pb.IsAggressiveRoamingModeSupportedResponse, error)
- func (s *ManagerServer) IsAutoWakeupEnabled(_ context.Context, req *pb.IsAutoWakeupEnabledRequest) (*pb.IsAutoWakeupEnabledResponse, error)
- func (s *ManagerServer) IsBridgedApConcurrencySupported(_ context.Context, req *pb.IsBridgedApConcurrencySupportedRequest) (*pb.IsBridgedApConcurrencySupportedResponse, error)
- func (s *ManagerServer) IsCarrierNetworkOffloadEnabled(_ context.Context, req *pb.IsCarrierNetworkOffloadEnabledRequest) (*pb.IsCarrierNetworkOffloadEnabledResponse, error)
- func (s *ManagerServer) IsD2DSupportedWhenInfraStaDisabled(_ context.Context, req *pb.IsD2DSupportedWhenInfraStaDisabledRequest) (*pb.IsD2DSupportedWhenInfraStaDisabledResponse, error)
- func (s *ManagerServer) IsDecoratedIdentitySupported(_ context.Context, req *pb.IsDecoratedIdentitySupportedRequest) (*pb.IsDecoratedIdentitySupportedResponse, error)
- func (s *ManagerServer) IsDeviceToApRttSupported(_ context.Context, req *pb.IsDeviceToApRttSupportedRequest) (*pb.IsDeviceToApRttSupportedResponse, error)
- func (s *ManagerServer) IsDualBandSimultaneousSupported(_ context.Context, req *pb.IsDualBandSimultaneousSupportedRequest) (*pb.IsDualBandSimultaneousSupportedResponse, error)
- func (s *ManagerServer) IsEasyConnectDppAkmSupported(_ context.Context, req *pb.IsEasyConnectDppAkmSupportedRequest) (*pb.IsEasyConnectDppAkmSupportedResponse, error)
- func (s *ManagerServer) IsEasyConnectEnrolleeResponderModeSupported(_ context.Context, req *pb.IsEasyConnectEnrolleeResponderModeSupportedRequest) (*pb.IsEasyConnectEnrolleeResponderModeSupportedResponse, error)
- func (s *ManagerServer) IsEasyConnectSupported(_ context.Context, req *pb.IsEasyConnectSupportedRequest) (*pb.IsEasyConnectSupportedResponse, error)
- func (s *ManagerServer) IsEnhancedOpenSupported(_ context.Context, req *pb.IsEnhancedOpenSupportedRequest) (*pb.IsEnhancedOpenSupportedResponse, error)
- func (s *ManagerServer) IsEnhancedPowerReportingSupported(_ context.Context, req *pb.IsEnhancedPowerReportingSupportedRequest) (*pb.IsEnhancedPowerReportingSupportedResponse, error)
- func (s *ManagerServer) IsMakeBeforeBreakWifiSwitchingSupported(_ context.Context, req *pb.IsMakeBeforeBreakWifiSwitchingSupportedRequest) (*pb.IsMakeBeforeBreakWifiSwitchingSupportedResponse, error)
- func (s *ManagerServer) IsP2PSupported(_ context.Context, req *pb.IsP2PSupportedRequest) (*pb.IsP2PSupportedResponse, error)
- func (s *ManagerServer) IsPasspointTermsAndConditionsSupported(_ context.Context, req *pb.IsPasspointTermsAndConditionsSupportedRequest) (*pb.IsPasspointTermsAndConditionsSupportedResponse, error)
- func (s *ManagerServer) IsPreferredNetworkOffloadSupported(_ context.Context, req *pb.IsPreferredNetworkOffloadSupportedRequest) (*pb.IsPreferredNetworkOffloadSupportedResponse, error)
- func (s *ManagerServer) IsScanAlwaysAvailable(_ context.Context, req *pb.IsScanAlwaysAvailableRequest) (*pb.IsScanAlwaysAvailableResponse, error)
- func (s *ManagerServer) IsScanThrottleEnabled(_ context.Context, req *pb.IsScanThrottleEnabledRequest) (*pb.IsScanThrottleEnabledResponse, error)
- func (s *ManagerServer) IsStaApConcurrencySupported(_ context.Context, req *pb.IsStaApConcurrencySupportedRequest) (*pb.IsStaApConcurrencySupportedResponse, error)
- func (s *ManagerServer) IsStaBridgedApConcurrencySupported(_ context.Context, req *pb.IsStaBridgedApConcurrencySupportedRequest) (*pb.IsStaBridgedApConcurrencySupportedResponse, error)
- func (s *ManagerServer) IsStaConcurrencyForLocalOnlyConnectionsSupported(_ context.Context, ...) (*pb.IsStaConcurrencyForLocalOnlyConnectionsSupportedResponse, error)
- func (s *ManagerServer) IsStaConcurrencyForMultiInternetSupported(_ context.Context, req *pb.IsStaConcurrencyForMultiInternetSupportedRequest) (*pb.IsStaConcurrencyForMultiInternetSupportedResponse, error)
- func (s *ManagerServer) IsTdlsSupported(_ context.Context, req *pb.IsTdlsSupportedRequest) (*pb.IsTdlsSupportedResponse, error)
- func (s *ManagerServer) IsTidToLinkMappingNegotiationSupported(_ context.Context, req *pb.IsTidToLinkMappingNegotiationSupportedRequest) (*pb.IsTidToLinkMappingNegotiationSupportedResponse, error)
- func (s *ManagerServer) IsTlsMinimumVersionSupported(_ context.Context, req *pb.IsTlsMinimumVersionSupportedRequest) (*pb.IsTlsMinimumVersionSupportedResponse, error)
- func (s *ManagerServer) IsTlsV13Supported(_ context.Context, req *pb.IsTlsV13SupportedRequest) (*pb.IsTlsV13SupportedResponse, error)
- func (s *ManagerServer) IsTrustOnFirstUseSupported(_ context.Context, req *pb.IsTrustOnFirstUseSupportedRequest) (*pb.IsTrustOnFirstUseSupportedResponse, error)
- func (s *ManagerServer) IsWapiSupported(_ context.Context, req *pb.IsWapiSupportedRequest) (*pb.IsWapiSupportedResponse, error)
- func (s *ManagerServer) IsWepSupported(_ context.Context, req *pb.IsWepSupportedRequest) (*pb.IsWepSupportedResponse, error)
- func (s *ManagerServer) IsWifiDisplayR2Supported(_ context.Context, req *pb.IsWifiDisplayR2SupportedRequest) (*pb.IsWifiDisplayR2SupportedResponse, error)
- func (s *ManagerServer) IsWifiEnabled(_ context.Context, req *pb.IsWifiEnabledRequest) (*pb.IsWifiEnabledResponse, error)
- func (s *ManagerServer) IsWifiPasspointEnabled(_ context.Context, req *pb.IsWifiPasspointEnabledRequest) (*pb.IsWifiPasspointEnabledResponse, error)
- func (s *ManagerServer) IsWifiStandardSupported(_ context.Context, req *pb.IsWifiStandardSupportedRequest) (*pb.IsWifiStandardSupportedResponse, error)
- func (s *ManagerServer) IsWpa3SaeH2ESupported(_ context.Context, req *pb.IsWpa3SaeH2ESupportedRequest) (*pb.IsWpa3SaeH2ESupportedResponse, error)
- func (s *ManagerServer) IsWpa3SaePublicKeySupported(_ context.Context, req *pb.IsWpa3SaePublicKeySupportedRequest) (*pb.IsWpa3SaePublicKeySupportedResponse, error)
- func (s *ManagerServer) IsWpa3SaeSupported(_ context.Context, req *pb.IsWpa3SaeSupportedRequest) (*pb.IsWpa3SaeSupportedResponse, error)
- func (s *ManagerServer) IsWpa3SuiteBSupported(_ context.Context, req *pb.IsWpa3SuiteBSupportedRequest) (*pb.IsWpa3SuiteBSupportedResponse, error)
- func (s *ManagerServer) IsWpaPersonalSupported(_ context.Context, req *pb.IsWpaPersonalSupportedRequest) (*pb.IsWpaPersonalSupportedResponse, error)
- func (s *ManagerServer) PingSupplicant(_ context.Context, req *pb.PingSupplicantRequest) (*pb.PingSupplicantResponse, error)
- func (s *ManagerServer) QuerySendDhcpHostnameRestriction(_ context.Context, req *pb.QuerySendDhcpHostnameRestrictionRequest) (*pb.QuerySendDhcpHostnameRestrictionResponse, error)
- func (s *ManagerServer) Reassociate(_ context.Context, req *pb.ReassociateRequest) (*pb.ReassociateResponse, error)
- func (s *ManagerServer) Reconnect(_ context.Context, req *pb.ReconnectRequest) (*pb.ReconnectResponse, error)
- func (s *ManagerServer) RegisterScanResultsCallback(_ context.Context, req *pb.RegisterScanResultsCallbackRequest) (*pb.RegisterScanResultsCallbackResponse, error)
- func (s *ManagerServer) RegisterSubsystemRestartTrackingCallback(_ context.Context, req *pb.RegisterSubsystemRestartTrackingCallbackRequest) (*pb.RegisterSubsystemRestartTrackingCallbackResponse, error)
- func (s *ManagerServer) RemoveLocalOnlyConnectionFailureListener(_ context.Context, req *pb.RemoveLocalOnlyConnectionFailureListenerRequest) (*pb.RemoveLocalOnlyConnectionFailureListenerResponse, error)
- func (s *ManagerServer) RemoveNetwork(_ context.Context, req *pb.RemoveNetworkRequest) (*pb.RemoveNetworkResponse, error)
- func (s *ManagerServer) RemoveNonCallerConfiguredNetworks(_ context.Context, req *pb.RemoveNonCallerConfiguredNetworksRequest) (*pb.RemoveNonCallerConfiguredNetworksResponse, error)
- func (s *ManagerServer) RemovePasspointConfiguration(_ context.Context, req *pb.RemovePasspointConfigurationRequest) (*pb.RemovePasspointConfigurationResponse, error)
- func (s *ManagerServer) RemovePerSsidRoamingMode(_ context.Context, req *pb.RemovePerSsidRoamingModeRequest) (*pb.RemovePerSsidRoamingModeResponse, error)
- func (s *ManagerServer) RemoveSuggestionConnectionStatusListener(_ context.Context, req *pb.RemoveSuggestionConnectionStatusListenerRequest) (*pb.RemoveSuggestionConnectionStatusListenerResponse, error)
- func (s *ManagerServer) RemoveSuggestionUserApprovalStatusListener(_ context.Context, req *pb.RemoveSuggestionUserApprovalStatusListenerRequest) (*pb.RemoveSuggestionUserApprovalStatusListenerResponse, error)
- func (s *ManagerServer) RemoveWifiStateChangedListener(_ context.Context, req *pb.RemoveWifiStateChangedListenerRequest) (*pb.RemoveWifiStateChangedListenerResponse, error)
- func (s *ManagerServer) SaveConfiguration(_ context.Context, req *pb.SaveConfigurationRequest) (*pb.SaveConfigurationResponse, error)
- func (s *ManagerServer) SetPerSsidRoamingMode(_ context.Context, req *pb.SetPerSsidRoamingModeRequest) (*pb.SetPerSsidRoamingModeResponse, error)
- func (s *ManagerServer) SetSendDhcpHostnameRestriction(_ context.Context, req *pb.SetSendDhcpHostnameRestrictionRequest) (*pb.SetSendDhcpHostnameRestrictionResponse, error)
- func (s *ManagerServer) SetTdlsEnabled(_ context.Context, req *pb.SetTdlsEnabledRequest) (*pb.SetTdlsEnabledResponse, error)
- func (s *ManagerServer) SetTdlsEnabledWithMacAddress(_ context.Context, req *pb.SetTdlsEnabledWithMacAddressRequest) (*pb.SetTdlsEnabledWithMacAddressResponse, error)
- func (s *ManagerServer) SetWifiEnabled(_ context.Context, req *pb.SetWifiEnabledRequest) (*pb.SetWifiEnabledResponse, error)
- func (s *ManagerServer) StartLocalOnlyHotspotWithConfiguration(_ context.Context, req *pb.StartLocalOnlyHotspotWithConfigurationRequest) (*pb.StartLocalOnlyHotspotWithConfigurationResponse, error)
- func (s *ManagerServer) StartScan(_ context.Context, req *pb.StartScanRequest) (*pb.StartScanResponse, error)
- func (s *ManagerServer) StartWps(_ context.Context, req *pb.StartWpsRequest) (*pb.StartWpsResponse, error)
- func (s *ManagerServer) UnregisterScanResultsCallback(_ context.Context, req *pb.UnregisterScanResultsCallbackRequest) (*pb.UnregisterScanResultsCallbackResponse, error)
- func (s *ManagerServer) UnregisterSubsystemRestartTrackingCallback(_ context.Context, req *pb.UnregisterSubsystemRestartTrackingCallbackRequest) (*pb.UnregisterSubsystemRestartTrackingCallbackResponse, error)
- func (s *ManagerServer) UpdateNetwork(_ context.Context, req *pb.UpdateNetworkRequest) (*pb.UpdateNetworkResponse, error)
- func (s *ManagerServer) ValidateSoftApConfiguration(_ context.Context, req *pb.ValidateSoftApConfigurationRequest) (*pb.ValidateSoftApConfigurationResponse, error)
- type MloLinkServer
- func (s *MloLinkServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *MloLinkServer) Equals(_ context.Context, req *pb.MloLinkEqualsRequest) (*pb.EqualsResponse, error)
- func (s *MloLinkServer) GetApMacAddress(_ context.Context, req *pb.GetApMacAddressRequest) (*pb.GetApMacAddressResponse, error)
- func (s *MloLinkServer) GetBand(_ context.Context, req *pb.GetBandRequest) (*pb.GetBandResponse, error)
- func (s *MloLinkServer) GetChannel(_ context.Context, req *pb.GetChannelRequest) (*pb.GetChannelResponse, error)
- func (s *MloLinkServer) GetLinkId(_ context.Context, req *pb.GetLinkIdRequest) (*pb.GetLinkIdResponse, error)
- func (s *MloLinkServer) GetRssi(_ context.Context, req *pb.GetRssiRequest) (*pb.GetRssiResponse, error)
- func (s *MloLinkServer) GetRxLinkSpeedMbps(_ context.Context, req *pb.GetRxLinkSpeedMbpsRequest) (*pb.GetRxLinkSpeedMbpsResponse, error)
- func (s *MloLinkServer) GetStaMacAddress(_ context.Context, req *pb.GetStaMacAddressRequest) (*pb.GetStaMacAddressResponse, error)
- func (s *MloLinkServer) GetState(_ context.Context, req *pb.GetStateRequest) (*pb.GetStateResponse, error)
- func (s *MloLinkServer) GetTxLinkSpeedMbps(_ context.Context, req *pb.GetTxLinkSpeedMbpsRequest) (*pb.GetTxLinkSpeedMbpsResponse, error)
- func (s *MloLinkServer) HashCode(_ context.Context, req *pb.MloLinkHashCodeRequest) (*pb.HashCodeResponse, error)
- func (s *MloLinkServer) NewMloLink(_ context.Context, req *pb.NewMloLinkRequest) (*pb.NewMloLinkResponse, error)
- func (s *MloLinkServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *MloLinkServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type ScanResultServer
- func (s *ScanResultServer) ConvertChannelToFrequencyMhzIfSupported(_ context.Context, req *pb.ConvertChannelToFrequencyMhzIfSupportedRequest) (*pb.ConvertChannelToFrequencyMhzIfSupportedResponse, error)
- func (s *ScanResultServer) ConvertFrequencyMhzToChannelIfSupported(_ context.Context, req *pb.ConvertFrequencyMhzToChannelIfSupportedRequest) (*pb.ConvertFrequencyMhzToChannelIfSupportedResponse, error)
- func (s *ScanResultServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *ScanResultServer) GetAffiliatedMloLinks(_ context.Context, req *pb.GetAffiliatedMloLinksRequest) (*pb.GetAffiliatedMloLinksResponse, error)
- func (s *ScanResultServer) GetApMldMacAddress(_ context.Context, req *pb.GetApMldMacAddressRequest) (*pb.GetApMldMacAddressResponse, error)
- func (s *ScanResultServer) GetApMloLinkId(_ context.Context, req *pb.GetApMloLinkIdRequest) (*pb.GetApMloLinkIdResponse, error)
- func (s *ScanResultServer) GetInformationElements(_ context.Context, req *pb.GetInformationElementsRequest) (*pb.GetInformationElementsResponse, error)
- func (s *ScanResultServer) GetSecurityTypes(_ context.Context, req *pb.GetSecurityTypesRequest) (*pb.GetSecurityTypesResponse, error)
- func (s *ScanResultServer) GetWifiSsid(_ context.Context, req *pb.GetWifiSsidRequest) (*pb.GetWifiSsidResponse, error)
- func (s *ScanResultServer) GetWifiStandard(_ context.Context, req *pb.GetWifiStandardRequest) (*pb.GetWifiStandardResponse, error)
- func (s *ScanResultServer) Is80211AzNtbResponder(_ context.Context, req *pb.Is80211AzNtbResponderRequest) (*pb.Is80211AzNtbResponderResponse, error)
- func (s *ScanResultServer) Is80211McResponder(_ context.Context, req *pb.Is80211McResponderRequest) (*pb.Is80211McResponderResponse, error)
- func (s *ScanResultServer) IsPasspointNetwork(_ context.Context, req *pb.IsPasspointNetworkRequest) (*pb.IsPasspointNetworkResponse, error)
- func (s *ScanResultServer) IsRangingFrameProtectionRequired(_ context.Context, req *pb.IsRangingFrameProtectionRequiredRequest) (*pb.IsRangingFrameProtectionRequiredResponse, error)
- func (s *ScanResultServer) IsSecureHeLtfSupported(_ context.Context, req *pb.IsSecureHeLtfSupportedRequest) (*pb.IsSecureHeLtfSupportedResponse, error)
- func (s *ScanResultServer) IsTwtResponder(_ context.Context, req *pb.IsTwtResponderRequest) (*pb.IsTwtResponderResponse, error)
- func (s *ScanResultServer) NewScanResult(_ context.Context, req *pb.NewScanResultRequest) (*pb.NewScanResultResponse, error)
- func (s *ScanResultServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *ScanResultServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
- type WpsInfoServer
- func (s *WpsInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
- func (s *WpsInfoServer) NewWpsInfo(_ context.Context, req *pb.NewWpsInfoRequest) (*pb.NewWpsInfoResponse, error)
- func (s *WpsInfoServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
- func (s *WpsInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AvailableChannelServer ¶ added in v0.0.6
type AvailableChannelServer struct {
pb.UnimplementedAvailableChannelServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
AvailableChannelServer implements pb.AvailableChannelServiceServer.
func (*AvailableChannelServer) DescribeContents ¶ added in v0.0.6
func (s *AvailableChannelServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*AvailableChannelServer) Equals ¶ added in v0.0.6
func (s *AvailableChannelServer) Equals(_ context.Context, req *pb.AvailableChannelEqualsRequest) (*pb.EqualsResponse, error)
func (*AvailableChannelServer) GetChannelWidth ¶ added in v0.0.6
func (s *AvailableChannelServer) GetChannelWidth(_ context.Context, req *pb.GetChannelWidthRequest) (*pb.GetChannelWidthResponse, error)
func (*AvailableChannelServer) GetFrequencyMhz ¶ added in v0.0.6
func (s *AvailableChannelServer) GetFrequencyMhz(_ context.Context, req *pb.GetFrequencyMhzRequest) (*pb.GetFrequencyMhzResponse, error)
func (*AvailableChannelServer) GetOperationalModes ¶ added in v0.0.6
func (s *AvailableChannelServer) GetOperationalModes(_ context.Context, req *pb.GetOperationalModesRequest) (*pb.GetOperationalModesResponse, error)
func (*AvailableChannelServer) HashCode ¶ added in v0.0.6
func (s *AvailableChannelServer) HashCode(_ context.Context, req *pb.AvailableChannelHashCodeRequest) (*pb.HashCodeResponse, error)
func (*AvailableChannelServer) NewAvailableChannel ¶ added in v0.0.6
func (s *AvailableChannelServer) NewAvailableChannel(_ context.Context, req *pb.NewAvailableChannelRequest) (*pb.NewAvailableChannelResponse, error)
func (*AvailableChannelServer) ToString ¶ added in v0.0.6
func (s *AvailableChannelServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*AvailableChannelServer) WriteToParcel ¶ added in v0.0.6
func (s *AvailableChannelServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ConfigurationServer ¶ added in v0.0.6
type ConfigurationServer struct {
pb.UnimplementedConfigurationServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ConfigurationServer implements pb.ConfigurationServiceServer.
func (*ConfigurationServer) DescribeContents ¶ added in v0.0.6
func (s *ConfigurationServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ConfigurationServer) GetHttpProxy ¶ added in v0.0.6
func (s *ConfigurationServer) GetHttpProxy(_ context.Context, req *pb.GetHttpProxyRequest) (*pb.GetHttpProxyResponse, error)
func (*ConfigurationServer) GetKey ¶ added in v0.0.6
func (s *ConfigurationServer) GetKey(_ context.Context, req *pb.GetKeyRequest) (*pb.GetKeyResponse, error)
func (*ConfigurationServer) GetMacRandomizationSetting ¶ added in v0.0.6
func (s *ConfigurationServer) GetMacRandomizationSetting(_ context.Context, req *pb.ConfigurationGetMacRandomizationSettingRequest) (*pb.GetMacRandomizationSettingResponse, error)
func (*ConfigurationServer) GetRandomizedMacAddress ¶ added in v0.0.6
func (s *ConfigurationServer) GetRandomizedMacAddress(_ context.Context, req *pb.GetRandomizedMacAddressRequest) (*pb.GetRandomizedMacAddressResponse, error)
func (*ConfigurationServer) IsDppConfigurator ¶ added in v0.0.6
func (s *ConfigurationServer) IsDppConfigurator(_ context.Context, req *pb.IsDppConfiguratorRequest) (*pb.IsDppConfiguratorResponse, error)
func (*ConfigurationServer) IsPasspoint ¶ added in v0.0.6
func (s *ConfigurationServer) IsPasspoint(_ context.Context, req *pb.IsPasspointRequest) (*pb.IsPasspointResponse, error)
func (*ConfigurationServer) NewConfiguration ¶ added in v0.0.6
func (s *ConfigurationServer) NewConfiguration(_ context.Context, req *pb.NewConfigurationRequest) (*pb.NewConfigurationResponse, error)
func (*ConfigurationServer) SetHttpProxy ¶ added in v0.0.6
func (s *ConfigurationServer) SetHttpProxy(_ context.Context, req *pb.SetHttpProxyRequest) (*pb.SetHttpProxyResponse, error)
func (*ConfigurationServer) SetIpConfiguration ¶ added in v0.0.6
func (s *ConfigurationServer) SetIpConfiguration(_ context.Context, req *pb.SetIpConfigurationRequest) (*pb.SetIpConfigurationResponse, error)
func (*ConfigurationServer) SetMacRandomizationSetting ¶ added in v0.0.6
func (s *ConfigurationServer) SetMacRandomizationSetting(_ context.Context, req *pb.ConfigurationSetMacRandomizationSettingRequest) (*pb.ConfigurationSetMacRandomizationSettingResponse, error)
func (*ConfigurationServer) SetSecurityParams ¶ added in v0.0.6
func (s *ConfigurationServer) SetSecurityParams(_ context.Context, req *pb.SetSecurityParamsRequest) (*pb.SetSecurityParamsResponse, error)
func (*ConfigurationServer) ToString ¶ added in v0.0.6
func (s *ConfigurationServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*ConfigurationServer) WriteToParcel ¶ added in v0.0.6
func (s *ConfigurationServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type EnterpriseConfigServer ¶ added in v0.0.6
type EnterpriseConfigServer struct {
pb.UnimplementedEnterpriseConfigServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
EnterpriseConfigServer implements pb.EnterpriseConfigServiceServer.
func (*EnterpriseConfigServer) DescribeContents ¶ added in v0.0.6
func (s *EnterpriseConfigServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*EnterpriseConfigServer) EnableTrustOnFirstUse ¶ added in v0.0.6
func (s *EnterpriseConfigServer) EnableTrustOnFirstUse(_ context.Context, req *pb.EnableTrustOnFirstUseRequest) (*pb.EnableTrustOnFirstUseResponse, error)
func (*EnterpriseConfigServer) GetAltSubjectMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetAltSubjectMatch(_ context.Context, req *pb.GetAltSubjectMatchRequest) (*pb.GetAltSubjectMatchResponse, error)
func (*EnterpriseConfigServer) GetAnonymousIdentity ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetAnonymousIdentity(_ context.Context, req *pb.GetAnonymousIdentityRequest) (*pb.GetAnonymousIdentityResponse, error)
func (*EnterpriseConfigServer) GetCaCertificate ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetCaCertificate(_ context.Context, req *pb.GetCaCertificateRequest) (*pb.GetCaCertificateResponse, error)
func (*EnterpriseConfigServer) GetCaCertificates ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetCaCertificates(_ context.Context, req *pb.GetCaCertificatesRequest) (*pb.GetCaCertificatesResponse, error)
func (*EnterpriseConfigServer) GetClientCertificate ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetClientCertificate(_ context.Context, req *pb.GetClientCertificateRequest) (*pb.GetClientCertificateResponse, error)
func (*EnterpriseConfigServer) GetClientCertificateChain ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetClientCertificateChain(_ context.Context, req *pb.GetClientCertificateChainRequest) (*pb.GetClientCertificateChainResponse, error)
func (*EnterpriseConfigServer) GetClientKeyPairAlias ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetClientKeyPairAlias(_ context.Context, req *pb.GetClientKeyPairAliasRequest) (*pb.GetClientKeyPairAliasResponse, error)
func (*EnterpriseConfigServer) GetClientPrivateKey ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetClientPrivateKey(_ context.Context, req *pb.GetClientPrivateKeyRequest) (*pb.GetClientPrivateKeyResponse, error)
func (*EnterpriseConfigServer) GetDecoratedIdentityPrefix ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetDecoratedIdentityPrefix(_ context.Context, req *pb.GetDecoratedIdentityPrefixRequest) (*pb.GetDecoratedIdentityPrefixResponse, error)
func (*EnterpriseConfigServer) GetDomainSuffixMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetDomainSuffixMatch(_ context.Context, req *pb.GetDomainSuffixMatchRequest) (*pb.GetDomainSuffixMatchResponse, error)
func (*EnterpriseConfigServer) GetEapMethod ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetEapMethod(_ context.Context, req *pb.GetEapMethodRequest) (*pb.GetEapMethodResponse, error)
func (*EnterpriseConfigServer) GetIdentity ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetIdentity(_ context.Context, req *pb.GetIdentityRequest) (*pb.GetIdentityResponse, error)
func (*EnterpriseConfigServer) GetMinimumTlsVersion ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetMinimumTlsVersion(_ context.Context, req *pb.GetMinimumTlsVersionRequest) (*pb.GetMinimumTlsVersionResponse, error)
func (*EnterpriseConfigServer) GetPassword ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetPassword(_ context.Context, req *pb.GetPasswordRequest) (*pb.GetPasswordResponse, error)
func (*EnterpriseConfigServer) GetPhase2Method ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetPhase2Method(_ context.Context, req *pb.GetPhase2MethodRequest) (*pb.GetPhase2MethodResponse, error)
func (*EnterpriseConfigServer) GetPlmn ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetPlmn(_ context.Context, req *pb.GetPlmnRequest) (*pb.GetPlmnResponse, error)
func (*EnterpriseConfigServer) GetRealm ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetRealm(_ context.Context, req *pb.GetRealmRequest) (*pb.GetRealmResponse, error)
func (*EnterpriseConfigServer) GetSubjectMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) GetSubjectMatch(_ context.Context, req *pb.GetSubjectMatchRequest) (*pb.GetSubjectMatchResponse, error)
func (*EnterpriseConfigServer) HasCaCertificate ¶ added in v0.0.6
func (s *EnterpriseConfigServer) HasCaCertificate(_ context.Context, req *pb.HasCaCertificateRequest) (*pb.HasCaCertificateResponse, error)
func (*EnterpriseConfigServer) IsAuthenticationSimBased ¶ added in v0.0.6
func (s *EnterpriseConfigServer) IsAuthenticationSimBased(_ context.Context, req *pb.IsAuthenticationSimBasedRequest) (*pb.IsAuthenticationSimBasedResponse, error)
func (*EnterpriseConfigServer) IsEapMethodServerCertUsed ¶ added in v0.0.6
func (s *EnterpriseConfigServer) IsEapMethodServerCertUsed(_ context.Context, req *pb.IsEapMethodServerCertUsedRequest) (*pb.IsEapMethodServerCertUsedResponse, error)
func (*EnterpriseConfigServer) IsServerCertValidationEnabled ¶ added in v0.0.6
func (s *EnterpriseConfigServer) IsServerCertValidationEnabled(_ context.Context, req *pb.IsServerCertValidationEnabledRequest) (*pb.IsServerCertValidationEnabledResponse, error)
func (*EnterpriseConfigServer) IsTrustOnFirstUseEnabled ¶ added in v0.0.6
func (s *EnterpriseConfigServer) IsTrustOnFirstUseEnabled(_ context.Context, req *pb.IsTrustOnFirstUseEnabledRequest) (*pb.IsTrustOnFirstUseEnabledResponse, error)
func (*EnterpriseConfigServer) NewEnterpriseConfig ¶ added in v0.0.6
func (s *EnterpriseConfigServer) NewEnterpriseConfig(_ context.Context, req *pb.NewEnterpriseConfigRequest) (*pb.NewEnterpriseConfigResponse, error)
func (*EnterpriseConfigServer) SetAltSubjectMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetAltSubjectMatch(_ context.Context, req *pb.SetAltSubjectMatchRequest) (*pb.SetAltSubjectMatchResponse, error)
func (*EnterpriseConfigServer) SetAnonymousIdentity ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetAnonymousIdentity(_ context.Context, req *pb.SetAnonymousIdentityRequest) (*pb.SetAnonymousIdentityResponse, error)
func (*EnterpriseConfigServer) SetCaCertificate ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetCaCertificate(_ context.Context, req *pb.SetCaCertificateRequest) (*pb.SetCaCertificateResponse, error)
func (*EnterpriseConfigServer) SetCaCertificates ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetCaCertificates(_ context.Context, req *pb.SetCaCertificatesRequest) (*pb.SetCaCertificatesResponse, error)
func (*EnterpriseConfigServer) SetClientKeyEntry ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetClientKeyEntry(_ context.Context, req *pb.SetClientKeyEntryRequest) (*pb.SetClientKeyEntryResponse, error)
func (*EnterpriseConfigServer) SetClientKeyEntryWithCertificateChain ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetClientKeyEntryWithCertificateChain(_ context.Context, req *pb.SetClientKeyEntryWithCertificateChainRequest) (*pb.SetClientKeyEntryWithCertificateChainResponse, error)
func (*EnterpriseConfigServer) SetClientKeyPairAlias ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetClientKeyPairAlias(_ context.Context, req *pb.SetClientKeyPairAliasRequest) (*pb.SetClientKeyPairAliasResponse, error)
func (*EnterpriseConfigServer) SetDecoratedIdentityPrefix ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetDecoratedIdentityPrefix(_ context.Context, req *pb.SetDecoratedIdentityPrefixRequest) (*pb.SetDecoratedIdentityPrefixResponse, error)
func (*EnterpriseConfigServer) SetDomainSuffixMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetDomainSuffixMatch(_ context.Context, req *pb.SetDomainSuffixMatchRequest) (*pb.SetDomainSuffixMatchResponse, error)
func (*EnterpriseConfigServer) SetEapMethod ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetEapMethod(_ context.Context, req *pb.SetEapMethodRequest) (*pb.SetEapMethodResponse, error)
func (*EnterpriseConfigServer) SetIdentity ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetIdentity(_ context.Context, req *pb.SetIdentityRequest) (*pb.SetIdentityResponse, error)
func (*EnterpriseConfigServer) SetMinimumTlsVersion ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetMinimumTlsVersion(_ context.Context, req *pb.SetMinimumTlsVersionRequest) (*pb.SetMinimumTlsVersionResponse, error)
func (*EnterpriseConfigServer) SetPassword ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetPassword(_ context.Context, req *pb.SetPasswordRequest) (*pb.SetPasswordResponse, error)
func (*EnterpriseConfigServer) SetPhase2Method ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetPhase2Method(_ context.Context, req *pb.SetPhase2MethodRequest) (*pb.SetPhase2MethodResponse, error)
func (*EnterpriseConfigServer) SetPlmn ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetPlmn(_ context.Context, req *pb.SetPlmnRequest) (*pb.SetPlmnResponse, error)
func (*EnterpriseConfigServer) SetRealm ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetRealm(_ context.Context, req *pb.SetRealmRequest) (*pb.SetRealmResponse, error)
func (*EnterpriseConfigServer) SetSubjectMatch ¶ added in v0.0.6
func (s *EnterpriseConfigServer) SetSubjectMatch(_ context.Context, req *pb.SetSubjectMatchRequest) (*pb.SetSubjectMatchResponse, error)
func (*EnterpriseConfigServer) ToString ¶ added in v0.0.6
func (s *EnterpriseConfigServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*EnterpriseConfigServer) WriteToParcel ¶ added in v0.0.6
func (s *EnterpriseConfigServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ManagerServer ¶ added in v0.0.4
type ManagerServer struct {
pb.UnimplementedManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ManagerServer implements pb.ManagerServiceServer.
func (*ManagerServer) AddLocalOnlyConnectionFailureListener ¶ added in v0.0.4
func (s *ManagerServer) AddLocalOnlyConnectionFailureListener(_ context.Context, req *pb.AddLocalOnlyConnectionFailureListenerRequest) (*pb.AddLocalOnlyConnectionFailureListenerResponse, error)
func (*ManagerServer) AddNetwork ¶ added in v0.0.4
func (s *ManagerServer) AddNetwork(_ context.Context, req *pb.AddNetworkRequest) (*pb.AddNetworkResponse, error)
func (*ManagerServer) AddNetworkPrivileged ¶ added in v0.0.4
func (s *ManagerServer) AddNetworkPrivileged(_ context.Context, req *pb.AddNetworkPrivilegedRequest) (*pb.AddNetworkPrivilegedResponse, error)
func (*ManagerServer) AddOrUpdatePasspointConfiguration ¶ added in v0.0.4
func (s *ManagerServer) AddOrUpdatePasspointConfiguration(_ context.Context, req *pb.AddOrUpdatePasspointConfigurationRequest) (*pb.AddOrUpdatePasspointConfigurationResponse, error)
func (*ManagerServer) AddSuggestionConnectionStatusListener ¶ added in v0.0.4
func (s *ManagerServer) AddSuggestionConnectionStatusListener(_ context.Context, req *pb.AddSuggestionConnectionStatusListenerRequest) (*pb.AddSuggestionConnectionStatusListenerResponse, error)
func (*ManagerServer) AddSuggestionUserApprovalStatusListener ¶ added in v0.0.4
func (s *ManagerServer) AddSuggestionUserApprovalStatusListener(_ context.Context, req *pb.AddSuggestionUserApprovalStatusListenerRequest) (*pb.AddSuggestionUserApprovalStatusListenerResponse, error)
func (*ManagerServer) AddWifiStateChangedListener ¶ added in v0.0.4
func (s *ManagerServer) AddWifiStateChangedListener(_ context.Context, req *pb.AddWifiStateChangedListenerRequest) (*pb.AddWifiStateChangedListenerResponse, error)
func (*ManagerServer) AllowAutojoinGlobal ¶ added in v0.0.4
func (s *ManagerServer) AllowAutojoinGlobal(_ context.Context, req *pb.AllowAutojoinGlobalRequest) (*pb.AllowAutojoinGlobalResponse, error)
func (*ManagerServer) CalculateSignalLevel1 ¶ added in v0.0.4
func (s *ManagerServer) CalculateSignalLevel1(_ context.Context, req *pb.CalculateSignalLevel1Request) (*pb.CalculateSignalLevel1Response, error)
func (*ManagerServer) CalculateSignalLevel2_1 ¶ added in v0.0.4
func (s *ManagerServer) CalculateSignalLevel2_1(_ context.Context, req *pb.CalculateSignalLevel2_1Request) (*pb.CalculateSignalLevel2_1Response, error)
func (*ManagerServer) CancelWps ¶ added in v0.0.4
func (s *ManagerServer) CancelWps(_ context.Context, req *pb.CancelWpsRequest) (*pb.CancelWpsResponse, error)
func (*ManagerServer) CompareSignalLevel ¶ added in v0.0.4
func (s *ManagerServer) CompareSignalLevel(_ context.Context, req *pb.CompareSignalLevelRequest) (*pb.CompareSignalLevelResponse, error)
func (*ManagerServer) CreateMulticastLock ¶ added in v0.0.4
func (s *ManagerServer) CreateMulticastLock(_ context.Context, req *pb.CreateMulticastLockRequest) (*pb.CreateMulticastLockResponse, error)
func (*ManagerServer) CreateWifiLock1_1 ¶ added in v0.0.4
func (s *ManagerServer) CreateWifiLock1_1(_ context.Context, req *pb.CreateWifiLock1_1Request) (*pb.CreateWifiLock1_1Response, error)
func (*ManagerServer) CreateWifiLock2 ¶ added in v0.0.4
func (s *ManagerServer) CreateWifiLock2(_ context.Context, req *pb.CreateWifiLock2Request) (*pb.CreateWifiLock2Response, error)
func (*ManagerServer) DisableNetwork ¶ added in v0.0.4
func (s *ManagerServer) DisableNetwork(_ context.Context, req *pb.DisableNetworkRequest) (*pb.DisableNetworkResponse, error)
func (*ManagerServer) DisallowCurrentSuggestedNetwork ¶ added in v0.0.4
func (s *ManagerServer) DisallowCurrentSuggestedNetwork(_ context.Context, req *pb.DisallowCurrentSuggestedNetworkRequest) (*pb.DisallowCurrentSuggestedNetworkResponse, error)
func (*ManagerServer) Disconnect ¶ added in v0.0.4
func (s *ManagerServer) Disconnect(_ context.Context, req *pb.DisconnectRequest) (*pb.DisconnectResponse, error)
func (*ManagerServer) EnableNetwork ¶ added in v0.0.4
func (s *ManagerServer) EnableNetwork(_ context.Context, req *pb.EnableNetworkRequest) (*pb.EnableNetworkResponse, error)
func (*ManagerServer) FlushPasspointAnqpCache ¶ added in v0.0.4
func (s *ManagerServer) FlushPasspointAnqpCache(_ context.Context, req *pb.FlushPasspointAnqpCacheRequest) (*pb.FlushPasspointAnqpCacheResponse, error)
func (*ManagerServer) GetAllowedChannels ¶ added in v0.0.4
func (s *ManagerServer) GetAllowedChannels(_ context.Context, req *pb.GetAllowedChannelsRequest) (*pb.GetAllowedChannelsResponse, error)
func (*ManagerServer) GetCallerConfiguredNetworks ¶ added in v0.0.4
func (s *ManagerServer) GetCallerConfiguredNetworks(_ context.Context, req *pb.GetCallerConfiguredNetworksRequest) (*pb.GetCallerConfiguredNetworksResponse, error)
func (*ManagerServer) GetConfiguredNetworks ¶ added in v0.0.4
func (s *ManagerServer) GetConfiguredNetworks(_ context.Context, req *pb.GetConfiguredNetworksRequest) (*pb.GetConfiguredNetworksResponse, error)
func (*ManagerServer) GetConnectionInfo ¶ added in v0.0.4
func (s *ManagerServer) GetConnectionInfo(_ context.Context, req *pb.GetConnectionInfoRequest) (*pb.GetConnectionInfoResponse, error)
func (*ManagerServer) GetDhcpInfo ¶ added in v0.0.4
func (s *ManagerServer) GetDhcpInfo(_ context.Context, req *pb.GetDhcpInfoRequest) (*pb.GetDhcpInfoResponse, error)
func (*ManagerServer) GetMaxNumberOfChannelsPerNetworkSpecifierRequest ¶ added in v0.0.4
func (s *ManagerServer) GetMaxNumberOfChannelsPerNetworkSpecifierRequest(_ context.Context, req *pb.GetMaxNumberOfChannelsPerNetworkSpecifierRequestRequest) (*pb.GetMaxNumberOfChannelsPerNetworkSpecifierRequestResponse, error)
func (*ManagerServer) GetMaxNumberOfNetworkSuggestionsPerApp ¶ added in v0.0.4
func (s *ManagerServer) GetMaxNumberOfNetworkSuggestionsPerApp(_ context.Context, req *pb.GetMaxNumberOfNetworkSuggestionsPerAppRequest) (*pb.GetMaxNumberOfNetworkSuggestionsPerAppResponse, error)
func (*ManagerServer) GetMaxSignalLevel ¶ added in v0.0.4
func (s *ManagerServer) GetMaxSignalLevel(_ context.Context, req *pb.GetMaxSignalLevelRequest) (*pb.GetMaxSignalLevelResponse, error)
func (*ManagerServer) GetNetworkSuggestions ¶ added in v0.0.4
func (s *ManagerServer) GetNetworkSuggestions(_ context.Context, req *pb.GetNetworkSuggestionsRequest) (*pb.GetNetworkSuggestionsResponse, error)
func (*ManagerServer) GetPasspointConfigurations ¶ added in v0.0.4
func (s *ManagerServer) GetPasspointConfigurations(_ context.Context, req *pb.GetPasspointConfigurationsRequest) (*pb.GetPasspointConfigurationsResponse, error)
func (*ManagerServer) GetScanResults ¶ added in v0.0.4
func (s *ManagerServer) GetScanResults(_ context.Context, req *pb.GetScanResultsRequest) (*pb.GetScanResultsResponse, error)
func (*ManagerServer) GetStaConcurrencyForMultiInternetMode ¶ added in v0.0.4
func (s *ManagerServer) GetStaConcurrencyForMultiInternetMode(_ context.Context, req *pb.GetStaConcurrencyForMultiInternetModeRequest) (*pb.GetStaConcurrencyForMultiInternetModeResponse, error)
func (*ManagerServer) GetUsableChannels ¶ added in v0.0.4
func (s *ManagerServer) GetUsableChannels(_ context.Context, req *pb.GetUsableChannelsRequest) (*pb.GetUsableChannelsResponse, error)
func (*ManagerServer) GetWifiState ¶ added in v0.0.4
func (s *ManagerServer) GetWifiState(_ context.Context, req *pb.GetWifiStateRequest) (*pb.GetWifiStateResponse, error)
func (*ManagerServer) Is5GHzBandSupported ¶ added in v0.0.4
func (s *ManagerServer) Is5GHzBandSupported(_ context.Context, req *pb.Is5GHzBandSupportedRequest) (*pb.Is5GHzBandSupportedResponse, error)
func (*ManagerServer) Is6GHzBandSupported ¶ added in v0.0.4
func (s *ManagerServer) Is6GHzBandSupported(_ context.Context, req *pb.Is6GHzBandSupportedRequest) (*pb.Is6GHzBandSupportedResponse, error)
func (*ManagerServer) Is24GHzBandSupported ¶ added in v0.0.4
func (s *ManagerServer) Is24GHzBandSupported(_ context.Context, req *pb.Is24GHzBandSupportedRequest) (*pb.Is24GHzBandSupportedResponse, error)
func (*ManagerServer) Is60GHzBandSupported ¶ added in v0.0.4
func (s *ManagerServer) Is60GHzBandSupported(_ context.Context, req *pb.Is60GHzBandSupportedRequest) (*pb.Is60GHzBandSupportedResponse, error)
func (*ManagerServer) IsAggressiveRoamingModeSupported ¶ added in v0.0.4
func (s *ManagerServer) IsAggressiveRoamingModeSupported(_ context.Context, req *pb.IsAggressiveRoamingModeSupportedRequest) (*pb.IsAggressiveRoamingModeSupportedResponse, error)
func (*ManagerServer) IsAutoWakeupEnabled ¶ added in v0.0.4
func (s *ManagerServer) IsAutoWakeupEnabled(_ context.Context, req *pb.IsAutoWakeupEnabledRequest) (*pb.IsAutoWakeupEnabledResponse, error)
func (*ManagerServer) IsBridgedApConcurrencySupported ¶ added in v0.0.4
func (s *ManagerServer) IsBridgedApConcurrencySupported(_ context.Context, req *pb.IsBridgedApConcurrencySupportedRequest) (*pb.IsBridgedApConcurrencySupportedResponse, error)
func (*ManagerServer) IsCarrierNetworkOffloadEnabled ¶ added in v0.0.4
func (s *ManagerServer) IsCarrierNetworkOffloadEnabled(_ context.Context, req *pb.IsCarrierNetworkOffloadEnabledRequest) (*pb.IsCarrierNetworkOffloadEnabledResponse, error)
func (*ManagerServer) IsD2DSupportedWhenInfraStaDisabled ¶ added in v0.0.4
func (s *ManagerServer) IsD2DSupportedWhenInfraStaDisabled(_ context.Context, req *pb.IsD2DSupportedWhenInfraStaDisabledRequest) (*pb.IsD2DSupportedWhenInfraStaDisabledResponse, error)
func (*ManagerServer) IsDecoratedIdentitySupported ¶ added in v0.0.4
func (s *ManagerServer) IsDecoratedIdentitySupported(_ context.Context, req *pb.IsDecoratedIdentitySupportedRequest) (*pb.IsDecoratedIdentitySupportedResponse, error)
func (*ManagerServer) IsDeviceToApRttSupported ¶ added in v0.0.4
func (s *ManagerServer) IsDeviceToApRttSupported(_ context.Context, req *pb.IsDeviceToApRttSupportedRequest) (*pb.IsDeviceToApRttSupportedResponse, error)
func (*ManagerServer) IsDualBandSimultaneousSupported ¶ added in v0.0.4
func (s *ManagerServer) IsDualBandSimultaneousSupported(_ context.Context, req *pb.IsDualBandSimultaneousSupportedRequest) (*pb.IsDualBandSimultaneousSupportedResponse, error)
func (*ManagerServer) IsEasyConnectDppAkmSupported ¶ added in v0.0.4
func (s *ManagerServer) IsEasyConnectDppAkmSupported(_ context.Context, req *pb.IsEasyConnectDppAkmSupportedRequest) (*pb.IsEasyConnectDppAkmSupportedResponse, error)
func (*ManagerServer) IsEasyConnectEnrolleeResponderModeSupported ¶ added in v0.0.4
func (s *ManagerServer) IsEasyConnectEnrolleeResponderModeSupported(_ context.Context, req *pb.IsEasyConnectEnrolleeResponderModeSupportedRequest) (*pb.IsEasyConnectEnrolleeResponderModeSupportedResponse, error)
func (*ManagerServer) IsEasyConnectSupported ¶ added in v0.0.4
func (s *ManagerServer) IsEasyConnectSupported(_ context.Context, req *pb.IsEasyConnectSupportedRequest) (*pb.IsEasyConnectSupportedResponse, error)
func (*ManagerServer) IsEnhancedOpenSupported ¶ added in v0.0.4
func (s *ManagerServer) IsEnhancedOpenSupported(_ context.Context, req *pb.IsEnhancedOpenSupportedRequest) (*pb.IsEnhancedOpenSupportedResponse, error)
func (*ManagerServer) IsEnhancedPowerReportingSupported ¶ added in v0.0.4
func (s *ManagerServer) IsEnhancedPowerReportingSupported(_ context.Context, req *pb.IsEnhancedPowerReportingSupportedRequest) (*pb.IsEnhancedPowerReportingSupportedResponse, error)
func (*ManagerServer) IsMakeBeforeBreakWifiSwitchingSupported ¶ added in v0.0.4
func (s *ManagerServer) IsMakeBeforeBreakWifiSwitchingSupported(_ context.Context, req *pb.IsMakeBeforeBreakWifiSwitchingSupportedRequest) (*pb.IsMakeBeforeBreakWifiSwitchingSupportedResponse, error)
func (*ManagerServer) IsP2PSupported ¶ added in v0.0.4
func (s *ManagerServer) IsP2PSupported(_ context.Context, req *pb.IsP2PSupportedRequest) (*pb.IsP2PSupportedResponse, error)
func (*ManagerServer) IsPasspointTermsAndConditionsSupported ¶ added in v0.0.4
func (s *ManagerServer) IsPasspointTermsAndConditionsSupported(_ context.Context, req *pb.IsPasspointTermsAndConditionsSupportedRequest) (*pb.IsPasspointTermsAndConditionsSupportedResponse, error)
func (*ManagerServer) IsPreferredNetworkOffloadSupported ¶ added in v0.0.4
func (s *ManagerServer) IsPreferredNetworkOffloadSupported(_ context.Context, req *pb.IsPreferredNetworkOffloadSupportedRequest) (*pb.IsPreferredNetworkOffloadSupportedResponse, error)
func (*ManagerServer) IsScanAlwaysAvailable ¶ added in v0.0.4
func (s *ManagerServer) IsScanAlwaysAvailable(_ context.Context, req *pb.IsScanAlwaysAvailableRequest) (*pb.IsScanAlwaysAvailableResponse, error)
func (*ManagerServer) IsScanThrottleEnabled ¶ added in v0.0.4
func (s *ManagerServer) IsScanThrottleEnabled(_ context.Context, req *pb.IsScanThrottleEnabledRequest) (*pb.IsScanThrottleEnabledResponse, error)
func (*ManagerServer) IsStaApConcurrencySupported ¶ added in v0.0.4
func (s *ManagerServer) IsStaApConcurrencySupported(_ context.Context, req *pb.IsStaApConcurrencySupportedRequest) (*pb.IsStaApConcurrencySupportedResponse, error)
func (*ManagerServer) IsStaBridgedApConcurrencySupported ¶ added in v0.0.4
func (s *ManagerServer) IsStaBridgedApConcurrencySupported(_ context.Context, req *pb.IsStaBridgedApConcurrencySupportedRequest) (*pb.IsStaBridgedApConcurrencySupportedResponse, error)
func (*ManagerServer) IsStaConcurrencyForLocalOnlyConnectionsSupported ¶ added in v0.0.4
func (s *ManagerServer) IsStaConcurrencyForLocalOnlyConnectionsSupported(_ context.Context, req *pb.IsStaConcurrencyForLocalOnlyConnectionsSupportedRequest) (*pb.IsStaConcurrencyForLocalOnlyConnectionsSupportedResponse, error)
func (*ManagerServer) IsStaConcurrencyForMultiInternetSupported ¶ added in v0.0.4
func (s *ManagerServer) IsStaConcurrencyForMultiInternetSupported(_ context.Context, req *pb.IsStaConcurrencyForMultiInternetSupportedRequest) (*pb.IsStaConcurrencyForMultiInternetSupportedResponse, error)
func (*ManagerServer) IsTdlsSupported ¶ added in v0.0.4
func (s *ManagerServer) IsTdlsSupported(_ context.Context, req *pb.IsTdlsSupportedRequest) (*pb.IsTdlsSupportedResponse, error)
func (*ManagerServer) IsTidToLinkMappingNegotiationSupported ¶ added in v0.0.4
func (s *ManagerServer) IsTidToLinkMappingNegotiationSupported(_ context.Context, req *pb.IsTidToLinkMappingNegotiationSupportedRequest) (*pb.IsTidToLinkMappingNegotiationSupportedResponse, error)
func (*ManagerServer) IsTlsMinimumVersionSupported ¶ added in v0.0.4
func (s *ManagerServer) IsTlsMinimumVersionSupported(_ context.Context, req *pb.IsTlsMinimumVersionSupportedRequest) (*pb.IsTlsMinimumVersionSupportedResponse, error)
func (*ManagerServer) IsTlsV13Supported ¶ added in v0.0.4
func (s *ManagerServer) IsTlsV13Supported(_ context.Context, req *pb.IsTlsV13SupportedRequest) (*pb.IsTlsV13SupportedResponse, error)
func (*ManagerServer) IsTrustOnFirstUseSupported ¶ added in v0.0.4
func (s *ManagerServer) IsTrustOnFirstUseSupported(_ context.Context, req *pb.IsTrustOnFirstUseSupportedRequest) (*pb.IsTrustOnFirstUseSupportedResponse, error)
func (*ManagerServer) IsWapiSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWapiSupported(_ context.Context, req *pb.IsWapiSupportedRequest) (*pb.IsWapiSupportedResponse, error)
func (*ManagerServer) IsWepSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWepSupported(_ context.Context, req *pb.IsWepSupportedRequest) (*pb.IsWepSupportedResponse, error)
func (*ManagerServer) IsWifiDisplayR2Supported ¶ added in v0.0.4
func (s *ManagerServer) IsWifiDisplayR2Supported(_ context.Context, req *pb.IsWifiDisplayR2SupportedRequest) (*pb.IsWifiDisplayR2SupportedResponse, error)
func (*ManagerServer) IsWifiEnabled ¶ added in v0.0.4
func (s *ManagerServer) IsWifiEnabled(_ context.Context, req *pb.IsWifiEnabledRequest) (*pb.IsWifiEnabledResponse, error)
func (*ManagerServer) IsWifiPasspointEnabled ¶ added in v0.0.4
func (s *ManagerServer) IsWifiPasspointEnabled(_ context.Context, req *pb.IsWifiPasspointEnabledRequest) (*pb.IsWifiPasspointEnabledResponse, error)
func (*ManagerServer) IsWifiStandardSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWifiStandardSupported(_ context.Context, req *pb.IsWifiStandardSupportedRequest) (*pb.IsWifiStandardSupportedResponse, error)
func (*ManagerServer) IsWpa3SaeH2ESupported ¶ added in v0.0.4
func (s *ManagerServer) IsWpa3SaeH2ESupported(_ context.Context, req *pb.IsWpa3SaeH2ESupportedRequest) (*pb.IsWpa3SaeH2ESupportedResponse, error)
func (*ManagerServer) IsWpa3SaePublicKeySupported ¶ added in v0.0.4
func (s *ManagerServer) IsWpa3SaePublicKeySupported(_ context.Context, req *pb.IsWpa3SaePublicKeySupportedRequest) (*pb.IsWpa3SaePublicKeySupportedResponse, error)
func (*ManagerServer) IsWpa3SaeSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWpa3SaeSupported(_ context.Context, req *pb.IsWpa3SaeSupportedRequest) (*pb.IsWpa3SaeSupportedResponse, error)
func (*ManagerServer) IsWpa3SuiteBSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWpa3SuiteBSupported(_ context.Context, req *pb.IsWpa3SuiteBSupportedRequest) (*pb.IsWpa3SuiteBSupportedResponse, error)
func (*ManagerServer) IsWpaPersonalSupported ¶ added in v0.0.4
func (s *ManagerServer) IsWpaPersonalSupported(_ context.Context, req *pb.IsWpaPersonalSupportedRequest) (*pb.IsWpaPersonalSupportedResponse, error)
func (*ManagerServer) PingSupplicant ¶ added in v0.0.4
func (s *ManagerServer) PingSupplicant(_ context.Context, req *pb.PingSupplicantRequest) (*pb.PingSupplicantResponse, error)
func (*ManagerServer) QuerySendDhcpHostnameRestriction ¶ added in v0.0.4
func (s *ManagerServer) QuerySendDhcpHostnameRestriction(_ context.Context, req *pb.QuerySendDhcpHostnameRestrictionRequest) (*pb.QuerySendDhcpHostnameRestrictionResponse, error)
func (*ManagerServer) Reassociate ¶ added in v0.0.4
func (s *ManagerServer) Reassociate(_ context.Context, req *pb.ReassociateRequest) (*pb.ReassociateResponse, error)
func (*ManagerServer) Reconnect ¶ added in v0.0.4
func (s *ManagerServer) Reconnect(_ context.Context, req *pb.ReconnectRequest) (*pb.ReconnectResponse, error)
func (*ManagerServer) RegisterScanResultsCallback ¶ added in v0.0.4
func (s *ManagerServer) RegisterScanResultsCallback(_ context.Context, req *pb.RegisterScanResultsCallbackRequest) (*pb.RegisterScanResultsCallbackResponse, error)
func (*ManagerServer) RegisterSubsystemRestartTrackingCallback ¶ added in v0.0.4
func (s *ManagerServer) RegisterSubsystemRestartTrackingCallback(_ context.Context, req *pb.RegisterSubsystemRestartTrackingCallbackRequest) (*pb.RegisterSubsystemRestartTrackingCallbackResponse, error)
func (*ManagerServer) RemoveLocalOnlyConnectionFailureListener ¶ added in v0.0.4
func (s *ManagerServer) RemoveLocalOnlyConnectionFailureListener(_ context.Context, req *pb.RemoveLocalOnlyConnectionFailureListenerRequest) (*pb.RemoveLocalOnlyConnectionFailureListenerResponse, error)
func (*ManagerServer) RemoveNetwork ¶ added in v0.0.4
func (s *ManagerServer) RemoveNetwork(_ context.Context, req *pb.RemoveNetworkRequest) (*pb.RemoveNetworkResponse, error)
func (*ManagerServer) RemoveNonCallerConfiguredNetworks ¶ added in v0.0.4
func (s *ManagerServer) RemoveNonCallerConfiguredNetworks(_ context.Context, req *pb.RemoveNonCallerConfiguredNetworksRequest) (*pb.RemoveNonCallerConfiguredNetworksResponse, error)
func (*ManagerServer) RemovePasspointConfiguration ¶ added in v0.0.4
func (s *ManagerServer) RemovePasspointConfiguration(_ context.Context, req *pb.RemovePasspointConfigurationRequest) (*pb.RemovePasspointConfigurationResponse, error)
func (*ManagerServer) RemovePerSsidRoamingMode ¶ added in v0.0.4
func (s *ManagerServer) RemovePerSsidRoamingMode(_ context.Context, req *pb.RemovePerSsidRoamingModeRequest) (*pb.RemovePerSsidRoamingModeResponse, error)
func (*ManagerServer) RemoveSuggestionConnectionStatusListener ¶ added in v0.0.4
func (s *ManagerServer) RemoveSuggestionConnectionStatusListener(_ context.Context, req *pb.RemoveSuggestionConnectionStatusListenerRequest) (*pb.RemoveSuggestionConnectionStatusListenerResponse, error)
func (*ManagerServer) RemoveSuggestionUserApprovalStatusListener ¶ added in v0.0.4
func (s *ManagerServer) RemoveSuggestionUserApprovalStatusListener(_ context.Context, req *pb.RemoveSuggestionUserApprovalStatusListenerRequest) (*pb.RemoveSuggestionUserApprovalStatusListenerResponse, error)
func (*ManagerServer) RemoveWifiStateChangedListener ¶ added in v0.0.4
func (s *ManagerServer) RemoveWifiStateChangedListener(_ context.Context, req *pb.RemoveWifiStateChangedListenerRequest) (*pb.RemoveWifiStateChangedListenerResponse, error)
func (*ManagerServer) SaveConfiguration ¶ added in v0.0.4
func (s *ManagerServer) SaveConfiguration(_ context.Context, req *pb.SaveConfigurationRequest) (*pb.SaveConfigurationResponse, error)
func (*ManagerServer) SetPerSsidRoamingMode ¶ added in v0.0.4
func (s *ManagerServer) SetPerSsidRoamingMode(_ context.Context, req *pb.SetPerSsidRoamingModeRequest) (*pb.SetPerSsidRoamingModeResponse, error)
func (*ManagerServer) SetSendDhcpHostnameRestriction ¶ added in v0.0.4
func (s *ManagerServer) SetSendDhcpHostnameRestriction(_ context.Context, req *pb.SetSendDhcpHostnameRestrictionRequest) (*pb.SetSendDhcpHostnameRestrictionResponse, error)
func (*ManagerServer) SetTdlsEnabled ¶ added in v0.0.6
func (s *ManagerServer) SetTdlsEnabled(_ context.Context, req *pb.SetTdlsEnabledRequest) (*pb.SetTdlsEnabledResponse, error)
func (*ManagerServer) SetTdlsEnabledWithMacAddress ¶ added in v0.0.6
func (s *ManagerServer) SetTdlsEnabledWithMacAddress(_ context.Context, req *pb.SetTdlsEnabledWithMacAddressRequest) (*pb.SetTdlsEnabledWithMacAddressResponse, error)
func (*ManagerServer) SetWifiEnabled ¶ added in v0.0.4
func (s *ManagerServer) SetWifiEnabled(_ context.Context, req *pb.SetWifiEnabledRequest) (*pb.SetWifiEnabledResponse, error)
func (*ManagerServer) StartLocalOnlyHotspotWithConfiguration ¶ added in v0.0.4
func (s *ManagerServer) StartLocalOnlyHotspotWithConfiguration(_ context.Context, req *pb.StartLocalOnlyHotspotWithConfigurationRequest) (*pb.StartLocalOnlyHotspotWithConfigurationResponse, error)
func (*ManagerServer) StartScan ¶ added in v0.0.4
func (s *ManagerServer) StartScan(_ context.Context, req *pb.StartScanRequest) (*pb.StartScanResponse, error)
func (*ManagerServer) StartWps ¶ added in v0.0.4
func (s *ManagerServer) StartWps(_ context.Context, req *pb.StartWpsRequest) (*pb.StartWpsResponse, error)
func (*ManagerServer) UnregisterScanResultsCallback ¶ added in v0.0.4
func (s *ManagerServer) UnregisterScanResultsCallback(_ context.Context, req *pb.UnregisterScanResultsCallbackRequest) (*pb.UnregisterScanResultsCallbackResponse, error)
func (*ManagerServer) UnregisterSubsystemRestartTrackingCallback ¶ added in v0.0.4
func (s *ManagerServer) UnregisterSubsystemRestartTrackingCallback(_ context.Context, req *pb.UnregisterSubsystemRestartTrackingCallbackRequest) (*pb.UnregisterSubsystemRestartTrackingCallbackResponse, error)
func (*ManagerServer) UpdateNetwork ¶ added in v0.0.4
func (s *ManagerServer) UpdateNetwork(_ context.Context, req *pb.UpdateNetworkRequest) (*pb.UpdateNetworkResponse, error)
func (*ManagerServer) ValidateSoftApConfiguration ¶ added in v0.0.4
func (s *ManagerServer) ValidateSoftApConfiguration(_ context.Context, req *pb.ValidateSoftApConfigurationRequest) (*pb.ValidateSoftApConfigurationResponse, error)
type MloLinkServer ¶ added in v0.0.6
type MloLinkServer struct {
pb.UnimplementedMloLinkServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MloLinkServer implements pb.MloLinkServiceServer.
func (*MloLinkServer) DescribeContents ¶ added in v0.0.6
func (s *MloLinkServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*MloLinkServer) Equals ¶ added in v0.0.6
func (s *MloLinkServer) Equals(_ context.Context, req *pb.MloLinkEqualsRequest) (*pb.EqualsResponse, error)
func (*MloLinkServer) GetApMacAddress ¶ added in v0.0.6
func (s *MloLinkServer) GetApMacAddress(_ context.Context, req *pb.GetApMacAddressRequest) (*pb.GetApMacAddressResponse, error)
func (*MloLinkServer) GetBand ¶ added in v0.0.6
func (s *MloLinkServer) GetBand(_ context.Context, req *pb.GetBandRequest) (*pb.GetBandResponse, error)
func (*MloLinkServer) GetChannel ¶ added in v0.0.6
func (s *MloLinkServer) GetChannel(_ context.Context, req *pb.GetChannelRequest) (*pb.GetChannelResponse, error)
func (*MloLinkServer) GetLinkId ¶ added in v0.0.6
func (s *MloLinkServer) GetLinkId(_ context.Context, req *pb.GetLinkIdRequest) (*pb.GetLinkIdResponse, error)
func (*MloLinkServer) GetRssi ¶ added in v0.0.6
func (s *MloLinkServer) GetRssi(_ context.Context, req *pb.GetRssiRequest) (*pb.GetRssiResponse, error)
func (*MloLinkServer) GetRxLinkSpeedMbps ¶ added in v0.0.6
func (s *MloLinkServer) GetRxLinkSpeedMbps(_ context.Context, req *pb.GetRxLinkSpeedMbpsRequest) (*pb.GetRxLinkSpeedMbpsResponse, error)
func (*MloLinkServer) GetStaMacAddress ¶ added in v0.0.6
func (s *MloLinkServer) GetStaMacAddress(_ context.Context, req *pb.GetStaMacAddressRequest) (*pb.GetStaMacAddressResponse, error)
func (*MloLinkServer) GetState ¶ added in v0.0.6
func (s *MloLinkServer) GetState(_ context.Context, req *pb.GetStateRequest) (*pb.GetStateResponse, error)
func (*MloLinkServer) GetTxLinkSpeedMbps ¶ added in v0.0.6
func (s *MloLinkServer) GetTxLinkSpeedMbps(_ context.Context, req *pb.GetTxLinkSpeedMbpsRequest) (*pb.GetTxLinkSpeedMbpsResponse, error)
func (*MloLinkServer) HashCode ¶ added in v0.0.6
func (s *MloLinkServer) HashCode(_ context.Context, req *pb.MloLinkHashCodeRequest) (*pb.HashCodeResponse, error)
func (*MloLinkServer) NewMloLink ¶ added in v0.0.6
func (s *MloLinkServer) NewMloLink(_ context.Context, req *pb.NewMloLinkRequest) (*pb.NewMloLinkResponse, error)
func (*MloLinkServer) ToString ¶ added in v0.0.6
func (s *MloLinkServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*MloLinkServer) WriteToParcel ¶ added in v0.0.6
func (s *MloLinkServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type ScanResultServer ¶ added in v0.0.6
type ScanResultServer struct {
pb.UnimplementedScanResultServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
ScanResultServer implements pb.ScanResultServiceServer.
func (*ScanResultServer) ConvertChannelToFrequencyMhzIfSupported ¶ added in v0.0.6
func (s *ScanResultServer) ConvertChannelToFrequencyMhzIfSupported(_ context.Context, req *pb.ConvertChannelToFrequencyMhzIfSupportedRequest) (*pb.ConvertChannelToFrequencyMhzIfSupportedResponse, error)
func (*ScanResultServer) ConvertFrequencyMhzToChannelIfSupported ¶ added in v0.0.6
func (s *ScanResultServer) ConvertFrequencyMhzToChannelIfSupported(_ context.Context, req *pb.ConvertFrequencyMhzToChannelIfSupportedRequest) (*pb.ConvertFrequencyMhzToChannelIfSupportedResponse, error)
func (*ScanResultServer) DescribeContents ¶ added in v0.0.6
func (s *ScanResultServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*ScanResultServer) GetAffiliatedMloLinks ¶ added in v0.0.6
func (s *ScanResultServer) GetAffiliatedMloLinks(_ context.Context, req *pb.GetAffiliatedMloLinksRequest) (*pb.GetAffiliatedMloLinksResponse, error)
func (*ScanResultServer) GetApMldMacAddress ¶ added in v0.0.6
func (s *ScanResultServer) GetApMldMacAddress(_ context.Context, req *pb.GetApMldMacAddressRequest) (*pb.GetApMldMacAddressResponse, error)
func (*ScanResultServer) GetApMloLinkId ¶ added in v0.0.6
func (s *ScanResultServer) GetApMloLinkId(_ context.Context, req *pb.GetApMloLinkIdRequest) (*pb.GetApMloLinkIdResponse, error)
func (*ScanResultServer) GetInformationElements ¶ added in v0.0.6
func (s *ScanResultServer) GetInformationElements(_ context.Context, req *pb.GetInformationElementsRequest) (*pb.GetInformationElementsResponse, error)
func (*ScanResultServer) GetSecurityTypes ¶ added in v0.0.6
func (s *ScanResultServer) GetSecurityTypes(_ context.Context, req *pb.GetSecurityTypesRequest) (*pb.GetSecurityTypesResponse, error)
func (*ScanResultServer) GetWifiSsid ¶ added in v0.0.6
func (s *ScanResultServer) GetWifiSsid(_ context.Context, req *pb.GetWifiSsidRequest) (*pb.GetWifiSsidResponse, error)
func (*ScanResultServer) GetWifiStandard ¶ added in v0.0.6
func (s *ScanResultServer) GetWifiStandard(_ context.Context, req *pb.GetWifiStandardRequest) (*pb.GetWifiStandardResponse, error)
func (*ScanResultServer) Is80211AzNtbResponder ¶ added in v0.0.6
func (s *ScanResultServer) Is80211AzNtbResponder(_ context.Context, req *pb.Is80211AzNtbResponderRequest) (*pb.Is80211AzNtbResponderResponse, error)
func (*ScanResultServer) Is80211McResponder ¶ added in v0.0.6
func (s *ScanResultServer) Is80211McResponder(_ context.Context, req *pb.Is80211McResponderRequest) (*pb.Is80211McResponderResponse, error)
func (*ScanResultServer) IsPasspointNetwork ¶ added in v0.0.6
func (s *ScanResultServer) IsPasspointNetwork(_ context.Context, req *pb.IsPasspointNetworkRequest) (*pb.IsPasspointNetworkResponse, error)
func (*ScanResultServer) IsRangingFrameProtectionRequired ¶ added in v0.0.6
func (s *ScanResultServer) IsRangingFrameProtectionRequired(_ context.Context, req *pb.IsRangingFrameProtectionRequiredRequest) (*pb.IsRangingFrameProtectionRequiredResponse, error)
func (*ScanResultServer) IsSecureHeLtfSupported ¶ added in v0.0.6
func (s *ScanResultServer) IsSecureHeLtfSupported(_ context.Context, req *pb.IsSecureHeLtfSupportedRequest) (*pb.IsSecureHeLtfSupportedResponse, error)
func (*ScanResultServer) IsTwtResponder ¶ added in v0.0.6
func (s *ScanResultServer) IsTwtResponder(_ context.Context, req *pb.IsTwtResponderRequest) (*pb.IsTwtResponderResponse, error)
func (*ScanResultServer) NewScanResult ¶ added in v0.0.6
func (s *ScanResultServer) NewScanResult(_ context.Context, req *pb.NewScanResultRequest) (*pb.NewScanResultResponse, error)
func (*ScanResultServer) ToString ¶ added in v0.0.6
func (s *ScanResultServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*ScanResultServer) WriteToParcel ¶ added in v0.0.6
func (s *ScanResultServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
type WpsInfoServer ¶ added in v0.0.6
type WpsInfoServer struct {
pb.UnimplementedWpsInfoServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
WpsInfoServer implements pb.WpsInfoServiceServer.
func (*WpsInfoServer) DescribeContents ¶ added in v0.0.6
func (s *WpsInfoServer) DescribeContents(_ context.Context, req *pb.DescribeContentsRequest) (*pb.DescribeContentsResponse, error)
func (*WpsInfoServer) NewWpsInfo ¶ added in v0.0.6
func (s *WpsInfoServer) NewWpsInfo(_ context.Context, req *pb.NewWpsInfoRequest) (*pb.NewWpsInfoResponse, error)
func (*WpsInfoServer) ToString ¶ added in v0.0.6
func (s *WpsInfoServer) ToString(_ context.Context, req *pb.ToStringRequest) (*pb.ToStringResponse, error)
func (*WpsInfoServer) WriteToParcel ¶ added in v0.0.6
func (s *WpsInfoServer) WriteToParcel(_ context.Context, req *pb.WriteToParcelRequest) (*pb.WriteToParcelResponse, error)
Click to show internal directories.
Click to hide internal directories.