Home
last modified time | relevance | path

Searched refs:resp_data (Results 1 – 5 of 5) sorted by relevance

/hostap-3.6.0/wpa_supplicant/
Drobust_av.c1335 struct dscp_resp_data *resp_data) in wpas_send_dscp_response() argument
1348 if (resp_data->solicited && !wpa_s->dscp_req_dialog_token) { in wpas_send_dscp_response()
1367 2 * resp_data->num_policies; /* Status list */ in wpas_send_dscp_response()
1380 wpabuf_put_u8(buf, resp_data->solicited ? in wpas_send_dscp_response()
1383 if (resp_data->more) in wpas_send_dscp_response()
1385 if (resp_data->reset) in wpas_send_dscp_response()
1389 wpabuf_put_u8(buf, resp_data->num_policies); in wpas_send_dscp_response()
1390 for (i = 0; i < resp_data->num_policies; i++) { in wpas_send_dscp_response()
1391 wpabuf_put_u8(buf, resp_data->policy[i].id); in wpas_send_dscp_response()
1392 wpabuf_put_u8(buf, resp_data->policy[i].status); in wpas_send_dscp_response()
Dctrl_iface.c11362 struct dscp_resp_data resp_data; in wpas_ctrl_iface_send_dscp_resp() local
11369 os_memset(&resp_data, 0, sizeof(resp_data)); in wpas_ctrl_iface_send_dscp_resp()
11371 resp_data.more = os_strstr(cmd, "more") != NULL; in wpas_ctrl_iface_send_dscp_resp()
11374 resp_data.reset = true; in wpas_ctrl_iface_send_dscp_resp()
11375 resp_data.solicited = false; in wpas_ctrl_iface_send_dscp_resp()
11379 resp_data.solicited = os_strstr(cmd, "solicited") != NULL; in wpas_ctrl_iface_send_dscp_resp()
11409 resp_data.policy = policy; in wpas_ctrl_iface_send_dscp_resp()
11410 resp_data.num_policies = num_policies; in wpas_ctrl_iface_send_dscp_resp()
11412 ret = wpas_send_dscp_response(wpa_s, &resp_data); in wpas_ctrl_iface_send_dscp_resp()
Dwpa_supplicant_i.h1879 struct dscp_resp_data *resp_data);
/hostap-3.6.0/src/crypto/
Dtls_openssl_ocsp.c489 const uint8_t *resp_data; in check_ocsp_resp() local
519 SSL_get0_ocsp_response(ssl, &resp_data, &resp_len); in check_ocsp_resp()
520 if (resp_data == NULL || resp_len == 0) { in check_ocsp_resp()
525 wpa_hexdump(MSG_DEBUG, "OpenSSL: OCSP response", resp_data, resp_len); in check_ocsp_resp()
527 resp = d2i_OCSPResponse(NULL, &resp_data, resp_len); in check_ocsp_resp()
/hostap-3.6.0/src/tls/
Dtlsv1_client_ocsp.c350 const u8 *resp_data, *sign_value, *key_hash = NULL, *responses; in tls_process_basic_ocsp_response() local
390 resp_data = hdr.payload; in tls_process_basic_ocsp_response()
466 pos = resp_data; in tls_process_basic_ocsp_response()
467 end = resp_data + resp_data_len; in tls_process_basic_ocsp_response()