HomeSort by relevance Sort by last modified time
    Searched defs:req_type (Results 1 - 3 of 3) 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/wpa_supplicant_8/wpa_supplicant/
scan.c 56 enum wps_request_type *req_type)
66 *req_type = wpas_wps_get_req_type(ssid);
251 enum wps_request_type req_type = WPS_REQ_ENROLLEE_INFO; local
297 wps = wpas_wps_in_use(wpa_s->conf, &req_type);
408 req_type = WPS_REQ_ENROLLEE_INFO;
451 wpa_s->wps->uuid, req_type,
  /external/qemu/proxy/
proxy_http_rewriter.c 182 HttpRequestType req_type; /* request type */ member in struct:__anon10131
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;
638 if (r->req_type != HTTP_REQUEST_POST &&
639 r->req_type != HTTP_REQUEST_PUT)
646 if (r->req_type == HTTP_REQUEST_HEAD || r->rep_code/100 == 1 |
    [all...]

Completed in 56 milliseconds