Home
last modified time | relevance | path

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

/hostap-latest/src/utils/
Deloop.c18 #error Do not define both of poll and epoll
22 #error Do not define both of poll and kqueue
1142 res = poll(eloop.pollfds, num_poll_fds, in eloop_run()
1327 poll(&pfd, 1, -1); in eloop_wait_for_read_sock()
/hostap-latest/tests/hwsim/
Dtest_radius.py1122 self._poll = select.poll()
1128 for (fd, event) in self._poll.poll(1000):
1241 self._poll = select.poll()
1247 for (fd, event) in self._poll.poll(1000):
1596 self._poll = select.poll()
1602 for (fd, event) in self._poll.poll(1000):
Drun-tests.py142 while self._trace_cmd.poll() is None and b'STARTED' not in l:
Dtest_eap_proto.py138 self._poll = select.poll()
146 for (fd, event) in self._poll.poll(200):
/hostap-latest/wpa_supplicant/examples/
Ddpp-nfc.py303 if not self.socket.poll('recv', poll_timeout):
540 while socket.poll("recv"):
542 while socket.poll("recv"):
/hostap-latest/src/drivers/
Ddriver_ndis.c1467 int poll; in wpa_driver_ndis_poll_timeout() local
1493 poll = drv->mode == IEEE80211_MODE_IBSS; in wpa_driver_ndis_poll_timeout()
1496 poll = 1; in wpa_driver_ndis_poll_timeout()
1500 if (poll) { in wpa_driver_ndis_poll_timeout()
3225 wpa_driver_ndis_ops.poll = wpa_driver_ndis_poll; in driver_ndis_init_ops()
Ddriver.h3295 void (*poll)(void *priv); member
/hostap-latest/wpa_supplicant/
Ddriver_i.h257 if (wpa_s->driver->poll) { in wpa_drv_poll()
258 wpa_s->driver->poll(wpa_s->drv_priv); in wpa_drv_poll()
Dandroid.config252 # Should we use poll instead of select? Select is used by default.
Ddefconfig301 # Should we use poll instead of select? Select is used by default.
/hostap-latest/hostapd/
Dandroid.config180 # Should we use poll instead of select? Select is used by default.
Ddefconfig271 # Should we use poll instead of select? Select is used by default.
DChangeLog1279 deauthenticate the station, i.e., skip long wait for inactivity poll
/hostap-latest/tests/hwsim/vm/
Dparallel-vm.py356 if _vm['proc'].poll() is not None: