Uses of Class
com.facebook.openwifi.rrm.DeviceConfig
- 
Packages that use DeviceConfig Package Description com.facebook.openwifi.rrm Radio Resource Management (RRM) service.com.facebook.openwifi.rrm.optimizers.channel Channel assignment algorithms.com.facebook.openwifi.rrm.optimizers.clientsteering Client steering algorithms.com.facebook.openwifi.rrm.optimizers.tpc Transmit power control (TPC) algorithms. - 
- 
Uses of DeviceConfig in com.facebook.openwifi.rrm
Fields in com.facebook.openwifi.rrm declared as DeviceConfig Modifier and Type Field Description DeviceConfigDeviceLayeredConfig. networkConfigConfig for all APs/zones - lowest priorityFields in com.facebook.openwifi.rrm with type parameters of type DeviceConfig Modifier and Type Field Description Map<String,DeviceConfig>DeviceLayeredConfig. apConfigConfig per AP (by serial number) - highest priorityMap<String,DeviceConfig>DeviceLayeredConfig. zoneConfigConfig per "RF zone" - mid priorityMethods in com.facebook.openwifi.rrm that return DeviceConfig Modifier and Type Method Description static DeviceConfigDeviceConfig. createDefault()Create the default config.DeviceConfigDeviceDataManager. getDeviceConfig(String serialNumber)Return config for the given device with all config layers applied, or null if not present in the topology.DeviceConfigDeviceDataManager. getDeviceConfig(String serialNumber, String zone)Return config for the given device with all config layers applied.DeviceConfigDeviceDataManager. getZoneConfig(String zone)Return config for the given zone with all config layers applied.Methods in com.facebook.openwifi.rrm that return types with arguments of type DeviceConfig Modifier and Type Method Description Map<String,DeviceConfig>DeviceDataManager. getAllDeviceConfigs(String zone)Return config (with all config layers applied) for all devices in a given zone, or null if not present in the topology.Methods in com.facebook.openwifi.rrm with parameters of type DeviceConfig Modifier and Type Method Description voidDeviceConfig. apply(DeviceConfig override)Merge all non-null public fields of the given object into this object (via reflection).voidDeviceDataManager. setDeviceApConfig(String serialNumber, DeviceConfig apConfig)Set the device AP config for the given AP, or erase it if null.voidDeviceDataManager. setDeviceNetworkConfig(DeviceConfig networkConfig)Set the device network config.voidDeviceDataManager. setDeviceZoneConfig(String zone, DeviceConfig zoneConfig)Set the device zone config for the given zone, or erase it if null.Method parameters in com.facebook.openwifi.rrm with type arguments of type DeviceConfig Modifier and Type Method Description voidDeviceDataManager.DeviceApConfigFunction. update(Map<String,DeviceConfig> apConfig)Update the AP config layer.voidDeviceDataManager.ZoneConfigFunction. update(Map<String,DeviceConfig> zoneConfig)Update the zone config layer. - 
Uses of DeviceConfig in com.facebook.openwifi.rrm.optimizers.channel
Fields in com.facebook.openwifi.rrm.optimizers.channel with type parameters of type DeviceConfig Modifier and Type Field Description protected Map<String,DeviceConfig>ChannelOptimizer. deviceConfigsThe device configs withinChannelOptimizer.zone, keyed on serial number. - 
Uses of DeviceConfig in com.facebook.openwifi.rrm.optimizers.clientsteering
Fields in com.facebook.openwifi.rrm.optimizers.clientsteering with type parameters of type DeviceConfig Modifier and Type Field Description protected Map<String,DeviceConfig>ClientSteeringOptimizer. deviceConfigsThe device configs withinClientSteeringOptimizer.zone, keyed on serial number. - 
Uses of DeviceConfig in com.facebook.openwifi.rrm.optimizers.tpc
Fields in com.facebook.openwifi.rrm.optimizers.tpc with type parameters of type DeviceConfig Modifier and Type Field Description protected Map<String,DeviceConfig>TPC. deviceConfigsThe device configs withinTPC.zone, keyed on serial number. 
 -