/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | twt.c | 36 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()
|
D | robust_av.c | 848 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()
|
D | scan.c | 54 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/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
D | wps.c | 418 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()
|
D | wps.h | 244 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/ |
D | wps.c | 418 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()
|
D | wps.h | 243 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/ |
D | f_uac.c | 759 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()
|
D | f_uvc.c | 2581 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()
|
D | f_hid.c | 635 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/ |
D | scan.c | 54 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/flutter/skia/third_party/externals/sdl/src/video/x11/ |
D | SDL_x11sym.h | 301 …req_type, Atom *actual_type, int *actual_format, unsigned long *nitems, unsigned long *bytes_after…
|
/third_party/python/Python/ |
D | Python-ast.c | 12025 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()
|