Right now we're sending password in cleartext instead of using challenge (as for CHAP). However, after looking at those sources, it seems that CoovaChilli is expecting an encoded password (using challenge) instead.
We have to reimplement PAP support in a more decent way.
PAP support is broken.
Right now we're sending password in cleartext instead of using
challenge
(as for CHAP). However, after looking at those sources, it seems that CoovaChilli is expecting an encoded password (usingchallenge
) instead.We have to reimplement PAP support in a more decent way.