Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Dscan.c47 enum wps_request_type *req_type) in wpas_wps_in_use() argument
57 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
92 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_scan() local
169 wps = wpas_wps_in_use(wpa_s->conf, &req_type); in wpa_supplicant_scan()
186 wpa_s->wps->uuid, req_type); in wpa_supplicant_scan()
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
Dwps.c244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
260 wps_build_req_type(ie, req_type)) { in wps_build_assoc_req_ie()
283 enum wps_request_type req_type) in wps_build_probe_req_ie() argument
306 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
Dwps.h165 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
168 enum wps_request_type req_type);
/external/qemu/proxy/
Dproxy_http_rewriter.c182 HttpRequestType req_type; /* request type */ member
208 r->req_type = HTTP_REQUEST_GET; in http_request_alloc()
210 r->req_type = HTTP_REQUEST_POST; in http_request_alloc()
212 r->req_type = HTTP_REQUEST_HEAD; in http_request_alloc()
214 r->req_type = HTTP_REQUEST_PUT; in http_request_alloc()
216 r->req_type = HTTP_REQUEST_DELETE; in http_request_alloc()
218 r->req_type = HTTP_REQUEST_UNSUPPORTED; in http_request_alloc()
638 if (r->req_type != HTTP_REQUEST_POST && in rewrite_connection_get_body_length()
639 r->req_type != HTTP_REQUEST_PUT) in rewrite_connection_get_body_length()
646 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 || in rewrite_connection_get_body_length()
/external/wpa_supplicant_8/src/wps/
Dwps.c396 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument
412 wps_build_req_type(ie, req_type) || in wps_build_assoc_req_ie()
474 enum wps_request_type req_type, in wps_build_probe_req_ie() argument
487 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
500 wps_build_wfa_ext(ie, req_type == WPS_REQ_ENROLLEE, NULL, 0) || in wps_build_probe_req_ie()
Dwps.h241 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
245 enum wps_request_type req_type,
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c45 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data);
729 tGATTS_REQ_TYPE req_type, tGATTS_DATA *p_data) in bta_gatts_send_request_cback() argument
741 …3 ("bta_gatts_send_request_cback conn_id=%d trans_id=%d req_type=%d", conn_id, trans_id, req_type); in bta_gatts_send_request_cback()
749 (*p_rcb->p_cback)(req_type, &cb_data); in bta_gatts_send_request_cback()
/external/wpa_supplicant_8/wpa_supplicant/
Dscan.c50 enum wps_request_type *req_type) in wpas_wps_in_use() argument
60 *req_type = wpas_wps_get_req_type(ssid); in wpas_wps_in_use()
73 *req_type = WPS_REQ_ENROLLEE_INFO; in wpas_wps_in_use()
402 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; in wpa_supplicant_extra_ies() local
412 wps = wpas_wps_in_use(wpa_s, &req_type); in wpa_supplicant_extra_ies()
419 wpa_s->wps->uuid, req_type, in wpa_supplicant_extra_ies()