Searched refs:CONFIG_AP_PWD (Results 1 - 8 of 8) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_config.h | 28 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
|
H A D | iot_sta.c | 149 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 D | iot_config.h | 26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
|
H A D | iot_sta.c | 145 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 D | iot_config.h | 26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
|
H A D | iot_sta.c | 145 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 D | iot_config.h | 26 #define CONFIG_AP_PWD "12345678" // WIFI PWD macro
|
H A D | iot_sta.c | 141 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