Uses of Class
com.facebook.openwifi.rrm.optimizers.clientsteering.ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS
-
Packages that use ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS Package Description com.facebook.openwifi.rrm.optimizers.clientsteering Client steering algorithms. -
-
Uses of ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS in com.facebook.openwifi.rrm.optimizers.clientsteering
Methods in com.facebook.openwifi.rrm.optimizers.clientsteering that return ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS Modifier and Type Method Description static ClientSteeringOptimizer.CLIENT_STEERING_ACTIONSClientSteeringOptimizer.CLIENT_STEERING_ACTIONS. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS[]ClientSteeringOptimizer.CLIENT_STEERING_ACTIONS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-