Hello,<br>I'm working on a master thesis in KTH in 
Sweden.<br><br>In normal way, the radius server will receive the EAP 
package, and check the user name and password. If it's authenticated, and return 
something, such as a 1 to open service, or 0 to reject 
request.<br><br>My task is, create two elements in database (we use 
mysql in opensuse). One is max bandwidth, other one is current bandwidth (or 
request bandwidth).<br>And we add one data, request bandwidth, in EAP 
package. And in the programme, we gonna do,<br>1, receive EAP, and get 
request bandwidth.<br>2, compare it with max bandwidth, if large, then goto 
4.<br>3, return this request bandwidth. then goto 5.<br>4, return some 
error.<br>5, finish, and loop to 1<br><br>And for the max bandwidth 
in the database, we need to create it at the first time when the program 
runs.<br><br>Do you have any suggestion for me about which files I 
should focus on?<br><br>Thanks a 
lot!<br><br>BR<br>Patrick<br>