Can you please give some advise, to save none-cleartext password in MySQL database radcheck table?
Well you have two choices Cleartext-Password or NT-Password. Those are the only two that will work with the MSCHAPv2 inner.
Just add the NT-Password attribute to radcheck with the := operator. Or you can add it as a reply item and copy it to the control list with
update control {
NT-Password := "%{reply:NT-Password}"
}
Or I think theres a utility included with samba for doing it. If you're using PHP I have a function I wrote ages ago to generate NT passwords to do a transparent conversion using our web login script. Let me know if it'd be useful and i'll dig it out.