How to change CONFIG_AP_PASSPHRASE "12345678" to another one

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

cross mob
keya_2153926
Level 1
Level 1

default CONFIG_AP_PASSPHRASE was "12345678",  change PASSPHRASE to "1234", but config mode AP doesn't work.

How can i do?@

0 Likes
1 Solution
Anonymous
Not applicable

kevinyang

Have you tried other passphrase like "23456789"?

It requires at least 8 characters I think.

View solution in original post

0 Likes
4 Replies
MichaelF_56
Moderator
Moderator
Moderator
250 sign-ins 25 comments on blog 10 comments on blog

You can modify the CLIENT_AP_SSID/CLIENT_AP_PASSPHRASE Wi-Fi credentials in the /WICED-SDK-3.3.1/include/default_wifi_config_dct.h header file to match your Wi-Fi access point

There is some additional information here as it pertains to the appliance demo and SDK 2.4.1: Demo of the "Appliance Application" in WICED SDK

0 Likes
keya_2153926
Level 1
Level 1

Thank you, for your comment and it workable in CLINET mode, but can't work in CONFIG mode.

modify default_wifi_config_dct.h CONFIG_AP_SSID was funtional, but change CONFIG_AP_PASSPHRASE in BCM943362WCD4 not work.

0 Likes
Anonymous
Not applicable

kevinyang

Have you tried other passphrase like "23456789"?

It requires at least 8 characters I think.

0 Likes

It's work, thank!

0 Likes