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
170
static struct radius_attr_type
radius_attrs
[] =
variable in typeref:struct:radius_attr_type
236
#define
RADIUS_ATTRS
(sizeof(
radius_attrs
) / sizeof(
radius_attrs
[0]))
243
for (i = 0; i <
RADIUS_ATTRS
; i++) {
244
if (type ==
radius_attrs
[i].type)
245
return &
radius_attrs
[i];
[
all
...]
Completed in 20 milliseconds