Home
last modified time | relevance | path

Searched refs:radius_attrs (Results 1 – 2 of 2) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
Dradius.c170 static const struct radius_attr_type radius_attrs[] = variable
264 #define RADIUS_ATTRS ARRAY_SIZE(radius_attrs)
272 if (type == radius_attrs[i].type) in radius_get_attr_type()
273 return &radius_attrs[i]; in radius_get_attr_type()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
Dradius.c170 static const struct radius_attr_type radius_attrs[] = variable
264 #define RADIUS_ATTRS ARRAY_SIZE(radius_attrs)
272 if (type == radius_attrs[i].type) in radius_get_attr_type()
273 return &radius_attrs[i]; in radius_get_attr_type()