EAP Packets
Xsmael opened this issue · 1 comments
Xsmael commented
Hello!
does node-radius supports EAP packets now ?
psanford commented
There's no built in support for EAP. RADIUS/EAP is actually just EAP messages encapsulated in RADIUS packets, so if you already have an EAP implementation (or are willing to write one), using this library to encapsulate those messages would not be very difficult.