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

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

Completed in 107 milliseconds