Searched refs:EVENT_NETMGR_WIFI_DISCONNECTED (Results 1 – 4 of 4) sorted by relevance
22 #define EVENT_NETMGR_WIFI_DISCONNECTED (EVENT_NETMGR_BASE + 1) // Connection disconected macro62 #define EVENT_NETMGR_NET_DISCON (EVENT_NETMGR_WIFI_DISCONNECTED)
58 case EVENT_NETMGR_WIFI_DISCONNECTED: in wifi_event_cb()
28 case EVENT_NETMGR_WIFI_DISCONNECTED: in wifi_event_cb()80 event_subscribe(EVENT_NETMGR_WIFI_DISCONNECTED, wifi_event_cb, NULL); in hapy_netmgr_init()
1561 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