Create more than one WLAN instance HG8245Q2

Hi,

I want to creat 8 WLAN interfaces (4 with 2.4 Ghz band and 4 with 5Ghz band ). By default, HG8245Q2 has:
InternetGatewayDevice.LANDevice.1.WLANConfiguration.1 on 2.4 Ghz Band
InternetGatewayDevice.LANDevice.1.WLANConfiguration.5 on 5 Ghz Band

If I use:
declare(“InternetGatewayDevice.LANDevice.1.WLANConfiguration.*”, null, {path: 3});

a new instance is created (InternetGatewayDevice.LANDevice.1.WLANConfiguration.2)

However if I try to increase the path, I am not able to create:
InternetGatewayDevice.LANDevice.1.WLANConfiguration.3
InternetGatewayDevice.LANDevice.1.WLANConfiguration.4
InternetGatewayDevice.LANDevice.1.WLANConfiguration.6
InternetGatewayDevice.LANDevice.1.WLANConfiguration.7
InternetGatewayDevice.LANDevice.1.WLANConfiguration.8

Anyone know how to do it?

Thank you