比如将获取到的用户名密码存储到mcu的flash,供其他模块使用。
麻烦解答一下!谢谢
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.
那你就用AES加密你的smart config过程吧,这样你在MCU这边就可以得到你手机那边设置的SSID和WIFI密码了。
这些在simplelink host driver里面都有了。如果你是在linux下面用的话,那WIFI走的路不是传统的TCP/IP协议栈。
如果你还有以太网什么的其它的要走linux tcp/ip, 那也没关系。
如果通信过程不使用aes加密的话,smartconfig过程后 wifi密码不会存到eeprom中? MCU也就不能读到?
我看到wlan_smart_config_start 函数的注释是这么写得
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.