Uses of Class
com.facebook.openwifi.cloudsdk.models.ap.UCentralSchema.Radio
-
Packages that use UCentralSchema.Radio Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK.com.facebook.openwifi.cloudsdk.models.ap Schemas originating from the AP-NOS (wlan-ap).com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of UCentralSchema.Radio in com.facebook.openwifi.cloudsdk
Methods in com.facebook.openwifi.cloudsdk that return types with arguments of type UCentralSchema.Radio Modifier and Type Method Description List<UCentralSchema.Radio>
UCentralApConfiguration. getRadioConfigList()
Return all info in the radio config (or an empty list if none).Method parameters in com.facebook.openwifi.cloudsdk with type arguments of type UCentralSchema.Radio Modifier and Type Method Description static Map<String,List<String>>
UCentralUtils. getBandsMap(Map<String,List<UCentralSchema.Radio>> deviceStatus)
Get the APs on a band who participate in an optimization algorithm.static Map<String,Map<String,List<Integer>>>
UCentralUtils. getDeviceAvailableChannels(Map<String,List<UCentralSchema.Radio>> deviceStatus, Map<String,Map<String,Capabilities.Phy>> deviceCapabilities, Map<String,List<Integer>> defaultAvailableChannels)
Get the capabilities of the APs who participate in an optimization algorithm.Set<String>
UCentralApConfiguration. getRadioBandsSet(List<UCentralSchema.Radio> radioConfigList)
Return all the operational bands of an AP (from the radio config) -
Uses of UCentralSchema.Radio in com.facebook.openwifi.cloudsdk.models.ap
Fields in com.facebook.openwifi.cloudsdk.models.ap with type parameters of type UCentralSchema.Radio Modifier and Type Field Description List<UCentralSchema.Radio>
UCentralSchema. radios
-
Uses of UCentralSchema.Radio in com.facebook.openwifi.rrm.modules
Fields in com.facebook.openwifi.rrm.modules with type parameters of type UCentralSchema.Radio Modifier and Type Field Description Map<String,List<UCentralSchema.Radio>>
Modeler.DataModel. latestDeviceStatusRadios
List of radio info per device.
-