OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_type
(Results
1 - 8
of
8
) sorted by null
/external/wpa_supplicant_8/src/wps/
wps.c
400
* @
req_type
: Value for Request Type attribute
405
struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type
req_type
)
421
wps_build_req_type(ie,
req_type
) ||
473
* @
req_type
: Value for Request Type attribute
483
enum wps_request_type
req_type
,
496
wps_build_req_type(ie,
req_type
) ||
509
wps_build_wfa_ext(ie,
req_type
== WPS_REQ_ENROLLEE, NULL, 0) ||
wps.h
232
struct wpabuf * wps_build_assoc_req_ie(enum wps_request_type
req_type
);
236
enum wps_request_type
req_type
,
/external/qemu/proxy/
proxy_http_rewriter.c
182
HttpRequestType
req_type
; /* request type */
member in struct:__anon25495
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
...]
/external/bluetooth/bluedroid/bta/gatt/
bta_gatts_act.c
45
tGATTS_REQ_TYPE
req_type
, tGATTS_DATA *p_data);
830
tGATTS_REQ_TYPE
req_type
, tGATTS_DATA *p_data)
842
APPL_TRACE_DEBUG3 ("bta_gatts_send_request_cback conn_id=%d trans_id=%d
req_type
=%d", conn_id, trans_id,
req_type
);
857
(*p_rcb->p_cback)(
req_type
, &cb_data);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stun.cc
881
int GetStunSuccessResponseType(int
req_type
) {
882
return IsStunRequestType(
req_type
) ? (
req_type
| 0x100) : -1;
885
int GetStunErrorResponseType(int
req_type
) {
886
return IsStunRequestType(
req_type
) ? (
req_type
| 0x110) : -1;
/external/wpa_supplicant_8/wpa_supplicant/
scan.c
51
enum wps_request_type *
req_type
)
61
*
req_type
= wpas_wps_get_req_type(ssid);
75
*
req_type
= WPS_REQ_ENROLLEE_INFO;
416
enum wps_request_type
req_type
= WPS_REQ_ENROLLEE_INFO;
local
426
wps = wpas_wps_in_use(wpa_s, &
req_type
);
433
wpa_s->wps->uuid,
req_type
,
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h
2384
uint8
req_type
;
member in struct:dot11_rmreq_frame
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
Completed in 49 milliseconds