Searched refs:CONFIG_AP_SSID (Results 1 - 8 of 8) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_config.h | 27 #define CONFIG_AP_SSID "H" // WIFI SSID macro
|
H A D | iot_sta.c | 137 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 D | iot_config.h | 25 #define CONFIG_AP_SSID "Mate 20 Pro (Ud)" // WIFI SSID macro
|
H A D | iot_sta.c | 133 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 D | iot_config.h | 25 #define CONFIG_AP_SSID "Mate 20 Pro (Ud)" // WIFI SSID macro
|
H A D | iot_sta.c | 133 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 D | iot_config.h | 25 #define CONFIG_AP_SSID "H" // WIFI SSID macro
|
H A D | iot_sta.c | 129 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