Searched defs:WifiConfig_Rtw88Config (Results 1 – 1 of 1) sorted by relevance
/external/chromiumos-config/go/src/go.chromium.org/chromiumos/config/go/api/ |
D | wifi_config.pb.go | 223 type WifiConfig_Rtw88Config struct { struct 224 state protoimpl.MessageState 225 sizeCache protoimpl.SizeCache 226 unknownFields protoimpl.UnknownFields 230 …tablet_mode_power_table,json=tabletModePowerTable,proto3" json:"tablet_mode_power_table,omitempty"` 231 …let_mode_power_table,json=nonTabletModePowerTable,proto3" json:"non_tablet_mode_power_table,omitem… 233 …oOffsets `protobuf:"bytes,3,opt,name=offset_fcc,json=offsetFcc,proto3" json:"offset_fcc,omitempty"` 234 …_GeoOffsets `protobuf:"bytes,4,opt,name=offset_eu,json=offsetEu,proto3" json:"offset_eu,omitempty"` 235 …ts `protobuf:"bytes,5,opt,name=offset_other,json=offsetOther,proto3" json:"offset_other,omitempty"` 238 func (x *WifiConfig_Rtw88Config) Reset() { [all …]
|