/hostap-latest/src/common/ |
D | ctrl_iface_common.c | 116 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()
|
D | ctrl_iface_common.h | 36 socklen_t fromlen, const char *input);
|
/hostap-latest/src/crypto/ |
D | md4-internal.c | 25 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()
|
D | tls_wolfssl.c | 77 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/ |
D | peers.cpp | 315 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/ |
D | log2pcap.py | 29 input = sys.argv[1] 35 input_file = open(input, 'r')
|
/hostap-latest/tests/fuzzing/ |
D | README | 6 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/ |
D | test_monitor.py | 34 input("\tPress Enter to end capturing...")
|
/hostap-latest/tests/ |
D | README | 37 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/ |
D | wpa_passphrase.sgml | 47 passphrase will be read from standard input.</para>
|
D | wpa_gui.sgml | 34 configuration and request interactive user input.</para>
|
D | wpa_cli.sgml | 38 input.</para>
|
/hostap-latest/port/mbedtls/ |
D | supp_psa_api.c | 87 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/ |
D | ctrl_iface.c | 94 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()
|
D | README-WPS | 122 network. hostapd uses the control interface as an input channel for
|
D | ChangeLog | 661 - Add wps_check_pin command for processing PIN from user input.
|
/hostap-latest/wpa_supplicant/ |
D | README-WPS | 99 network. wpa_supplicant uses the control interface as an input channel
|
D | ctrl_iface.c | 74 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()
|
D | README | 686 configuration, trigger events, and request interactive user input.
|
D | ChangeLog | 1177 - Add wps_check_pin cli command for processing PIN from user input.
|