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