Home
last modified time | relevance | path

Searched refs:ping (Results 1 – 25 of 27) sorted by relevance

12

/hostap-latest/tests/remote/
Drutils.py334 ping = ["ping6"]
336 ping = ["ping"]
338 ping = ping + ["-w", deadline, "-I", ifname]
340 ping = ping + ["-Q", ac_to_ping_ac(qos)]
341 ping = ping + [ip]
345 thread = host.thread_run(ping, result)
361 ping = ["ping"]
363 ping = ["ping6"]
365 ping_a_b = ping + ["-w", deadline, "-I", a.ifname]
366 ping_b_a = ping + ["-w", deadline, "-I", b.ifname]
[all …]
/hostap-latest/tests/
Dcipher-and-key-mgmt-testing.txt42 this document focuses on using ping to test unicast traffic and arping
85 ping is used to test whether unicast frames go through on the data
86 link. It should be noted that ping may need to use broadcast ARP at the
92 $ ping -n -c 5 192.168.1.2
100 --- 192.168.1.2 ping statistics ---
106 $ ping -n -c 5 192.168.1.2
109 --- 192.168.1.2 ping statistics ---
361 - verify unicast traffic from the AP to test station (either ping from
364 - verify unicast traffic from the AP to test station (either ping from
/hostap-latest/tests/hwsim/
Dstart.sh175 if $WPACLI -g /tmp/wpas-wlan$i ping | grep -q PONG; then
187 if $WPACLI -g /var/run/hostapd-global ping | grep -q PONG; then
198 if $HAPDCLI -i as ping | grep -q PONG; then
Dhostapd.py208 def ping(self): member in Hostapd
657 if not hapd.ping():
702 if not hapd.ping():
722 if not hapd.ping():
753 if not hapd.ping():
Dtest_wpas_ctrl.py1893 if not dev[0].ping():
1914 if not dev[0].ping():
1949 if not dev[0].ping():
1972 if not dev[0].ping():
1997 if not dev[0].ping():
Drun-tests.py417 if not d.ping():
565 if not d.ping():
Dtest_eht.py1969 if not hapd_mld1_link0.ping():
1972 if not hapd_mld1_link1.ping():
1975 if not hapd_mld2_link0.ping():
1978 if not hapd_mld2_link1.ping():
Dtest_p2p_autogo.py111 dev[1].ping()
132 dev[1].ping()
Dtest_he_mbssid.py117 hapd.ping()
Dtest_ap_config.py319 hapd.ping()
Dfst_module_aux.py614 if not self.hapd.ping():
Dtest_erp.py371 dev[0].ping()
Dtest_hapd_ctrl.py762 if not hapd.ping():
Dtest_ap_dynamic.py575 hapd.ping()
Dwpasupplicant.py283 def ping(self): member in WpaSupplicant
330 if not self.ping():
Dtest_scan.py171 hapd.ping()
Dtest_sae.py583 dev[0].ping()
Dtest_ap_eap.py5572 hapd.ping()
5813 dev[0].ping()
Dtest_ap_ft.py2125 dev[0].ping()
Dtest_ap_psk.py2743 dev[0].ping()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dwpagui.h77 virtual void ping();
Dwpagui.cpp164 connect(timer, SIGNAL(timeout()), SLOT(ping())); in WpaGui()
825 void WpaGui::ping() in ping() function in WpaGui
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_cli.sgml27 <arg>-G <replaceable>ping interval</replaceable></arg>
178 <term>-G ping interval</term>
/hostap-latest/wpa_supplicant/
DREADME-Windows.txt22 authentication and successfully ping a wired host):
/hostap-latest/hostapd/
DChangeLog769 * increased hostapd_cli ping interval to 5 seconds and made this
854 (adds a new association ping to protect against unauthenticated

12