Searched refs:connected_event (Results 1 – 2 of 2) sorted by relevance
32 HANDLE connected_event; /* WpaSupplicantConnected event */ member
1900 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()