WICED WiFi settings read function (Bug)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

When using the "wiced_dct_read_wifi_config_section ( )" to read the WiFi settings from the DCT area, and if the WiFi password contains a "0" in its string,

then the password is read incorrectly !!

example:

password = 24C51A718F --> reading it from the DCT = 24C51A718F     (good)

password = 24C50A708F --> reading it from the DCT = A1E011DD53    (not good)

so there is a bug with the read function, however, the write function is OK.

0 Likes
1 Solution
Anonymous
Not applicable

The latest SDK uses a different function. And I haven't tested the new function yet.

View solution in original post

0 Likes
4 Replies
VikramR_26
Employee
Employee
25 sign-ins 10 sign-ins 10 comments on KBA

thanks for letting us know, we will look at this.

0 Likes
Anonymous
Not applicable

Thanks for looking into this .. by the way this bug is in SDK 2.4.1

0 Likes

Do you see it latest SDK release ? Since we do not fix issues for older version of SDK.

0 Likes
Anonymous
Not applicable

The latest SDK uses a different function. And I haven't tested the new function yet.

0 Likes