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

  /external/wpa_supplicant_6/wpa_supplicant/
scan.c 47 enum wps_request_type *req_type)
57 *req_type = wpas_wps_get_req_type(ssid);
92 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; local
169 wps = wpas_wps_in_use(wpa_s->conf, &req_type);
186 wpa_s->wps->uuid, req_type);
  /external/qemu/proxy/
proxy_http_rewriter.c 182 HttpRequestType req_type; /* request type */ member in struct:__anon6520
208 r->req_type = HTTP_REQUEST_GET;
210 r->req_type = HTTP_REQUEST_POST;
212 r->req_type = HTTP_REQUEST_HEAD;
214 r->req_type = HTTP_REQUEST_PUT;
216 r->req_type = HTTP_REQUEST_DELETE;
218 r->req_type = HTTP_REQUEST_UNSUPPORTED;
630 if (r->req_type != HTTP_REQUEST_POST &&
631 r->req_type != HTTP_REQUEST_PUT)
638 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 |
    [all...]

Completed in 69 milliseconds