Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/radius/
Dradius.c170 static const struct radius_attr_type radius_attrs[] = variable
262 #define RADIUS_ATTRS ARRAY_SIZE(radius_attrs)
270 if (type == radius_attrs[i].type) in radius_get_attr_type()
271 return &radius_attrs[i]; in radius_get_attr_type()