Searched refs:connected_event (Results 1 – 2 of 2) sorted by relevance
32 HANDLE connected_event; /* WpaSupplicantConnected event */ member
1892 SetEvent(drv->connected_event); in ndisuio_notification_receive()1896 ResetEvent(drv->connected_event); in ndisuio_notification_receive()1948 if (drv->connected_event) { in ndisuio_notification_deinit()1949 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()1950 drv->connected_event = NULL; in ndisuio_notification_deinit()1960 drv->connected_event = in ndisuio_notification_init()1962 if (drv->connected_event == NULL) { in ndisuio_notification_init()