Searched refs:req_type (Results 1 – 4 of 4) sorted by relevance
47 enum wps_request_type *req_type) in wpas_wps_in_use() argument57 *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() local169 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()
244 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type) in wps_build_assoc_req_ie() argument260 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() argument306 wps_build_req_type(ie, req_type) || in wps_build_probe_req_ie()
165 struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type req_type);168 enum wps_request_type req_type);
182 HttpRequestType req_type; /* request type */ member208 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()