Package com.facebook.openwifi.rrm
Interface DeviceDataManager.DeviceApConfigFunction
-
- Enclosing class:
- DeviceDataManager
public static interface DeviceDataManager.DeviceApConfigFunction
Device AP config layer update interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update(Map<String,DeviceConfig> apConfig)
Update the AP config layer.
-
-
-
Method Detail
-
update
void update(Map<String,DeviceConfig> apConfig)
Update the AP config layer.
-
-