Home
last modified time | relevance | path

Searched refs:process (Results 1 – 25 of 78) sorted by relevance

1234

/hostap-latest/eap_example/
Deap_example_server.c254 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()
DREADME28 the peer are passed by direct function calls within the same process.
/hostap-latest/tests/hwsim/vm/
Dlinux.gdb41 # 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
Dvm-run.sh206 ./process-codecov.sh $LOGDIR "" restore
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_priv.sgml35 <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/
Dhs20_spp_server.c65 static int process(struct hs20_svc *ctx) in process() function
198 ret = process(&ctx); in main()
/hostap-latest/src/eap_server/
Deap_server_tls.c441 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()
Deap_i.h36 void (*process)(struct eap_sm *sm, void *priv, member
Deap_server_vendor_test.c182 eap->process = eap_vendor_test_process; in eap_server_vendor_test_register()
Deap_server_identity.c172 eap->process = eap_identity_process; in eap_server_identity_register()
Deap_server_md5.c166 eap->process = eap_md5_process; in eap_server_md5_register()
Deap_server_gtc.c214 eap->process = eap_gtc_process; in eap_server_gtc_register()
/hostap-latest/src/eap_peer/
Deap_tls.c442 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()
Deap_otp.c94 eap->process = eap_otp_process; in eap_peer_otp_register()
Deap_md5.c113 eap->process = eap_md5_process; in eap_peer_md5_register()
Deap_gtc.c138 eap->process = eap_gtc_process; in eap_peer_gtc_register()
Deap_vendor_test.c181 eap->process = eap_vendor_test_process; in eap_peer_vendor_test_register()
Deap_i.h118 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member
/hostap-latest/tests/fuzzing/eap-sim-peer/
Deap-sim-peer.c114 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-latest/tests/fuzzing/eap-aka-peer/
Deap-aka-peer.c120 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-latest/wpa_supplicant/
DREADME455 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/
Deap-mschapv2-peer.c140 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-latest/wlantest/
DMakefile40 OBJS += process.o
/hostap-latest/wpa_supplicant/dbus/
Ddbus_new_handlers_wps.c361 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/
Dhostapd_ctrl_iface.doxygen14 There are multiple mechanisms for inter-process communication. For

1234