<div dir="ltr">I have a simple script provision (execute every '2 PERIODIC' event):<div><br></div><div><div>declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID", {value: Date.now()}, {value: "SSID_test"});</div><div>declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey", {value: Date.now()}, {value: "0123456789"});</div><div><br></div><div><br></div><div><font face="arial">But the ACS only sends the SSID value. Why ACS did not send the PreSharedKey value?</font></div><div><br></div></div></div>