/vendor/hisilicon/hispark_pegasus/demo/histreaming_client_demo/ |
H A D | wifi_connecter.c | 67 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 103 char* hostname = "hispark"; in ConnectToHotspot() local 104 err_t ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/lwip_demo/ |
H A D | wifi_connecter.c | 67 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 103 char* hostname = "hispark"; in ConnectToHotspot() local 104 err_t ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/ |
H A D | wifi_connecter.c | 65 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 93 char* hostname = "hispark"; in ConnectToHotspot() local 94 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/samart_environmental_monitoring_system_demo/udpserver_env/ |
H A D | wifi_connecter.c | 73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 101 char* hostname = "hispark"; in ConnectToHotspot() local 102 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/smart_night_light_demo/udpserver_light/ |
H A D | wifi_connecter.c | 73 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 101 char* hostname = "hispark"; in ConnectToHotspot() local 102 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/test/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 100 char* hostname = "hispark"; in ConnectToHotspot() local 101 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpclient_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 100 char* hostname = "hispark"; in ConnectToHotspot() local 101 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/tcpserver_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 100 char* hostname = "hispark"; in ConnectToHotspot() local 101 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/udpclient_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 100 char* hostname = "hispark"; in ConnectToHotspot() local 101 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/udpserver_demo/ |
H A D | wifi_connecter.c | 72 err_t netifapi_set_hostname(struct netif *netif, char *hostname, u8_t namelen); 100 char* hostname = "hispark"; in ConnectToHotspot() local 101 ret = netifapi_set_hostname(g_iface, hostname, strlen(hostname)); in ConnectToHotspot()
|
/vendor/hisilicon/hispark_pegasus/demo/sntp_demo/src/ |
H A D | sntp_port.h | 24 err_t _dns_gethostbyname(const char *hostname, ip_addr_t *addr, __dns_found_callback found, int *arg);
|