OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tspec
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/glib/gobject/
gparamspecs.c
1066
GParamSpecGType *
tspec
= G_PARAM_SPEC_GTYPE (pspec);
local
1068
value->data[0].v_long =
tspec
->is_a_type;
1075
GParamSpecGType *
tspec
= G_PARAM_SPEC_GTYPE (pspec);
local
1079
if (
tspec
->is_a_type != G_TYPE_NONE && !g_type_is_a (gtype,
tspec
->is_a_type))
1081
value->data[0].v_long =
tspec
->is_a_type;
2260
GParamSpecGType *
tspec
;
local
[
all
...]
/external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c
537
struct wmm_tspec_element *
tspec
;
local
540
if (parse.wmm_tspec_len + 2 < (int) sizeof(*
tspec
)) {
541
wpa_printf(MSG_DEBUG, "FT: Too short WMM
TSPEC
IE "
547
if (end - pos < (int) sizeof(*
tspec
)) {
549
"response
TSPEC
");
554
tspec
= (struct wmm_tspec_element *) pos;
555
os_memcpy(
tspec
, parse.wmm_tspec - 2, sizeof(*
tspec
));
556
res = wmm_process_tspec(
tspec
);
565
/*
TSPEC
accepted; include updated TSPEC in response *
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
mlme.c
888
/* Build simple RIC-Request: RDIE |
TSPEC
*/
898
/* WMM
TSPEC
*/
1001
struct wmm_tspec_element *
tspec
;
local
1004
tspec
= wpabuf_put(buf, sizeof(*
tspec
));
1005
tspec
->eid = WLAN_EID_VENDOR_SPECIFIC;
1006
tspec
->length = sizeof(*
tspec
) - 2;
1007
tspec
->oui[0] = 0x00;
1008
tspec
->oui[1] = 0x50
1871
const struct wmm_
tspec
_element *
tspec
;
local
1892
struct wmm_
tspec
_element *
tspec
;
local
1909
struct wmm_
tspec
_element *
tspec
;
local
[
all
...]
Completed in 840 milliseconds