| /hostap-latest/tests/hwsim/ |
| D | tshark.py | 24 def _run_tshark(filename, filter, display=None, wait=True): argument 27 if wait: 54 res = cmd.wait() 77 cmd.wait() 92 def run_tshark(filename, filter, display=None, wait=True): argument 97 wait) 106 return _run_tshark(filename, filter, display, wait) 123 res = cmd.wait()
|
| D | remotehost.py | 154 def thread_wait(self, t, wait=None): argument 155 if wait == None: 158 wait_str = str(wait) + "s" 162 t.join(wait)
|
| D | test_mbo.py | 224 wait=False) 230 display=['frame.time'], wait=False) 248 filter, wait=False)
|
| D | test_p2p_ext.py | 375 "wlan.fc.type_subtype == 0x00", wait=False) 382 "wlan.fc.type_subtype == 0x01", wait=False)
|
| D | test_wmediumd.py | 123 p.wait()
|
| D | run-tests.py | 162 self._trace_cmd.wait()
|
| D | test_ap_open.py | 1009 ["eth.src"], wait=False)
|
| D | test_wpas_ctrl.py | 1701 cmd.wait()
|
| D | test_ap_hs20.py | 4784 wait=False) 4796 wait=False) 4808 wait=False)
|
| /hostap-latest/src/pasn/ |
| D | pasn_common.h | 143 unsigned int freq, unsigned int wait); 191 unsigned int wait),
|
| D | pasn_common.c | 39 unsigned int wait), in pasn_register_callbacks() argument
|
| /hostap-latest/tests/fuzzing/pasn-init/ |
| D | pasn-init.c | 22 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
|
| /hostap-latest/tests/fuzzing/pasn-resp/ |
| D | pasn-resp.c | 45 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
|
| /hostap-latest/src/ap/ |
| D | ap_drv_ops.c | 920 unsigned int wait, const u8 *dst, in hapd_drv_send_action() argument 962 return hapd->driver->send_action(hapd->drv_priv, freq, wait, dst, in hapd_drv_send_action() 968 unsigned int wait, const u8 *dst, const u8 *data, in hostapd_drv_send_action() argument 971 return hapd_drv_send_action(hapd, freq, wait, dst, data, len, false); in hostapd_drv_send_action() 977 unsigned int wait, const u8 *dst, in hostapd_drv_send_action_addr3_ap() argument 980 return hapd_drv_send_action(hapd, freq, wait, dst, data, len, true); in hostapd_drv_send_action_addr3_ap()
|
| D | ap_drv_ops.h | 113 unsigned int wait, const u8 *dst, const u8 *data, 117 unsigned int wait, const u8 *dst,
|
| /hostap-latest/wpa_supplicant/ |
| D | driver_i.h | 326 unsigned int freq, unsigned int wait) in wpa_drv_send_mlme() argument 331 freq, NULL, 0, 0, wait, -1); in wpa_drv_send_mlme() 410 unsigned int wait, const u8 *dst, const u8 *src,
|
| D | pasn_supplicant.c | 43 int noack, unsigned int freq, unsigned int wait) in wpas_pasn_send_mlme() argument 47 return wpa_drv_send_mlme(wpa_s, data, data_len, noack, freq, wait); in wpas_pasn_send_mlme()
|
| D | README | 436 -W = wait for a control interface monitor before starting 780 disconnect = disconnect and wait for reassociate command before connecting 1142 a timer to wait until the unsolicited DSCP request from the AP.
|
| /hostap-latest/doc/ |
| D | testing_tools.doxygen | 62 -W = wait for a control interface monitor before starting
|
| /hostap-latest/src/drivers/ |
| D | driver_atheros.c | 1969 int no_encrypt, unsigned int wait, int link_id) in atheros_send_mgmt() argument 2064 unsigned int wait, in atheros_send_action() argument 2083 __func__, act->freq, wait, MAC2STR(act->dst_addr), in atheros_send_action()
|
| D | driver_zephyr.c | 28 unsigned int wait, int link_id); 2482 unsigned int wait, int link_id) in wpa_drv_zep_send_mlme() argument 2506 ret = dev_ops->send_mlme(if_ctx->dev_priv, data, data_len, noack, freq, 0, 0, wait, 0); in wpa_drv_zep_send_mlme()
|
| D | driver.h | 3395 unsigned int wait, int link_id); 4043 int (*send_action)(void *priv, unsigned int freq, unsigned int wait,
|
| D | driver_hostap.c | 267 int no_encrypt, unsigned int wait, int link_id) in hostap_send_mlme() argument
|
| D | driver_nl80211.c | 168 unsigned int freq, unsigned int wait, 9089 unsigned int freq, unsigned int wait, in nl80211_send_frame_cmd() argument 9102 freq, wait, no_cck, no_ack, offchanok); in nl80211_send_frame_cmd() 9109 (wait && nla_put_u32(msg, NL80211_ATTR_DURATION, wait)) || in nl80211_send_frame_cmd() 9126 freq, wait); in nl80211_send_frame_cmd() 9135 if (!wait) { in nl80211_send_frame_cmd() 10869 int no_encrypt, unsigned int wait, in driver_nl80211_send_mlme() argument 10874 freq, 0, 0, wait, csa_offs, in driver_nl80211_send_mlme()
|
| /hostap-latest/wpa_supplicant/doc/docbook/ |
| D | wpa_supplicant.sgml | 716 based on wpa_cli to wait for a connection and then run
|