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

  /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];
  /external/wpa_supplicant_8/src/radius/
radius.c 164 static struct radius_attr_type radius_attrs[] = variable in typeref:struct:radius_attr_type
229 #define RADIUS_ATTRS (sizeof(radius_attrs) / sizeof(radius_attrs[0]))
236 for (i = 0; i < RADIUS_ATTRS; i++) {
237 if (type == radius_attrs[i].type)
238 return &radius_attrs[i];
    [all...]

Completed in 3164 milliseconds