HomeSort by relevance Sort by last modified time
    Searched refs:req_type (Results 1 - 11 of 11) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps.c 415 * @req_type: Value for Request Type attribute
420 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type)
436 wps_build_req_type(ie, req_type) ||
488 * @req_type: Value for Request Type attribute
498 enum wps_request_type req_type,
511 wps_build_req_type(ie, req_type) ||
523 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0) ||
wps.h 236 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
240 enum wps_request_type req_type,
  /external/webrtc/webrtc/p2p/base/
stun.cc 869 int GetStunSuccessResponseType(int req_type) {
870 return IsStunRequestType(req_type) ? (req_type | 0x100) : -1;
873 int GetStunErrorResponseType(int req_type) {
874 return IsStunRequestType(req_type) ? (req_type | 0x110) : -1;
  /system/bt/bta/gatt/
bta_gatts_act.c 49 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data);
840 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data)
853 APPL_TRACE_DEBUG ("bta_gatts_send_request_cback conn_id=%d trans_id=%d req_type=%d",
854 conn_id, trans_id, req_type);
869 (*p_rcb->p_cback)(req_type, &cb_data);
  /external/wpa_supplicant_8/wpa_supplicant/
scan.c 52 enum wps_request_type *req_type)
62 *req_type = wpas_wps_get_req_type(ssid);
76 *req_type = WPS_REQ_ENROLLEE_INFO;
438 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; local
454 wps = wpas_wps_in_use(wpa_s, &req_type);
461 wpa_s->wps->uuid, req_type,
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 446 mm_camera_req_buf_type_t req_type; member in struct:mm_channel
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 509 mm_camera_req_buf_type_t req_type; member in struct:mm_channel
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 248 ch_obj->req_type = cmd_cb->u.req_buf.type;
252 "req_type (%d) is_primary (%d)",
254 ch_obj->req_type, cmd_cb->u.req_buf.primary_only);
446 if (ch_obj->req_type == MM_CAMERA_REQ_FRAME_SYNC_BUF) {
    [all...]
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 277 ch_obj->req_type = cmd_cb->u.req_buf.type;
477 if (ch_obj->req_type == MM_CAMERA_REQ_FRAME_SYNC_BUF) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h 2384 uint8 req_type; member in struct:dot11_rmreq_frame
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 403 milliseconds