Hi List..
I'm trying EAP MD5 authentication using free radius but since MD5 doesn't generate any keys, I'm getting an error message "Failed to generate key".  Generally MD5 is used in the phase2 of TLS or PEAP and that is working fine.  Is it possible to establish EAP MD5 authentication without using, TLS or PEAP. The information in the supplicant.conf file is as:
 
network
{
    ssid=valid session ID
    identity="user"
    password="test"
    key_mgmt=NONE
    eap=MD5
    priority=1
}
 
Do help me in this regard asap, thanks in advance.