OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qos_elem
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/wpa_supplicant/
robust_av.c
100
static bool tclas_elem_required(const struct qos_characteristics *
qos_elem
)
102
if (!
qos_elem
|| !
qos_elem
->available)
105
if (
qos_elem
->direction == SCS_DIRECTION_DOWN)
119
struct qos_characteristics *
qos_elem
;
local
187
qos_elem
= &desc_elem->qos_char_elem;
196
if ((
qos_elem
->mask & SCS_QOS_BIT_MEDIUM_TIME) &&
197
qos_elem
->direction != SCS_DIRECTION_DIRECT)
198
qos_elem
->mask &= ~SCS_QOS_BIT_MEDIUM_TIME;
203
if ((
qos_elem
->mask & SCS_QOS_BIT_SERVICE_START_TIME_LINKID) &
[
all
...]
ctrl_iface.c
11644
struct qos_characteristics *
qos_elem
= &desc_elem.qos_char_elem;
local
11793
qos_elem
->available = true;
11795
qos_elem
->direction = SCS_DIRECTION_UP;
11802
qos_elem
->direction = SCS_DIRECTION_DOWN;
11804
qos_elem
->direction = SCS_DIRECTION_DIRECT;
11812
qos_elem
->min_si = atoi(pos1 + 7);
11819
qos_elem
->max_si = atoi(pos1 + 7);
11821
if (
qos_elem
->min_si &&
qos_elem
->max_si &&
11822
qos_elem
->max_si < qos_elem->min_si)
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026