Uses of Class
com.facebook.openwifi.rrm.RRMAlgorithm
-
Packages that use RRMAlgorithm Package Description com.facebook.openwifi.rrm Radio Resource Management (RRM) service. -
-
Uses of RRMAlgorithm in com.facebook.openwifi.rrm
Fields in com.facebook.openwifi.rrm with type parameters of type RRMAlgorithm Modifier and Type Field Description List<RRMAlgorithm>
RRMSchedule. algorithms
The list of RRM algorithms to run.Methods in com.facebook.openwifi.rrm that return RRMAlgorithm Modifier and Type Method Description static RRMAlgorithm
RRMAlgorithm. parse(String name, String argsRaw)
Construct an RRMAlgorithm with a raw arguments string.
-