Searched refs:poll (Results 1 – 14 of 14) sorted by relevance
| /hostap-latest/src/utils/ |
| D | eloop.c | 18 #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/ |
| D | test_radius.py | 1122 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):
|
| D | run-tests.py | 142 while self._trace_cmd.poll() is None and b'STARTED' not in l:
|
| D | test_eap_proto.py | 138 self._poll = select.poll() 146 for (fd, event) in self._poll.poll(200):
|
| /hostap-latest/wpa_supplicant/examples/ |
| D | dpp-nfc.py | 303 if not self.socket.poll('recv', poll_timeout): 540 while socket.poll("recv"): 542 while socket.poll("recv"):
|
| /hostap-latest/src/drivers/ |
| D | driver_ndis.c | 1467 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()
|
| D | driver.h | 3295 void (*poll)(void *priv); member
|
| /hostap-latest/wpa_supplicant/ |
| D | driver_i.h | 257 if (wpa_s->driver->poll) { in wpa_drv_poll() 258 wpa_s->driver->poll(wpa_s->drv_priv); in wpa_drv_poll()
|
| D | android.config | 252 # Should we use poll instead of select? Select is used by default.
|
| D | defconfig | 301 # Should we use poll instead of select? Select is used by default.
|
| /hostap-latest/hostapd/ |
| D | android.config | 180 # Should we use poll instead of select? Select is used by default.
|
| D | defconfig | 271 # Should we use poll instead of select? Select is used by default.
|
| D | ChangeLog | 1279 deauthenticate the station, i.e., skip long wait for inactivity poll
|
| /hostap-latest/tests/hwsim/vm/ |
| D | parallel-vm.py | 356 if _vm['proc'].poll() is not None:
|