HomeSort by relevance Sort by last modified time
    Searched refs:RADIUS_ATTRS (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant/
radius.c 122 static struct radius_attr_type radius_attrs[] = variable in typeref:struct:radius_attr_type
182 #define RADIUS_ATTRS (sizeof(radius_attrs) / sizeof(radius_attrs[0]))
189 for (i = 0; i < RADIUS_ATTRS; i++) {
190 if (type == radius_attrs[i].type)
191 return &radius_attrs[i];
  /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];

Completed in 4016 milliseconds