This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于cc3000 ssid密码存储问题



在 wlan_smart_config_start 函数的注释中看到如下一段话

@brief Start to acquire device profile. The device acquire its own
//! profile, if profile message is found. The acquired AP information
//! is stored in CC3000 EEPROM only in case AES128 encryption is used.
//! In case AES128 encryption is not used, a profile is created by
//! CC3000 internally.

The acquired AP information
//! is stored in CC3000 EEPROM only in case AES128 encryption is used.

是不是理解为只有在手机与cc3000通信使用AES128加密的情况下,cc3000才会将ssid密码存储到eeprom中?如果比加密传输cc3000不会存储ssid?

那么如果我需要读取ssid 密码的话,手机端必须使用加密方式通信?

望解答!!