Package com.facebook.openwifi.rrm
Class RRMAlgorithm.AlgorithmResult
- java.lang.Object
-
- com.facebook.openwifi.rrm.RRMAlgorithm.AlgorithmResult
-
- Enclosing class:
- RRMAlgorithm
public static class RRMAlgorithm.AlgorithmResult extends Object
RRM algorithm result.
-
-
Field Summary
Fields Modifier and Type Field Description Map<String,Map<String,String>>
apClientActionMap
Computed actions for each AP-client pair.Map<String,Map<String,Integer>>
channelMap
Computed channel assignments.String
error
The error string, only set upon failure to execute the algorithm.Map<String,Map<String,Integer>>
txPowerMap
Computed tx power assignments.
-
Constructor Summary
Constructors Constructor Description AlgorithmResult()
-
-
-
Field Detail
-
error
public String error
The error string, only set upon failure to execute the algorithm.
-
channelMap
public Map<String,Map<String,Integer>> channelMap
Computed channel assignments.- See Also:
ChannelOptimizer.computeChannelMap()
-
txPowerMap
public Map<String,Map<String,Integer>> txPowerMap
Computed tx power assignments.- See Also:
TPC.computeTxPowerMap()
-
-