Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_config.h27 #define CONFIG_AP_SSID "H" // WIFI SSID macro
H A Diot_sta.c137 rc = memcpy_s(assoc_req.ssid, HI_WIFI_MAX_SSID_LEN + 1, CONFIG_AP_SSID, strlen(CONFIG_AP_SSID)); /* 9:ssid length */ in StaStartConnect()
205 (void)strcpy_s(apConfig.ssid, strlen(CONFIG_AP_SSID) + 1, CONFIG_AP_SSID); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/iottencent_demo/
H A Diot_config.h25 #define CONFIG_AP_SSID "Mate 20 Pro (Ud)" // WIFI SSID macro
H A Diot_sta.c133 rc = memcpy_s(assoc_req.ssid, HI_WIFI_MAX_SSID_LEN + 1, CONFIG_AP_SSID, strlen(CONFIG_AP_SSID)); in StaStartConnect()
202 strcpy_s(apConfig.ssid, sizeof(CONFIG_AP_SSID), CONFIG_AP_SSID); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/mqtt_demo/
H A Diot_config.h25 #define CONFIG_AP_SSID "Mate 20 Pro (Ud)" // WIFI SSID macro
H A Diot_sta.c133 rc = memcpy_s(assoc_req.ssid, HI_WIFI_MAX_SSID_LEN + 1, CONFIG_AP_SSID, strlen(CONFIG_AP_SSID)); in StaStartConnect()
202 strcpy_s(apConfig.ssid, sizeof(CONFIG_AP_SSID), CONFIG_AP_SSID); in WifiStartSta()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_config.h25 #define CONFIG_AP_SSID "H" // WIFI SSID macro
H A Diot_sta.c129 rc = memcpy_s(assoc_req.ssid, HI_WIFI_MAX_SSID_LEN + 1, CONFIG_AP_SSID, strlen(CONFIG_AP_SSID)); /* 9:ssid length */ in StaStartConnect()
192 (void)strcpy_s(apConfig.ssid, strlen(CONFIG_AP_SSID) + 1, CONFIG_AP_SSID); in WifiStartSta()

Completed in 5 milliseconds