Home
last modified time | relevance | path

Searched refs:CONFIG_AP_PWD (Results 1 - 8 of 8) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_config.h28 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
H A Diot_sta.c149 rc = memcpy_s(assoc_req.key, HI_WIFI_MAX_KEY_LEN + 1, CONFIG_AP_PWD, strlen(CONFIG_AP_PWD)); in StaStartConnect()
206 (void)strcpy_s(apConfig.preSharedKey, strlen(CONFIG_AP_PWD) + 1, CONFIG_AP_PWD); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_config.h26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
H A Diot_sta.c145 rc = memcpy_s(assoc_req.key, HI_WIFI_MAX_KEY_LEN + 1, CONFIG_AP_PWD, strlen(CONFIG_AP_PWD)); in StaStartConnect()
203 strcpy_s(apConfig.preSharedKey, sizeof(CONFIG_AP_PWD), CONFIG_AP_PWD); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_config.h26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
H A Diot_sta.c145 rc = memcpy_s(assoc_req.key, HI_WIFI_MAX_KEY_LEN + 1, CONFIG_AP_PWD, strlen(CONFIG_AP_PWD)); in StaStartConnect()
203 strcpy_s(apConfig.preSharedKey, sizeof(CONFIG_AP_PWD), CONFIG_AP_PWD); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_config.h26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
H A Diot_sta.c141 rc = memcpy_s(assoc_req.key, HI_WIFI_MAX_KEY_LEN + 1, CONFIG_AP_PWD, strlen(CONFIG_AP_PWD)); in StaStartConnect()
193 (void)strcpy_s(apConfig.preSharedKey, strlen(CONFIG_AP_PWD) + 1, CONFIG_AP_PWD); in WifiStartSta()

Completed in 3 milliseconds