Home
last modified time | relevance | path

Searched refs:input (Results 1 – 20 of 20) sorted by relevance

/hostap-latest/src/common/
Dctrl_iface_common.c116 static int ctrl_set_events(struct wpa_ctrl_dst *dst, const char *input) in ctrl_set_events() argument
121 if (!input) in ctrl_set_events()
124 value = os_strchr(input, '='); in ctrl_set_events()
132 if (str_starts(input, "probe_rx_events=")) { in ctrl_set_events()
144 socklen_t fromlen, const char *input) in ctrl_iface_attach() argument
152 return ctrl_set_events(dst, input); in ctrl_iface_attach()
162 ctrl_set_events(dst, input); in ctrl_iface_attach()
Dctrl_iface_common.h36 socklen_t fromlen, const char *input);
/hostap-latest/src/crypto/
Dmd4-internal.c25 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len);
111 static void MD4Update(MD4_CTX *ctx, const unsigned char *input, size_t len) in MD4Update() argument
124 os_memcpy(ctx->buffer + have, input, need); in MD4Update()
126 input += need; in MD4Update()
133 MD4Transform(ctx->state, input); in MD4Update()
134 input += MD4_BLOCK_LENGTH; in MD4Update()
141 os_memcpy(ctx->buffer + have, input, len); in MD4Update()
Dtls_wolfssl.c77 struct tls_in_data input; member
352 wolfSSL_SetIOReadCtx(conn->ssl, &conn->input); in tls_connection_init()
1751 wolfssl_reset_in_data(&conn->input, in_data); in wolfssl_connection_handshake()
1831 wolfssl_reset_in_data(&conn->input, in_data); in tls_connection_decrypt()
/hostap-latest/wpa_supplicant/wpa_gui-qt4/
Dpeers.cpp315 StringQuery input(tr("PIN:")); in enter_pin() local
316 input.setWindowTitle(tr("PIN for ") + ctx_item->text()); in enter_pin()
317 if (input.exec() != QDialog::Accepted) in enter_pin()
327 input.get_string().toLocal8Bit().constData(), in enter_pin()
332 input.get_string().toLocal8Bit().constData()); in enter_pin()
1370 StringQuery input(tr("PIN from peer display:")); in ctx_p2p_connect() local
1371 input.setWindowTitle(tr("PIN for ") + ctx_item->text()); in ctx_p2p_connect()
1372 if (input.exec() != QDialog::Accepted) in ctx_p2p_connect()
1374 arg = input.get_string(); in ctx_p2p_connect()
1378 StringQuery input(tr("PIN:")); in ctx_p2p_connect() local
[all …]
/hostap-latest/wpa_supplicant/utils/
Dlog2pcap.py29 input = sys.argv[1]
35 input_file = open(input, 'r')
/hostap-latest/tests/fuzzing/
DREADME6 tool that focuses on one input handler. Each tool can be compiled either
7 to work with the libFuzzer or as a separate tool that reads the input
/hostap-latest/tests/remote/
Dtest_monitor.py34 input("\tPress Enter to end capturing...")
/hostap-latest/tests/
DREADME37 external file for program input. ap-mgmt-fuzzer, eapol-fuzzer,
39 tools that expose hostap.git module functionality with input from a file
/hostap-latest/wpa_supplicant/doc/docbook/
Dwpa_passphrase.sgml47 passphrase will be read from standard input.</para>
Dwpa_gui.sgml34 configuration and request interactive user input.</para>
Dwpa_cli.sgml38 input.</para>
/hostap-latest/port/mbedtls/
Dsupp_psa_api.c87 const uint8_t *input, in supp_psa_cipher_operation() argument
104 … status = psa_cipher_update(operation, input + bytes_written, bytes_to_write, output + *output_len, in supp_psa_cipher_operation()
/hostap-latest/hostapd/
Dctrl_iface.c94 socklen_t fromlen, const char *input) in hostapd_ctrl_iface_attach() argument
96 return ctrl_iface_attach(&hapd->ctrl_dst, from, fromlen, input); in hostapd_ctrl_iface_attach()
5061 socklen_t fromlen, char *input) in hostapd_global_ctrl_iface_attach() argument
5064 input); in hostapd_global_ctrl_iface_attach()
5260 const char *input, in hostapd_global_ctrl_iface_interfaces() argument
5269 if (input) in hostapd_global_ctrl_iface_interfaces()
5270 show_ctrl = !!os_strstr(input, "ctrl"); in hostapd_global_ctrl_iface_interfaces()
DREADME-WPS122 network. hostapd uses the control interface as an input channel for
DChangeLog661 - Add wps_check_pin command for processing PIN from user input.
/hostap-latest/wpa_supplicant/
DREADME-WPS99 network. wpa_supplicant uses the control interface as an input channel
Dctrl_iface.c74 const char *input,
13809 const char *input, in wpa_supplicant_global_iface_interfaces() argument
13817 if (input) in wpa_supplicant_global_iface_interfaces()
13818 show_ctrl = !!os_strstr(input, "ctrl"); in wpa_supplicant_global_iface_interfaces()
DREADME686 configuration, trigger events, and request interactive user input.
DChangeLog1177 - Add wps_check_pin cli command for processing PIN from user input.