Uses of Class
com.facebook.openwifi.cloudsdk.UCentralApConfiguration
-
Packages that use UCentralApConfiguration Package Description com.facebook.openwifi.cloudsdk Library providing clients and models for the OpenWiFi uCentral-based CloudSDK.com.facebook.openwifi.rrm.modules RRM service modules. -
-
Uses of UCentralApConfiguration in com.facebook.openwifi.cloudsdk
Methods in com.facebook.openwifi.cloudsdk with parameters of type UCentralApConfiguration Modifier and Type Method Description static boolean
UCentralUtils. setRadioConfigField(String serialNumber, UCentralApConfiguration config, String fieldName, Map<String,Integer> newValueList)
Set all radios config of an AP to a given value. -
Uses of UCentralApConfiguration in com.facebook.openwifi.rrm.modules
Methods in com.facebook.openwifi.rrm.modules with parameters of type UCentralApConfiguration Modifier and Type Method Description boolean
ConfigManager.ConfigListener. processDeviceConfig(String serialNumber, UCentralApConfiguration config)
Process a received device config.void
ConfigManager.ConfigListener. receiveDeviceConfig(String serialNumber, UCentralApConfiguration config)
Receive a new device config.
-