Uses of Class
com.facebook.openwifi.cloudsdk.models.ap.Capabilities.Phy
-
Packages that use Capabilities.Phy Package Description com.facebook.openwifi.cloudsdk.models.ap Schemas originating from the AP-NOS (wlan-ap).com.facebook.openwifi.rrm.modules RRM service modules.com.facebook.openwifi.rrm.optimizers.channel Channel assignment algorithms. -
-
Uses of Capabilities.Phy in com.facebook.openwifi.cloudsdk.models.ap
Fields in com.facebook.openwifi.cloudsdk.models.ap with type parameters of type Capabilities.Phy Modifier and Type Field Description Map<String,Capabilities.Phy>
Capabilities. wifi
-
Uses of Capabilities.Phy in com.facebook.openwifi.rrm.modules
Fields in com.facebook.openwifi.rrm.modules with type parameters of type Capabilities.Phy Modifier and Type Field Description Map<String,Map<String,Capabilities.Phy>>
Modeler.DataModel. latestDeviceCapabilitiesPhy
List of capabilities per device.Method parameters in com.facebook.openwifi.rrm.modules with type arguments of type Capabilities.Phy Modifier and Type Method Description static String
ModelerUtils. getBand(State.Radio radio, Map<String,Capabilities.Phy> capabilityPhy)
Return the radio's band, or null if band cannot be found -
Uses of Capabilities.Phy in com.facebook.openwifi.rrm.optimizers.channel
Method parameters in com.facebook.openwifi.rrm.optimizers.channel with type arguments of type Capabilities.Phy 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).
-