Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
Ddriver_ndis.h38 HANDLE connected_event; /* WpaSupplicantConnected event */ member
Ddriver_ndis.c1811 SetEvent(drv->connected_event); in ndisuio_notification_receive()
1815 ResetEvent(drv->connected_event); in ndisuio_notification_receive()
1867 if (drv->connected_event) { in ndisuio_notification_deinit()
1868 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()
1869 drv->connected_event = NULL; in ndisuio_notification_deinit()
1879 drv->connected_event = in ndisuio_notification_init()
1881 if (drv->connected_event == NULL) { in ndisuio_notification_init()
/external/wpa_supplicant_8/src/drivers/
Ddriver_ndis.h38 HANDLE connected_event; /* WpaSupplicantConnected event */ member
Ddriver_ndis.c1918 SetEvent(drv->connected_event); in ndisuio_notification_receive()
1922 ResetEvent(drv->connected_event); in ndisuio_notification_receive()
1974 if (drv->connected_event) { in ndisuio_notification_deinit()
1975 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()
1976 drv->connected_event = NULL; in ndisuio_notification_deinit()
1986 drv->connected_event = in ndisuio_notification_init()
1988 if (drv->connected_event == NULL) { in ndisuio_notification_init()
/external/wpa_supplicant/
Ddriver_ndis.h38 HANDLE connected_event; /* WpaSupplicantConnected event */ member
Ddriver_ndis.c1778 SetEvent(drv->connected_event); in ndisuio_notification_receive()
1782 ResetEvent(drv->connected_event); in ndisuio_notification_receive()
1834 if (drv->connected_event) { in ndisuio_notification_deinit()
1835 CloseHandle(drv->connected_event); in ndisuio_notification_deinit()
1836 drv->connected_event = NULL; in ndisuio_notification_deinit()
1846 drv->connected_event = in ndisuio_notification_init()
1848 if (drv->connected_event == NULL) { in ndisuio_notification_init()