Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:rfds

3546 	fd_set rfds;
3555 FD_ZERO(&rfds);
3556 FD_SET(fd, &rfds);
3559 res = select(fd + 1, &rfds, NULL, NULL, &tv);
3565 if (FD_ISSET(fd, &rfds))