Home
last modified time | relevance | path

Searched refs:wait (Results 1 – 25 of 35) sorted by relevance

12

/hostap-latest/tests/hwsim/
Dtshark.py24 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()
Dremotehost.py154 def thread_wait(self, t, wait=None): argument
155 if wait == None:
158 wait_str = str(wait) + "s"
162 t.join(wait)
Dtest_mbo.py224 wait=False)
230 display=['frame.time'], wait=False)
248 filter, wait=False)
Dtest_p2p_ext.py375 "wlan.fc.type_subtype == 0x00", wait=False)
382 "wlan.fc.type_subtype == 0x01", wait=False)
Dtest_wmediumd.py123 p.wait()
Drun-tests.py162 self._trace_cmd.wait()
Dtest_ap_open.py1009 ["eth.src"], wait=False)
Dtest_wpas_ctrl.py1701 cmd.wait()
Dtest_ap_hs20.py4784 wait=False)
4796 wait=False)
4808 wait=False)
/hostap-latest/src/pasn/
Dpasn_common.h143 unsigned int freq, unsigned int wait);
191 unsigned int wait),
Dpasn_common.c39 unsigned int wait), in pasn_register_callbacks() argument
/hostap-latest/tests/fuzzing/pasn-init/
Dpasn-init.c22 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
/hostap-latest/tests/fuzzing/pasn-resp/
Dpasn-resp.c45 int noack, unsigned int freq, unsigned int wait) in pasn_send_mgmt() argument
/hostap-latest/src/ap/
Dap_drv_ops.c920 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()
Dap_drv_ops.h113 unsigned int wait, const u8 *dst, const u8 *data,
117 unsigned int wait, const u8 *dst,
/hostap-latest/wpa_supplicant/
Ddriver_i.h326 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,
Dpasn_supplicant.c43 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()
DREADME436 -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/
Dtesting_tools.doxygen62 -W = wait for a control interface monitor before starting
/hostap-latest/src/drivers/
Ddriver_atheros.c1969 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()
Ddriver_zephyr.c28 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()
Ddriver.h3395 unsigned int wait, int link_id);
4043 int (*send_action)(void *priv, unsigned int freq, unsigned int wait,
Ddriver_hostap.c267 int no_encrypt, unsigned int wait, int link_id) in hostap_send_mlme() argument
Ddriver_nl80211.c168 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/
Dwpa_supplicant.sgml716 based on wpa_cli to wait for a connection and then run

12