Uses of Class
com.facebook.openwifi.rrm.RRMConfig
-
Packages that use RRMConfig Package Description com.facebook.openwifi.rrm Radio Resource Management (RRM) service. -
-
Uses of RRMConfig in com.facebook.openwifi.rrm
Methods in com.facebook.openwifi.rrm that return RRMConfig Modifier and Type Method Description static RRMConfig
RRMConfig. fromEnv(Map<String,String> env)
Construct RRMConfig from environment variables.Methods in com.facebook.openwifi.rrm with parameters of type RRMConfig Modifier and Type Method Description boolean
RRM. start(RRMConfig config, DeviceDataManager deviceDataManager, UCentralClient client, UCentralKafkaConsumer consumer, UCentralKafkaProducer producer, DatabaseManager dbManager)
Start the RRM service.
-