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

/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);
280 CloseHandle(l2->rx_notify);
346 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);
280 CloseHandle(l2->rx_notify);
346 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);
280 CloseHandle(l2->rx_notify);
346 SetEvent(l2->rx_notify);

Completed in 49 milliseconds