Home
last modified time | relevance | path

Searched refs:req_type (Results 1 – 4 of 4) 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()
630 if (r->req_type != HTTP_REQUEST_POST && in rewrite_connection_get_body_length()
631 r->req_type != HTTP_REQUEST_PUT) in rewrite_connection_get_body_length()
638 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 || in rewrite_connection_get_body_length()