Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching full:rfds

1467 	fd_set rfds;
1476 FD_ZERO(&rfds);
1477 FD_SET(fd, &rfds);
1480 res = select(fd + 1, &rfds, NULL, NULL, &tv);
1486 if (FD_ISSET(fd, &rfds))