Searched refs:g_lwipNetif (Results 1 - 4 of 4) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/udp_demo/ |
H A D | wifi_softap.c | 24 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 D | wifi_sta_connect.c | 34 static struct netif *g_lwipNetif = NULL; variable
|
/vendor/hisilicon/hispark_pegasus/demo/coap_demo/ |
H A D | iot_sta.c | 36 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 D | iot_sta.c | 31 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