Home
last modified time | relevance | path

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

1234

/hostap-3.7.0/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-3.7.0/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-3.7.0/hs20/server/
Dhs20_spp_server.c65 static int process(struct hs20_svc *ctx) in process() function
198 ret = process(&ctx); in main()
/hostap-3.7.0/src/eap_peer/
Deap_tls.c435 eap->process = eap_tls_process; in eap_peer_tls_register()
462 eap->process = eap_tls_process; in eap_peer_unauth_tls_register()
490 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-3.7.0/src/eap_server/
Deap_server_tls.c433 eap->process = eap_tls_process; in eap_server_tls_register()
460 eap->process = eap_tls_process; in eap_server_unauth_tls_register()
487 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-3.7.0/tests/fuzzing/eap-sim-peer/
Deap-sim-peer.c114 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-3.7.0/tests/fuzzing/eap-aka-peer/
Deap-aka-peer.c120 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-3.7.0/tests/fuzzing/eap-mschapv2-peer/
Deap-mschapv2-peer.c140 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
/hostap-3.7.0/wpa_supplicant/
DREADME453 This makes the process fork into background.
470 running one process for each interface separately or by running just
471 one process and list of options at command line. Each interface is
807 One wpa_cli process in "action" mode needs to be started for each
882 wpa_supplicant process) control interface is used to add and remove
920 privileged operations into a separate process (wpa_priv) while leaving
922 unprivileged process (wpa_supplicant) that can be run as non-root
925 process to avoid full system compromise.
932 wrappers that communicate with the privileged wpa_priv process to
964 wpa_priv can control multiple interface with one process, but it is
[all …]
/hostap-3.7.0/wlantest/
DMakefile39 OBJS += process.o
/hostap-3.7.0/tests/hwsim/vm/
Dvm-run.sh192 ./process-codecov.sh $LOGDIR "" restore
/hostap-3.7.0/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-3.7.0/doc/
Dhostapd_ctrl_iface.doxygen14 There are multiple mechanisms for inter-process communication. For
/hostap-3.7.0/tests/hwsim/
DREADME17 virtual radios and one hostapd process is used to dynamically control
94 Some parts of the testing process requires root privileges. The test

1234