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

  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps.c 239 * @req_type: Value for Request Type attribute
244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type)
260 wps_build_req_type(ie, req_type)) {
276 * @req_type: Value for Request Type attribute
283 enum wps_request_type req_type)
306 wps_build_req_type(ie, req_type) ||
wps.h 165 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);
168 enum wps_request_type req_type);
  /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:__anon6361
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...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h     [all...]

Completed in 1951 milliseconds