Searched refs:monitor (Results 1 – 20 of 20) sorted by relevance
/hostap-latest/tests/remote/ |
D | test_example.py | 12 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 …]
|
D | monitor.py | 24 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 …]
|
D | hwsim_wrapper.py | 12 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 …]
|
D | test_monitor.py | 9 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)
|
D | test_devices.py | 79 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)
|
D | run-tests.py | 44 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/ |
D | wpasupplicant.py | 22 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 …]
|
D | test_macsec.py | 22 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)
|
D | run-tests.py | 58 wpas = WpaSupplicant(global_iface='/tmp/wpas-wlan5', monitor=False) 662 monitor=False)
|
D | README | 14 captured through the hwsim0 monitor interface that capture all frames
|
/hostap-latest/wlantest/ |
D | Makefile | 39 OBJS += monitor.o
|
/hostap-latest/tests/hwsim/vm/ |
D | vm-run.sh | 196 -monitor null \
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | eapol_test.sgml | 177 <listitem><para>Wait for a control interface monitor before starting.
|
D | wpa_supplicant.sgml | 34 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/ |
D | testing_tools.doxygen | 62 -W = wait for a control interface monitor before starting
|
D | ctrl_iface.doxygen | 219 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/ |
D | ChangeLog | 289 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
|
D | README-WPS | 189 monitor events WPS-AP-AVAILABLE{,-PBC,-PIN} can be used to find out if
|
D | README | 436 -W = wait for a control interface monitor before starting
|
/hostap-latest/hostapd/ |
D | ChangeLog | 523 - replace monitor interface with nl80211 commands 696 wlantest can be used to capture frames from a monitor interface
|