Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_ndis.h32 HANDLE connected_event; /* WpaSupplicantConnected event */ member
Ddriver_ndis.c1912 SetEvent(drv->connected_event); in ndisuio_notification_receive()
1916 ResetEvent(drv->connected_event); in ndisuio_notification_receive()
1968 if (drv->connected_event) { in ndisuio_notification_deinit()
1969 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()
1970 drv->connected_event = NULL; in ndisuio_notification_deinit()
1980 drv->connected_event = in ndisuio_notification_init()
1982 if (drv->connected_event == NULL) { in ndisuio_notification_init()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_ndis.h32 HANDLE connected_event; /* WpaSupplicantConnected event */ member
Ddriver_ndis.c1900 SetEvent(drv->connected_event); in ndisuio_notification_receive()
1904 ResetEvent(drv->connected_event); in ndisuio_notification_receive()
1956 if (drv->connected_event) { in ndisuio_notification_deinit()
1957 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()
1958 drv->connected_event = NULL; in ndisuio_notification_deinit()
1968 drv->connected_event = in ndisuio_notification_init()
1970 if (drv->connected_event == NULL) { in ndisuio_notification_init()