ACS not send PreSharedKey value

Manny Veloso manny.veloso at smartrg.com
Mon Apr 24 17:08:22 EDT 2017


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 <users-bounces at lists.genieacs.com> on behalf of Miguel Ángel Sánchez Moragues <sanchez.moragues at gmail.com>
Reply-To: Community support for GenieACS users <users at lists.genieacs.com>
Date: Monday, April 17, 2017 at 8:07 AM
To: Community support for GenieACS users <users at lists.genieacs.com>
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?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.genieacs.com/pipermail/users/attachments/20170424/c4bb3ca3/attachment.html>


More information about the Users mailing list