Home
last modified time | relevance | path

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

/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.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()
610 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
638 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
645 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()
/third_party/openssl/test/
Dcmp_client_test.c28 int req_type; member
84 fixture->req_type = -1; in set_up()
110 fixture->req_type, NULL); in execute_exec_certrequest_ses_test()
151 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses()
165 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll()
179 fixture->req_type = OSSL_CMP_IR; in test_exec_IR_ses_poll_timeout()
192 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses()
201 fixture->req_type = OSSL_CMP_CR; in test_exec_CR_ses_implicit_confirm()
213 fixture->req_type = OSSL_CMP_KUR; in test_exec_KUR_ses()
224 fixture->req_type = OSSL_CMP_P10CR; in test_exec_P10CR_ses()
/third_party/openssl/crypto/cmp/
Dcmp_client.c531 int req_type, int expected_type) in cert_response() argument
640 int req_type, const OSSL_CRMF_MSG *crm, in initial_certreq() argument
654 if ((req = ossl_cmp_certreq_new(ctx, req_type, crm)) == NULL) in initial_certreq()
662 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_try_certreq() argument
666 int is_p10 = req_type == OSSL_CMP_PKIBODY_P10CR; in OSSL_CMP_try_certreq()
668 int rep_type = is_p10 ? OSSL_CMP_PKIBODY_CP : req_type + 1; in OSSL_CMP_try_certreq()
677 if (!initial_certreq(ctx, req_type, crm, &rep, rep_type)) in OSSL_CMP_try_certreq()
680 if (req_type < 0) in OSSL_CMP_try_certreq()
689 req_type, rep_type); in OSSL_CMP_try_certreq()
703 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type, in OSSL_CMP_exec_certreq() argument
[all …]
Dcmp_server.c448 int req_type, rsp_type; in OSSL_CMP_SRV_process_request() local
460 req_type = OSSL_CMP_MSG_get_bodytype(req); in OSSL_CMP_SRV_process_request()
462 "received %s", ossl_cmp_bodytype_to_string(req_type)); in OSSL_CMP_SRV_process_request()
475 switch (req_type) { in OSSL_CMP_SRV_process_request()
517 switch (req_type) { in OSSL_CMP_SRV_process_request()
/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/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/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/openssl/include/openssl/
Dcmp.h.in450 X509 *OSSL_CMP_exec_certreq(OSSL_CMP_CTX *ctx, int req_type,
464 int OSSL_CMP_try_certreq(OSSL_CMP_CTX *ctx, int req_type,
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11sym.h301req_type, Atom *actual_type, int *actual_format, unsigned long *nitems, unsigned long *bytes_after…
/third_party/python/Python/
DPython-ast.c12025 PyObject *req_type[3]; in PyAST_obj2mod() local
12026 req_type[0] = state->Module_type; in PyAST_obj2mod()
12027 req_type[1] = state->Expression_type; in PyAST_obj2mod()
12028 req_type[2] = state->Interactive_type; in PyAST_obj2mod()
12032 isinstance = PyObject_IsInstance(ast, req_type[mode]); in PyAST_obj2mod()
/third_party/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v1.abi41548 …<var-decl name="req_type" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst…
Dtest-PR27569-v0.abi41519 …<var-decl name="req_type" type-id="f9b06939" visibility="default" filepath="include/drm/drm_dp_mst…