Searched defs:verbose (Results 1 - 25 of 225) sorted by last modified time

123456789

/external/webrtc/src/modules/audio_processing/test/
H A Dprocess_test.cc166 bool verbose = true; local
360 verbose = false;
378 if (verbose) {
555 if (verbose) {
733 if (verbose) {
887 if (verbose) {
/external/wpa_supplicant_6/wpa_supplicant/
H A Dctrl_iface.c320 int res, verbose, ret; local
322 verbose = os_strcmp(params, "-VERBOSE") == 0;
361 pos += wpa_sm_get_status(wpa_s->wpa, pos, end - pos, verbose);
380 verbose);
385 res = rsn_preauth_get_status(wpa_s->wpa, pos, end - pos, verbose);
H A Dwpa_cli.c237 int verbose = argc > 0 && os_strcmp(argv[0], "verbose") == 0; local
238 return wpa_ctrl_command(ctrl, verbose ? "STATUS-VERBOSE" : "STATUS");
1220 "[verbose] = get current WPA/EAPOL/EAP status" },
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c1346 * @verbose: Whether to include verbose status information
1354 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1390 verbose);
1394 if (verbose) {
H A Deap_fast.c1622 size_t buflen, int verbose)
1627 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1621 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_peap.c1203 size_t buflen, int verbose)
1208 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1202 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls.c212 size_t buflen, int verbose)
215 return eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
211 eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls_common.c699 * @verbose: Whether to include verbose status information
703 char *buf, size_t buflen, int verbose)
702 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
H A Deap_ttls.c1891 size_t buflen, int verbose)
1896 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1890 eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_6/wpa_supplicant/src/eapol_supp/
H A Deapol_supp_sm.c1016 * @verbose: Whether to include verbose status information
1025 int verbose)
1039 if (verbose) {
1058 len += eap_sm_get_status(sm->eap, buf + len, buflen - len, verbose);
1024 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Deapol_supp_sm.h228 int verbose);
266 size_t buflen, int verbose)
265 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
H A Dpreauth.c490 * @verbose: Whether to include verbose status information
498 int verbose)
510 pos, end - pos, verbose);
497 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dpreauth.h32 int verbose);
66 size_t buflen, int verbose)
65 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dwpa.c2226 * @verbose: Whether to include verbose status information
2234 int verbose)
2233 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dwpa.h119 int verbose);
229 size_t buflen, int verbose)
228 wpa_sm_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c1549 * @verbose: Whether to include verbose status information
1557 int eap_sm_get_status(struct eap_sm *sm, char *buf, size_t buflen, int verbose) argument
1593 verbose);
1597 if (verbose) {
H A Deap_fast.c1621 size_t buflen, int verbose)
1626 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1620 eap_fast_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_peap.c1199 size_t buflen, int verbose)
1204 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1198 eap_peap_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls.c240 size_t buflen, int verbose)
243 return eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
239 eap_tls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
H A Deap_tls_common.c722 * @verbose: Whether to include verbose status information
726 char *buf, size_t buflen, int verbose)
725 eap_peer_tls_status(struct eap_sm *sm, struct eap_ssl_data *data, char *buf, size_t buflen, int verbose) argument
H A Deap_ttls.c1547 size_t buflen, int verbose)
1552 len = eap_peer_tls_status(sm, &data->ssl, buf, buflen, verbose);
1546 eap_ttls_get_status(struct eap_sm *sm, void *priv, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/hostapd/src/eapol_supp/
H A Deapol_supp_sm.c1031 * @verbose: Whether to include verbose status information
1040 int verbose)
1054 if (verbose) {
1073 len += eap_sm_get_status(sm->eap, buf + len, buflen - len, verbose);
1039 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Deapol_supp_sm.h261 int verbose);
303 size_t buflen, int verbose)
302 eapol_sm_get_status(struct eapol_sm *sm, char *buf, size_t buflen, int verbose) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpreauth.c472 * @verbose: Whether to include verbose status information
480 int verbose)
492 pos, end - pos, verbose);
479 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument
H A Dpreauth.h27 int verbose);
67 size_t buflen, int verbose)
66 rsn_preauth_get_status(struct wpa_sm *sm, char *buf, size_t buflen, int verbose) argument

Completed in 212 milliseconds

123456789