OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RADIUS_ATTRS
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius.c
125
static struct radius_attr_type
radius_attrs
[] =
variable in typeref:struct:radius_attr_type
188
#define
RADIUS_ATTRS
(sizeof(
radius_attrs
) / sizeof(
radius_attrs
[0]))
195
for (i = 0; i <
RADIUS_ATTRS
; i++) {
196
if (type ==
radius_attrs
[i].type)
197
return &
radius_attrs
[i];
/external/wpa_supplicant_8/src/radius/
radius.c
164
static struct radius_attr_type
radius_attrs
[] =
variable in typeref:struct:radius_attr_type
229
#define
RADIUS_ATTRS
(sizeof(
radius_attrs
) / sizeof(
radius_attrs
[0]))
236
for (i = 0; i <
RADIUS_ATTRS
; i++) {
237
if (type ==
radius_attrs
[i].type)
238
return &
radius_attrs
[i];
[
all
...]
Completed in 17 milliseconds