Searched refs:rx_notify (Results 1 - 4 of 4) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c64 HANDLE rx_avail, rx_done, rx_thread, rx_thread_done, rx_notify; member in struct:l2_packet_data
143 if (WaitForSingleObject(l2->rx_notify,
147 ResetEvent(l2->rx_notify);
235 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
237 l2->rx_notify == NULL) {
240 CloseHandle(l2->rx_notify);
274 CloseHandle(l2->rx_notify);
340 SetEvent(l2->rx_notify);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_winpcap.c58 HANDLE rx_avail, rx_done, rx_thread, rx_thread_done, rx_notify; member in struct:l2_packet_data
137 if (WaitForSingleObject(l2->rx_notify,
141 ResetEvent(l2->rx_notify);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
231 l2->rx_notify == NULL) {
234 CloseHandle(l2->rx_notify);
268 CloseHandle(l2->rx_notify);
334 SetEvent(l2->rx_notify);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_winpcap.c58 HANDLE rx_avail, rx_done, rx_thread, rx_thread_done, rx_notify; member in struct:l2_packet_data
137 if (WaitForSingleObject(l2->rx_notify,
141 ResetEvent(l2->rx_notify);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
231 l2->rx_notify == NULL) {
234 CloseHandle(l2->rx_notify);
268 CloseHandle(l2->rx_notify);
334 SetEvent(l2->rx_notify);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet_winpcap.c58 HANDLE rx_avail, rx_done, rx_thread, rx_thread_done, rx_notify; member in struct:l2_packet_data
137 if (WaitForSingleObject(l2->rx_notify,
141 ResetEvent(l2->rx_notify);
229 l2->rx_notify = CreateEvent(NULL, TRUE, FALSE, NULL);
231 l2->rx_notify == NULL) {
234 CloseHandle(l2->rx_notify);
268 CloseHandle(l2->rx_notify);
334 SetEvent(l2->rx_notify);

Completed in 318 milliseconds