Home
last modified time | relevance | path

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

/hostap-latest/tests/remote/
Dtest_example.py12 import monitor
51 monitor_hosts = monitor.create(devices, setup_params, refs, duts,
55 monitor.add(sta, monitors)
56 monitor.add(ap, monitors)
67 monitor_param = monitor.get_monitor_params(hapd)
68 monitor.setup(mon, [monitor_param])
71 monitor.run(sta, setup_params)
72 monitor.run(ap, setup_params)
73 monitor.run(mon, setup_params)
82 monitor.remove(sta)
[all …]
Dmonitor.py24 for monitor in monitors:
25 if monitor not in hosts and monitor != "all":
26 mons.append(monitor)
60 for monitor in host.monitors:
61 host.execute(["ifconfig", monitor, "down"])
106 for monitor in host.monitors:
107 host.execute(["ifconfig", monitor, "up"])
108 tshark = tshark + " -i " + monitor
109 log_monitor = log_monitor + "_" + monitor
133 for monitor in monitors:
[all …]
Dhwsim_wrapper.py12 import monitor
43 monitor.add(ref_host, monitors)
44 monitor.run(ref_host, setup_params)
46 monitor.add(dut_host, monitors)
47 monitor.run(dut_host, setup_params)
49 monitor_hosts = monitor.create(devices, setup_params, refs, duts,
56 monitor)
88 monitor.remove(ref_host)
90 monitor.remove(dut_host)
113 monitor.remove(ref_host)
[all …]
Dtest_monitor.py9 import monitor
24 air_monitors = monitor.create(devices, setup_params, refs, duts,
27 monitor.setup(air_monitor)
28 monitor.run(air_monitor, setup_params)
37 monitor.destroy(devices, air_monitors)
46 monitor.destroy(devices, air_monitors)
Dtest_devices.py79 def check_device(devices, setup_params, dev_name, monitor=False): argument
96 if monitor == True:
121 for monitor in monitors:
122 if monitor == "all":
124 check_device(devices, setup_params, monitor, monitor=True)
Drun-tests.py44 for monitor in monitors:
45 if monitor == "all":
47 if monitor in duts:
49 if monitor in refs:
51 config.get_device(devices, monitor, lock=True)
58 for monitor in monitors:
59 if monitor == "all":
61 if monitor in duts:
63 if monitor in refs:
65 config.put_device(devices, monitor)
[all …]
/hostap-latest/tests/hwsim/
Dwpasupplicant.py22 port=9877, global_port=9878, monitor=True): argument
23 self.monitor = monitor
46 if self.monitor:
51 if self.monitor:
54 if self.monitor:
168 if self.monitor:
174 if self.monitor:
177 if self.monitor:
718 if self.monitor:
919 while mon and self.monitor and self.mon.pending():
[all …]
Dtest_macsec.py22 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False)
40 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False)
365 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False)
732 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False)
Drun-tests.py58 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False)
662 monitor=False)
DREADME14 captured through the hwsim0 monitor interface that capture all frames
/hostap-latest/wlantest/
DMakefile39 OBJS += monitor.o
/hostap-latest/tests/hwsim/vm/
Dvm-run.sh196 -monitor null \
/hostap-latest/wpa_supplicant/doc/docbook/
Deapol_test.sgml177 <listitem><para>Wait for a control interface monitor before starting.
Dwpa_supplicant.sgml34 users to passively monitor a network and capture all transmitted frames.
514 <para>Wait for a control interface monitor before starting.</para>
/hostap-latest/doc/
Dtesting_tools.doxygen62 -W = wait for a control interface monitor before starting
Dctrl_iface.doxygen219 Attach the connection as a monitor for unsolicited events. This can
225 Detach the connection as a monitor for unsolicited events. This can
/hostap-latest/wpa_supplicant/
DChangeLog289 issues with monitor sockets running out of buffer space
800 similarly, allow global control interface to be used as a monitor
881 - replace monitor interface with nl80211 commands for AP mode
1231 wlantest can be used to capture frames from a monitor interface
1477 * added ctrl_iface monitor event (CTRL-EVENT-SCAN-RESULTS) for
1554 monitor before starting) that could have caused the first messages to
1716 WPA_EVENT_CONNECT monitor event and as WPA_ID_STR environmental
2147 * added monitor mode for wpa_cli (-a<path to a program to run>) that
DREADME-WPS189 monitor events WPS-AP-AVAILABLE{,-PBC,-PIN} can be used to find out if
DREADME436 -W = wait for a control interface monitor before starting
/hostap-latest/hostapd/
DChangeLog523 - replace monitor interface with nl80211 commands
696 wlantest can be used to capture frames from a monitor interface