30 Oct
2018
30 Oct
'18
1:05 p.m.
By the way, I don’t find in the doc or man pages how to create an EAP-Message with radtest or radclient. What is the correct way to build a request with an EAP-Message ? f.g.
What you have to do is look for differences in the packets, and then key off of those differences. For WiFi, this means looking for EAP-Message:
authorize { if (EAP-Message) { ... WiFi stuff ... } else { ... MAC auth stuff... } }
Thanks.
f.g.