Home
last modified time | relevance | path

Searched refs:tapfd (Results 1 – 1 of 1) sorted by relevance

/src/tools/tools/net80211/wesside/wesside/
H A Dwesside.c180 int tapfd = -1; variable
1324 rd = write(tapfd, packet, dlen); in try_dictionary()
2164 tapfd = open(TAP_DEV, O_RDWR); in open_tap()
2165 if (tapfd == -1) { in open_tap()
2169 if(fstat(tapfd, &st) == -1) { in open_tap()
2224 rd = read(tapfd, buf, sizeof(buf)); in read_tap()
2457 if (tapfd > wifd)
2458 largest = tapfd;
2572 FD_SET(tapfd, &rfd);
2601 if (FD_ISSET(tapfd, &rfd)) {