How to store multiple Wi-Fi credentials

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

cross mob
BaGo_4138971
Level 3
Level 3

Hi All,

I'm using SDK6.1 in my code. I want to store 5 Wi-Fi  credentials in the memory location.

Where i need to store it to without loosing it after reset. How and which memory location i can allocate for it.

Thanks,

Basava.

0 Likes
1 Solution
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

please take a look at our Dct_read_write memo in the snip directory of the release.

then:  check the function  Print_wifi_config_dct

next:  check the structure   platform_dct_wifi_config_t

and:   check the member of the structure:

           Wiced_config_ap_entry_t stored_ap_list [CONFIG_AP_LIST_SIZE]

more:   CONFIG_AP_LIST_SIZE =5,

  This  is what your need.

View solution in original post

1 Reply
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

Hello:

please take a look at our Dct_read_write memo in the snip directory of the release.

then:  check the function  Print_wifi_config_dct

next:  check the structure   platform_dct_wifi_config_t

and:   check the member of the structure:

           Wiced_config_ap_entry_t stored_ap_list [CONFIG_AP_LIST_SIZE]

more:   CONFIG_AP_LIST_SIZE =5,

  This  is what your need.