HomeSort by relevance Sort by last modified time
    Searched defs:rx_notify (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_winpcap.c 64 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/src/l2_packet/
l2_packet_winpcap.c 58 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 25 milliseconds