Lines Matching defs:WmediumdService
23 service WmediumdService { service
24 rpc ListStations(google.protobuf.Empty) returns (ListStationsResponse) {}
25 rpc LoadConfig(LoadConfigRequest) returns (google.protobuf.Empty) {}
26 rpc ReloadConfig(google.protobuf.Empty) returns (google.protobuf.Empty) {}
27 rpc SetCivicloc(SetCiviclocRequest) returns (google.protobuf.Empty) {}
28 rpc SetLci(SetLciRequest) returns (google.protobuf.Empty) {}
29 rpc SetPosition(SetPositionRequest) returns (google.protobuf.Empty) {}
30 rpc SetSnr(SetSnrRequest) returns (google.protobuf.Empty) {}
31 rpc SetTxpower(SetTxpowerRequest) returns (google.protobuf.Empty) {}
32 rpc StartPcap(StartPcapRequest) returns (google.protobuf.Empty) {}
33 rpc StopPcap(google.protobuf.Empty) returns (google.protobuf.Empty) {}