Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:rfds

1782 	fd_set rfds;
1791 FD_ZERO(&rfds);
1792 FD_SET(fd, &rfds);
1795 res = select(fd + 1, &rfds, NULL, NULL, &tv);
1801 if (FD_ISSET(fd, &rfds))