/hostap-3.7.0/tests/remote/ |
D | test_example.py | 88 wpas.terminate() 92 hostapd.terminate(ap.dev) 113 wpas.terminate() 120 hostapd.terminate(ap.dev)
|
D | hwsim_wrapper.py | 83 wpas.terminate() 108 wpas.terminate()
|
/hostap-3.7.0/tests/hwsim/ |
D | p2p_utils.py | 177 def invite_from_cli(go, cli, terminate=True): argument 182 if terminate: 186 def invite_from_go(go, cli, terminate=True, extra=None): argument 191 if terminate:
|
D | test_p2p_persistent.py | 583 invite_from_go(dev[0], dev[1], terminate=False) 590 invite_from_cli(dev[0], dev[1], terminate=False) 601 invite_from_go(dev[0], dev[1], terminate=False) 608 invite_from_cli(dev[0], dev[1], terminate=False)
|
D | hostapd.py | 133 def terminate(self): member in HostapdGlobal 137 self.ctrl.terminate() 690 def terminate(apdev): function 698 hapd_global.terminate()
|
D | wlantest.py | 269 self.cmd.terminate()
|
D | test_wmediumd.py | 122 p.terminate()
|
D | wpasupplicant.py | 152 def terminate(self): member in WpaSupplicant 155 self.global_ctrl.terminate()
|
D | test_p2p_channel.py | 233 [i_res, r_res] = invite_from_go(dev[0], dev[1], terminate=False,
|
D | test_ap_ft.py | 732 hglobal.terminate()
|
D | test_sigma_dut.py | 149 cmd.terminate()
|
/hostap-3.7.0/src/utils/ |
D | eloop_win.c | 62 int terminate; member 539 while (!eloop.terminate && in eloop_run() 645 eloop.terminate = 1; in eloop_terminate() 671 return eloop.terminate; in eloop_terminated()
|
D | eloop.c | 112 int terminate; member 1098 while (!eloop.terminate && in eloop_run() 1112 if (eloop.terminate) in eloop_run() 1245 eloop.terminate = 0; in eloop_run() 1258 eloop.terminate = 1; in eloop_terminate() 1311 return eloop.terminate || eloop.pending_terminate; in eloop_terminated()
|
/hostap-3.7.0/radius_example/ |
D | README | 13 as a trigger to terminate the example program.
|
/hostap-3.7.0/wpaspy/ |
D | wpaspy.py | 127 def terminate(self): member in Ctrl
|
/hostap-3.7.0/wpa_supplicant/examples/ |
D | p2p-nfc.py | 631 terminate=terminate_loop): 637 terminate=terminate_loop):
|
D | wps-nfc.py | 508 terminate=terminate_loop):
|
D | dpp-nfc.py | 1152 terminate=terminate_loop): 1159 terminate=terminate_loop):
|
/hostap-3.7.0/wpa_supplicant/doc/docbook/ |
D | wpa_cli.sgml | 329 <term>terminate</term> 331 <para>terminate <command>wpa_supplicant</command></para>
|
/hostap-3.7.0/wpa_supplicant/ |
D | eap_testing.txt | 379 terminate at this point (gets somewhat confused with reply to this)
|
D | wpa_supplicant_i.h | 1618 int terminate);
|
D | wpa_supplicant.c | 6935 int notify, int terminate) in wpa_supplicant_deinit_iface() argument 6956 wpa_supplicant_remove_iface(global, prev, terminate); in wpa_supplicant_deinit_iface() 7001 if (terminate) in wpa_supplicant_deinit_iface() 7194 int terminate) in wpa_supplicant_remove_iface() argument 7232 wpa_supplicant_deinit_iface(wpa_s, 1, terminate); in wpa_supplicant_remove_iface()
|
D | README | 782 terminate = terminate wpa_supplicant
|
D | ChangeLog | 1978 i.e., not tunneled, EAP-Success to terminate session since; this can 2064 i.e., not tunneled, EAP-Success to terminate session since; this can
|
/hostap-3.7.0/hostapd/ |
D | ChangeLog | 558 terminate before this fix [CVE-2012-4445] 1144 to terminate authentication
|