/hostap-3.7.0/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-3.7.0/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-3.7.0/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-3.7.0/src/eap_peer/ |
D | eap_tls.c | 435 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()
|
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-3.7.0/src/eap_server/ |
D | eap_server_tls.c | 433 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()
|
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-3.7.0/tests/fuzzing/eap-sim-peer/ |
D | eap-sim-peer.c | 114 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-3.7.0/tests/fuzzing/eap-aka-peer/ |
D | eap-aka-peer.c | 120 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-3.7.0/tests/fuzzing/eap-mschapv2-peer/ |
D | eap-mschapv2-peer.c | 140 buf = registered_eap_method->process(sm, priv, &ret, req); in LLVMFuzzerTestOneInput()
|
/hostap-3.7.0/wpa_supplicant/ |
D | README | 453 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/ |
D | Makefile | 39 OBJS += process.o
|
/hostap-3.7.0/tests/hwsim/vm/ |
D | vm-run.sh | 192 ./process-codecov.sh $LOGDIR "" restore
|
/hostap-3.7.0/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-3.7.0/doc/ |
D | hostapd_ctrl_iface.doxygen | 14 There are multiple mechanisms for inter-process communication. For
|
/hostap-3.7.0/tests/hwsim/ |
D | README | 17 virtual radios and one hostapd process is used to dynamically control 94 Some parts of the testing process requires root privileges. The test
|