Uses of Class
com.facebook.openwifi.cloudsdk.models.ap.State
-
Packages that use State Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK.com.facebook.openwifi.rrm.mysql com.facebook.openwifi.rrm.optimizers.channel Channel assignment algorithms. -
-
Uses of State in com.facebook.openwifi.cloudsdk
Subclasses of State in com.facebook.openwifi.cloudsdk Modifier and Type Class Description class
StateInfo
Methods in com.facebook.openwifi.cloudsdk with parameters of type State Modifier and Type Method Description static Map<String,State.Interface.Client>
UCentralUtils. getWifiClientInfo(State state)
Return a map of Wi-Fi client (STA) MAC addresses to the Client structure found for that interface.Method parameters in com.facebook.openwifi.cloudsdk with type arguments of type State Modifier and Type Method Description static Map<String,String>
UCentralUtils. getBssidsMap(Map<String,? extends State> latestState)
Get the mapping between bssids and APs. -
Uses of State in com.facebook.openwifi.rrm.mysql
Methods in com.facebook.openwifi.rrm.mysql that return types with arguments of type State Modifier and Type Method Description Map<String,State>
DatabaseManager. getLatestState()
Return the latest state records for each unique device. -
Uses of State in com.facebook.openwifi.rrm.optimizers.channel
Methods in com.facebook.openwifi.rrm.optimizers.channel with parameters of type State Modifier and Type Method Description protected static int[]
ChannelOptimizer. getCurrentChannel(String band, String serialNumber, State state, Map<String,Map<String,Capabilities.Phy>> latestDeviceCapabilitiesPhy)
Get the current channel and channel width (MHz) of the device (from state data).
-