Home
last modified time | relevance | path

Searched refs:status_type (Results 1 – 3 of 3) sorted by relevance

/hostap-latest/src/tls/
Dtlsv1_server_read.c53 u8 status_type; in tls_process_status_request_item() local
75 status_type = *pos++; in tls_process_status_request_item()
76 wpa_printf(MSG_DEBUG, "TLSv1: CertificateStatusType %u", status_type); in tls_process_status_request_item()
77 if (status_type != 1 && status_type != 2) in tls_process_status_request_item()
85 if (status_type == 2) in tls_process_status_request_item()
Dtlsv1_client_read.c829 u8 type, status_type; in tls_process_certificate_status() local
894 status_type = *pos++; in tls_process_certificate_status()
896 status_type); in tls_process_certificate_status()
898 if (status_type == 1 /* ocsp */) { in tls_process_certificate_status()
901 } else if (status_type == 2 /* ocsp_multi */) { in tls_process_certificate_status()
/hostap-latest/src/ap/
Daccounting.c36 int status_type) in accounting_msg() argument
54 status_type)) { in accounting_msg()