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

  /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 113 milliseconds