Searched refs:ping (Results 1 – 25 of 27) sorted by relevance
12
/hostap-latest/tests/remote/ |
D | rutils.py | 334 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/ |
D | cipher-and-key-mgmt-testing.txt | 42 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/ |
D | start.sh | 175 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
|
D | hostapd.py | 208 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():
|
D | test_wpas_ctrl.py | 1893 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():
|
D | run-tests.py | 417 if not d.ping(): 565 if not d.ping():
|
D | test_eht.py | 1969 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():
|
D | test_p2p_autogo.py | 111 dev[1].ping() 132 dev[1].ping()
|
D | test_he_mbssid.py | 117 hapd.ping()
|
D | test_ap_config.py | 319 hapd.ping()
|
D | fst_module_aux.py | 614 if not self.hapd.ping():
|
D | test_erp.py | 371 dev[0].ping()
|
D | test_hapd_ctrl.py | 762 if not hapd.ping():
|
D | test_ap_dynamic.py | 575 hapd.ping()
|
D | wpasupplicant.py | 283 def ping(self): member in WpaSupplicant 330 if not self.ping():
|
D | test_scan.py | 171 hapd.ping()
|
D | test_sae.py | 583 dev[0].ping()
|
D | test_ap_eap.py | 5572 hapd.ping() 5813 dev[0].ping()
|
D | test_ap_ft.py | 2125 dev[0].ping()
|
D | test_ap_psk.py | 2743 dev[0].ping()
|
/hostap-latest/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.h | 77 virtual void ping();
|
D | wpagui.cpp | 164 connect(timer, SIGNAL(timeout()), SLOT(ping())); in WpaGui() 825 void WpaGui::ping() in ping() function in WpaGui
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 27 <arg>-G <replaceable>ping interval</replaceable></arg> 178 <term>-G ping interval</term>
|
/hostap-latest/wpa_supplicant/ |
D | README-Windows.txt | 22 authentication and successfully ping a wired host):
|
/hostap-latest/hostapd/ |
D | ChangeLog | 769 * increased hostapd_cli ping interval to 5 seconds and made this 854 (adds a new association ping to protect against unauthenticated
|
12