Home
last modified time | relevance | path

Searched refs:g_lwipNetif (Results 1 - 4 of 4) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/udp_demo/
H A Dwifi_softap.c24 static struct netif *g_lwipNetif = NULL; variable
73 g_lwipNetif = netifapi_netif_find(ifname); in HiWifiStartSoftap()
74 if (g_lwipNetif == NULL) { in HiWifiStartSoftap()
82 netifapi_netif_set_addr(g_lwipNetif, &st_ipaddr, &st_netmask, &st_gw); in HiWifiStartSoftap()
84 netifapi_dhcps_start(g_lwipNetif, 0, 0); in HiWifiStartSoftap()
93 netifapi_dhcps_stop(g_lwipNetif); in HiWifiStopSoftap()
94 HiSoftapResetAddr(g_lwipNetif); in HiWifiStopSoftap()
106 g_lwipNetif = NULL; in HiWifiStopSoftap()
H A Dwifi_sta_connect.c34 static struct netif *g_lwipNetif = NULL; variable
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/
H A Diot_sta.c36 static struct netif *g_lwipNetif = NULL; variable
64 netifapi_dhcp_start(g_lwipNetif); in WifiReconnected()
67 netifapi_netif_get_addr(g_lwipNetif, &ipAddr, NULL, NULL); in WifiReconnected()
108 netifapi_dhcp_start(g_lwipNetif); in WpaEventCB()
117 netifapi_dhcp_stop(g_lwipNetif); in WpaEventCB()
118 StaResetAddr(g_lwipNetif); in WpaEventCB()
/vendor/hisilicon/hispark_pegasus/demo/oc_demo/
H A Diot_sta.c31 static struct netif *g_lwipNetif = NULL; variable
58 netifapi_dhcp_start(g_lwipNetif); in WifiReconnected()
61 netifapi_netif_get_addr(g_lwipNetif, &ipAddr, NULL, NULL); in WifiReconnected()
100 netifapi_dhcp_start(g_lwipNetif); in WpaEventCB()
109 netifapi_dhcp_stop(g_lwipNetif); in WpaEventCB()
110 StaResetAddr(g_lwipNetif); in WpaEventCB()

Completed in 2 milliseconds