mirror of
https://github.com/Telecominfraproject/wlan-cloud-owprov.git
synced 2025-11-03 03:57:55 +00:00
Adding support for multiple configurstions.
This commit is contained in:
@@ -196,6 +196,11 @@ namespace OpenWifi {
|
||||
return false;
|
||||
}
|
||||
|
||||
void APConfig::AddConfiguration(const Types::UUIDvec_t &UUIDs) {
|
||||
for(const auto &i:UUIDs)
|
||||
AddConfiguration(i);
|
||||
}
|
||||
|
||||
void APConfig::AddConfiguration(const std::string &UUID) {
|
||||
|
||||
ProvObjects::DeviceConfiguration Config;
|
||||
|
||||
Reference in New Issue
Block a user