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

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

Completed in 167 milliseconds