Home
last modified time | relevance | path

Searched refs:EVENT_NETMGR_WIFI_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/uservice/include/uservice/
A Deventid.h22 #define EVENT_NETMGR_WIFI_DISCONNECTED (EVENT_NETMGR_BASE + 1) // Connection disconected macro
62 #define EVENT_NETMGR_NET_DISCON (EVENT_NETMGR_WIFI_DISCONNECTED)
/AliOS-Things-master/solutions/eduk1_demo/
A Dapp_start.c58 case EVENT_NETMGR_WIFI_DISCONNECTED: in wifi_event_cb()
/AliOS-Things-master/components/py_engine/modules/netmgr/
A Dmodnetmgr.c28 case EVENT_NETMGR_WIFI_DISCONNECTED: in wifi_event_cb()
80 event_subscribe(EVENT_NETMGR_WIFI_DISCONNECTED, wifi_event_cb, NULL); in hapy_netmgr_init()
/AliOS-Things-master/components/netmgr/src/
A Dnetmgr_wifi.c1561 if(event == EVENT_NETMGR_WIFI_DISCONNECTED) { in wifi_status_change()
1575 if((event == EVENT_NETMGR_WIFI_DISCONNECTED) in wifi_status_change()
1617 if(event >= EVENT_NETMGR_WIFI_DISCONNECTED && event < EVENT_NETMGR_MAX) { in handle_wifi_event()
1633 if((event == EVENT_NETMGR_WIFI_DISCONNECTED) || in handle_wifi_event()
1676 if(event == EVENT_NETMGR_WIFI_DISCONNECTED) { in handle_wifi_event()
1723 event = EVENT_NETMGR_WIFI_DISCONNECTED; in wifi_indicate_event_handle()
1816 if(event >= EVENT_NETMGR_WIFI_DISCONNECTED && (event <= EVENT_NETMGR_MAX)) { in wifi_indicate_event_handle()

Completed in 11 milliseconds