What is the exact algorithm to generate WEP keys from Radius Access -Accept message?
Currently the Express-Toolkit can use either a random or static key generation method on a per interface basis. The static key generation just sends a static key in an EAPOL key packet; this is useful for debugging. The random key generation creates a random WEP key using the system’s random number generator and sends this in an EAPOL key packet. A third, not-yet-implemented, option is to send no key in the EAPOL-KEY packet and this will cause the supplicant to use the peer key generated as part of the authentication process. This would be trivial to add to the Express-Toolkit.