Home
last modified time | relevance | path

Searched refs:config (Results 1 - 25 of 40) sorted by relevance

12

/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/
H A Ddemo_entry_cmsis.c39 WifiDeviceConfig config = {0}; in ConnectToWifi() local
40 if (strcpy_s(config.ssid, sizeof(config.ssid), ssid)) { in ConnectToWifi()
42 if (strcpy_s(config.preSharedKey, sizeof(config.preSharedKey), key)) { in ConnectToWifi()
44 config.securityType = type; in ConnectToWifi()
45 g_netId = ConnectToHotspot(&config); in ConnectToWifi()
53 HotspotConfig config = {0}; in StartConfig() local
54 if (strcpy_s(config.ssid, sizeof(config in StartConfig()
[all...]
H A Dwifi_starter.h23 int StartHotspot(const HotspotConfig* config);
H A Dwifi_starter.c77 int StartHotspot(const HotspotConfig* config) in StartHotspot() argument
84 errCode = SetHotspotConfig(config); in StartHotspot()
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/
H A Ddemo_entry_cmsis.c39 WifiDeviceConfig config = {0}; in ConnectToWifi() local
40 if (strcpy_s(config.ssid, sizeof(config.ssid), ssid) == TRUE) { in ConnectToWifi()
42 if (strcpy_s(config.preSharedKey, sizeof(config.preSharedKey), key) == TRUE) { in ConnectToWifi()
44 config.securityType = type; in ConnectToWifi()
45 g_netId = ConnectToHotspot(&config); in ConnectToWifi()
53 HotspotConfig config = {0}; in StartConfig() local
54 if (strcpy_s(config.ssid, sizeof(config in StartConfig()
[all...]
H A Dwifi_starter.h23 int StartHotspot(const HotspotConfig* config);
H A Dwifi_starter.c76 int StartHotspot(const HotspotConfig* config) in StartHotspot() argument
83 errCode = SetHotspotConfig(config); in StartHotspot()
/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/demo/
H A Dwifi_hotspot_demo.c32 HotspotConfig config = {0}; in WifiHotspotTask() local
35 if (strcpy_s(config.ssid, sizeof(config.ssid), "HiSpark-AP")) { in WifiHotspotTask()
38 if (strcpy_s(config.preSharedKey, sizeof(config.preSharedKey), "12345678")) { in WifiHotspotTask()
41 config.securityType = WIFI_SEC_TYPE_PSK; in WifiHotspotTask()
42 config.band = HOTSPOT_BAND_TYPE_2G; in WifiHotspotTask()
43 config.channelNum = SEVEN; in WifiHotspotTask()
48 errCode = StartHotspot(&config); in WifiHotspotTask()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_demo/
H A Dwifi_starter.c79 HotspotConfig config = {0}; in StartHotspot() local
82 strcpy_s(config.ssid, SSID_LEN, "HiSpark-AP"); in StartHotspot()
83 config.securityType = WIFI_SEC_TYPE_OPEN; in StartHotspot()
84 config.band = HOTSPOT_BAND_TYPE_2G; in StartHotspot()
85 config.channelNum = 7; /* 7: channel number */ in StartHotspot()
90 errCode = SetHotspotConfig(&config); in StartHotspot()
/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/
H A Dwifi_connecter.c72 WifiDeviceConfig config = {0}; in ConnectToHotspot() local
75 strcpy_s(config.ssid, SSID_LEN, PARAM_HOTSPOT_SSID); in ConnectToHotspot()
76 strcpy_s(config.preSharedKey, PSK_LEN, PARAM_HOTSPOT_PSK); in ConnectToHotspot()
77 config.securityType = PARAM_HOTSPOT_TYPE; in ConnectToHotspot()
89 errCode = AddDeviceConfig(&config, &netId); in ConnectToHotspot()
133 RemoveDevice(netId); // remove AP config in DisconnectWithHotspot()
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/
H A Dwifi_connecter.c72 WifiDeviceConfig config = {0}; in ConnectToHotspot() local
75 strcpy_s(config.ssid, SSID_LEN, PARAM_HOTSPOT_SSID); in ConnectToHotspot()
76 strcpy_s(config.preSharedKey, PSK_LEN, PARAM_HOTSPOT_PSK); in ConnectToHotspot()
77 config.securityType = PARAM_HOTSPOT_TYPE; in ConnectToHotspot()
89 errCode = AddDeviceConfig(&config, &netId); in ConnectToHotspot()
133 RemoveDevice(netId); // remove AP config in DisconnectWithHotspot()
/vendor/hisilicon/hispark_aries/hdf_config/hdf_test/hcs_macro_test/
H A DMakefile3 ifeq ($(filter $(LITEOSTOPDIR)/config.mk,$(MAKEFILE_LIST)),)
4 include $(LITEOSTOPDIR)/config.mk
29 $(Q)echo gen hdf built-in config macro
/vendor/hisilicon/hispark_taurus/hdf_config/hdf_test/hcs_macro_test/
H A DMakefile3 ifeq ($(filter $(LITEOSTOPDIR)/config.mk,$(MAKEFILE_LIST)),)
4 include $(LITEOSTOPDIR)/config.mk
29 $(Q)echo gen hdf built-in config macro
/vendor/hisilicon/hispark_taurus_mini_system/hdf_config/hdf_test/hcs_macro_test/
H A DMakefile3 ifeq ($(filter $(LITEOSTOPDIR)/config.mk,$(MAKEFILE_LIST)),)
4 include $(LITEOSTOPDIR)/config.mk
29 $(Q)echo gen hdf built-in config macro
/vendor/hisilicon/hispark_pegasus/demo/easy_wifi_demo/src/
H A Dwifi_starter.h23 int StartHotspot(const HotspotConfig* config);
H A Dwifi_starter.c77 int StartHotspot(const HotspotConfig* config) in StartHotspot() argument
84 errCode = SetHotspotConfig(config); in StartHotspot()
/vendor/hisilicon/hispark_taurus_linux/hdf_config/hdf_test/
H A DMakefile62 $(Q)echo gen hdf built-in config
67 $(Q)echo gen hdf driver config
78 $(Q)echo gen hdf built-in config macro
/vendor/hihope/2in1_core_system/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/dayu210/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/default_core_system/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/ipcamera_core_system/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/rk3568/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/rk3568_mini_system/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/tablet_core_system/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hihope/wearable/hdf_config/khdf/
H A DMakefile55 $(Q)echo gen hdf built-in config
60 $(Q)echo gen hdf driver config
/vendor/hisilicon/hispark_phoenix/hdf_config/khdf/
H A DMakefile58 $(Q)echo gen hdf built-in config
63 $(Q)echo gen hdf driver config

Completed in 6 milliseconds

12