Govardhana K N wrote:
> Hi,
> 
> I am using WiMAX supported client, so the attribute format for WiMAX
> is like Attribute-Type, Length, CONTINUATION, and Value.
> 
> How can I modify the server to send the attributes in this format?

  Edit src/lib/radius.c.  That's the code that does packing / unpacking
of all RADIUS attributes.

  The "continuation" field will cause additional complications.  The
TLV's inside of TLV's will also cause additional complications.

  Alan DeKok.
- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to