Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dtwt.c36 u16 req_type = 0; in wpas_twt_send_setup() local
68 req_type |= BIT(0); /* This STA is a TWT Requesting STA */ in wpas_twt_send_setup()
70 req_type |= (setup_cmd & 0x7) << 1; in wpas_twt_send_setup()
72 req_type |= BIT(4); /* TWT SP includes trigger frames */ in wpas_twt_send_setup()
74 req_type |= BIT(5); /* Implicit TWT */ in wpas_twt_send_setup()
76 req_type |= BIT(6); /* Flow Type: Unannounced TWT */ in wpas_twt_send_setup()
77 req_type |= (flow_id & 0x7) << 7; in wpas_twt_send_setup()
78 req_type |= (exponent & 0x1f) << 10; /* TWT Wake Interval Exponent */ in wpas_twt_send_setup()
80 req_type |= BIT(15); in wpas_twt_send_setup()
81 wpabuf_put_le16(buf, req_type); in wpas_twt_send_setup()
Drobust_av.c848 u8 req_type; member
1194 policy->req_type = attr_data[1]; in wpas_fill_dscp_policy()
1320 if (policy.req_type == DSCP_POLICY_REQ_ADD) in wpas_handle_qos_mgmt_recv_action()
1322 else if (policy.req_type == DSCP_POLICY_REQ_REMOVE) in wpas_handle_qos_mgmt_recv_action()
Dscan.c55 enum wps_request_type *req_type) in wpas_wps_in_use() argument
65 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
76 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
611 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
639 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
646 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/third_party/openssl/crypto/cmp/
Dcmp_client.c559 int req_type, int expected_type) in cert_response() argument
668 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument
679 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq()
688 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument
692 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq()
694 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
703 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
706 if (req_type < 0) in OSSL_CMP_try_certreq()
715 req_type, rep_type); in OSSL_CMP_try_certreq()
729 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument
[all …]
Dcmp_server.c463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
475 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request()
477 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request()
490 switch (req_type) { in OSSL_CMP_SRV_process_request()
532 switch (req_type) { in OSSL_CMP_SRV_process_request()
/third_party/node/deps/openssl/openssl/crypto/cmp/
Dcmp_client.c559 int req_type, int expected_type) in cert_response() argument
668 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument
679 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq()
688 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument
692 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq()
694 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
703 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
706 if (req_type < 0) in OSSL_CMP_try_certreq()
715 req_type, rep_type); in OSSL_CMP_try_certreq()
729 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument
[all …]
Dcmp_server.c463 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
475 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request()
477 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request()
490 switch (req_type) { in OSSL_CMP_SRV_process_request()
532 switch (req_type) { in OSSL_CMP_SRV_process_request()
/third_party/openssl/test/
Dcmp_client_test.c28 int req_type; member
85 fixture->req_type = -1; in set_up()
128 X509 *res = OSSL_CMP_exec_certreq(ctx, fixture->req_type, NULL); in execute_exec_certrequest_ses_test()
188 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses()
202 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll()
233 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses()
260 fixture->req_type = OSSL_CMP_KUR; in test_exec_KUR_ses()
328 fixture->req_type = OSSL_CMP_P10CR; in test_exec_P10CR_ses()
/third_party/openssl/doc/man3/
DOSSL_CMP_exec_certreq.pod23 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
33 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
67 by the I<req_type> parameter, which may be IR, CR, P10CR, or KUR.
81 constructed as stated above using the I<req_type> and optional I<crm> parameter.
84 unless the I<req_type> argument is < 0, which aborts the request.
98 a negative value as the I<req_type> argument then OSSL_CMP_try_certreq()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
Dwps.c418 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
496 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
509 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
521 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
Dwps.h244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
248 enum wps_request_type req_type,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
Dwps.c418 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
434 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
496 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
509 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
521 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0, 0) || in wps_build_probe_req_ie()
Dwps.h243 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
247 enum wps_request_type req_type,
/third_party/libcoap/examples/
Dcoap-server.c645 coap_pdu_type_t req_type; /* Incoming request type */ member
778 coap_pdu_code_t req_code, coap_pdu_type_t req_type) { in get_proxy_session() argument
821 proxy_list[i].req_type = req_type; in get_proxy_session()
842 response = coap_pdu_init(proxy_list[i].req_type, in remove_proxy_association()
881 coap_pdu_type_t req_type, const coap_uri_t *uri) { in get_ongoing_proxy_session() argument
894 req_type); in get_ongoing_proxy_session()
1059 coap_pdu_type_t req_type = coap_pdu_get_type(request); in hnd_proxy_uri() local
1061 if (!get_proxy_session(session, response, &token, query, req_code, req_type)) in hnd_proxy_uri()
1079 query, req_code, req_type, &uri); in hnd_proxy_uri()
1085 pdu = coap_pdu_init(req_type, req_code, in hnd_proxy_uri()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Df_uac.c759 uint8_t req_type; in usbclass_uac_setup() local
780 req_type = ctrl->bmRequestType; in usbclass_uac_setup()
784 if (UT_GET_TYPE(req_type) == UT_STANDARD) in usbclass_uac_setup()
799 switch (req_type) in usbclass_uac_setup()
Df_uvc.c2581 uint8_t req_type; in usbclass_uvc_setup() local
2610 req_type = ctrl->bmRequestType; in usbclass_uvc_setup()
2611 if (UT_GET_TYPE(req_type) == UT_STANDARD) in usbclass_uvc_setup()
2632 if ((req_type & 0x1f) == 0x2) in usbclass_uvc_setup()
2636 dprintf("Support request for endpoint: %#x\n", req_type); in usbclass_uvc_setup()
2642 if ((req_type & 0x1f) != 0x1) in usbclass_uvc_setup()
2644 dprintf("Fatal Error at line: %d, req_type: %#x\n", __LINE__, req_type); in usbclass_uvc_setup()
Df_hid.c635 uint8_t req_type; in usbclass_hid_setup() local
659 req_type = ctrl->bmRequestType; in usbclass_hid_setup()
662 if (UT_GET_TYPE(req_type) == UT_STANDARD) in usbclass_hid_setup()
/third_party/node/src/
Dnode_dir.cc45 static const char* get_dir_func_name_by_type(uv_fs_type req_type) { in get_dir_func_name_by_type() argument
46 switch (req_type) { in get_dir_func_name_by_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dscan.c54 enum wps_request_type *req_type) in wpas_wps_in_use() argument
64 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
75 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
538 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
566 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
573 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/third_party/node/deps/openssl/openssl/include/openssl/
Dcmp.h.in455 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
469 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/openssl/include/openssl/
Dcmp.h.in455 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
469 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dcmp.h574 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
588 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/node/deps/openssl/config/archs/VC-WIN32/no-asm/include/openssl/
Dcmp.h574 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
588 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/include/openssl/
Dcmp.h574 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
588 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dcmp.h574 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
588 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,

1234