Your PreSharedKey looks to be wrong. Ccording to TR-098, the PSK should be:


A literal WPA PSK expressed as a hexadecimal string.
The first table entry contains the default PreSharedKey 
(InternetGatewayDevice.LANDevice.{i}.WLANConfiguration.{i}.PreSharedKey.1.PreSharedKey).
If KeyPassphrase is written, the PSK is immediately generated. The ACS SHOULD 
NOT set the passphrase and also set the PSK directly (the result of doing this 
is undefined).
When read, this parameter returns an empty string, regardless of the actual 
value.

You should probably set the KeyPassphrase instead, unless you want to set the 
hex PSK directly.
---
Manny Veloso / technical person
o: +360 859 1780


Follow SmartRG<http://www.smartrg.com/> news and events on 
Facebook<https://www.facebook.com/SmartRG?fref=ts> | 
Twitter<https://twitter.com/SRGcrew> | 
LinkedIn<https://www.linkedin.com/company/2568791?trk=vsrp_companies_res_name&trkInfo=VSRPsearchId%3A80173221376409258784%2CVSRPtargetId%3A2568791%2CVSRPcmpt%3Aprimary>
 | YouTube<https://www.youtube.com/channel/UCxs7PruCYyHnuAVHO_oQAmQ>

From: Users <[email protected]> on behalf of Miguel Ángel 
Sánchez Moragues <[email protected]>
Reply-To: Community support for GenieACS users <[email protected]>
Date: Monday, April 17, 2017 at 8:07 AM
To: Community support for GenieACS users <[email protected]>
Subject: ACS not send PreSharedKey value

I have a simple script provision (execute every '2 PERIODIC' event):

declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.SSID", {value: 
Date.now()}, {value: "SSID_test"});
declare("InternetGatewayDevice.LANDevice.1.WLANConfiguration.1.PreSharedKey.1.PreSharedKey",
 {value: Date.now()}, {value: "0123456789"});


But the ACS only sends the SSID value. Why ACS did not send the PreSharedKey 
value?

_______________________________________________
Users mailing list
[email protected]
http://lists.genieacs.com/mailman/listinfo/users

Reply via email to