/hostap-latest/eap_example/ |
D | eap_example_server.c | 254 int res, process = 0; in eap_example_server_step() local 260 process = 1; in eap_example_server_step() 266 process = 1; in eap_example_server_step() 279 process = 1; in eap_example_server_step() 283 if (process && eap_ctx.eap_if->eapReqData) { in eap_example_server_step()
|
D | README | 28 the peer are passed by direct function calls within the same process.
|
/hostap-latest/tests/hwsim/vm/ |
D | linux.gdb | 41 # when a new userspace process is started, since that causes a new 42 # process to be created by clone() and gdb has to detach from it. 50 # the clone() for a new userspace process, and do nothing there but
|
D | vm-run.sh | 206 ./process-codecov.sh $LOGDIR "" restore
|
/hostap-latest/wpa_supplicant/doc/docbook/ |
D | wpa_priv.sgml | 35 <para>If enabled, privileged operations are done in the wpa_priv process 37 handshakes) to operate in an unprivileged process (wpa_supplicant) that 40 unprivileged process to avoid the possibility of a full system 127 is started. wpa_priv can control multiple interfaces with one process,
|
/hostap-latest/hs20/server/ |
D | hs20_spp_server.c | 65 static int process(struct hs20_svc *ctx) in process() function 198 ret = process(&ctx); in main()
|
/hostap-latest/src/eap_server/ |
D | eap_server_tls.c | 441 eap->process = eap_tls_process; in eap_server_tls_register() 468 eap->process = eap_tls_process; in eap_server_unauth_tls_register() 495 eap->process = eap_tls_process; in eap_server_wfa_unauth_tls_register()
|
D | eap_i.h | 36 void (*process)(struct eap_sm *sm, void *priv, member
|
D | eap_server_vendor_test.c | 182 eap->process = eap_vendor_test_process; in eap_server_vendor_test_register()
|
D | eap_server_identity.c | 172 eap->process = eap_identity_process; in eap_server_identity_register()
|
D | eap_server_md5.c | 166 eap->process = eap_md5_process; in eap_server_md5_register()
|
D | eap_server_gtc.c | 214 eap->process = eap_gtc_process; in eap_server_gtc_register()
|
/hostap-latest/src/eap_peer/ |
D | eap_tls.c | 442 eap->process = eap_tls_process; in eap_peer_tls_register() 469 eap->process = eap_tls_process; in eap_peer_unauth_tls_register() 497 eap->process = eap_tls_process; in eap_peer_wfa_unauth_tls_register()
|
D | eap_otp.c | 94 eap->process = eap_otp_process; in eap_peer_otp_register()
|
D | eap_md5.c | 113 eap->process = eap_md5_process; in eap_peer_md5_register()
|
D | eap_gtc.c | 138 eap->process = eap_gtc_process; in eap_peer_gtc_register()
|
D | eap_vendor_test.c | 181 eap->process = eap_vendor_test_process; in eap_peer_vendor_test_register()
|
D | eap_i.h | 118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
|
/hostap-latest/tests/fuzzing/eap-sim-peer/ |
D | eap-sim-peer.c | 114 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-latest/tests/fuzzing/eap-aka-peer/ |
D | eap-aka-peer.c | 120 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-latest/wpa_supplicant/ |
D | README | 455 This makes the process fork into background. 472 running one process for each interface separately or by running just 473 one process and list of options at command line. Each interface is 809 One wpa_cli process in "action" mode needs to be started for each 884 wpa_supplicant process) control interface is used to add and remove 922 privileged operations into a separate process (wpa_priv) while leaving 924 unprivileged process (wpa_supplicant) that can be run as non-root 927 process to avoid full system compromise. 934 wrappers that communicate with the privileged wpa_priv process to 966 wpa_priv can control multiple interface with one process, but it is [all …]
|
/hostap-latest/tests/fuzzing/eap-mschapv2-peer/ |
D | eap-mschapv2-peer.c | 140 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-latest/wlantest/ |
D | Makefile | 40 OBJS += process.o
|
/hostap-latest/wpa_supplicant/dbus/ |
D | dbus_new_handlers_wps.c | 361 dbus_bool_t process = wpa_s->conf->wps_cred_processing != 1; in wpas_dbus_getter_process_credentials() local 364 &process, error); in wpas_dbus_getter_process_credentials()
|
/hostap-latest/doc/ |
D | hostapd_ctrl_iface.doxygen | 14 There are multiple mechanisms for inter-process communication. For
|