-
Notifications
You must be signed in to change notification settings - Fork 15
EDUROAM 802.1X (eduroam) support #33
Comments
Don't know what is EDUROAM, but working now on WPA Enterprise 802.1X |
More info: It uses Protected EAP and MSCHAPv2. It's more than itlwm needs to support that (easy since OpenBSD supports it). |
I’m doing support based on Apple’s support, so the code that does the handshake in itlwm will be disabled. There is already everything in macOS, just needs to be correctly called. Sent with GitHawk |
Try alpha 4 |
I can't try it until AX support... |
@Suzamax @mehmetyukcell @KristFlex Try this: |
which using Clover or L/E? |
@mehmetyukcell If on Catalina, try with manual kextloading first:
It won't load from Clover because IO80211Family is not in the prelinkedkernel, so you can install it to /L/E if it works or use OpenCore with SecureBoot enabled. |
@Suzamax @mehmetyukcell @KristFlex Does it work? |
|
How enabled OpenCore with SecureBoot? |
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport debug +AllUserland +AllDriver +AllVendor
sudo /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Resources/airport logger log stream --predicate 'sender="IO80211Family" or sender="eapolclient"' and the following after trying to connect: sudo dmesg | grep itlwm and post the logs here.
|
Which kexts should I use? itlwm and airportitlwm? where should they inject? (Where should they be injected?) |
Setting SecureBootModel to any valid value but Disabled is equivalent to Medium Security of Apple Secure Boot. is true? |
@mehmetyukcell Only AirportItlwm. Either Yes. |
Kext is not loaded, what are you trying to log then? |
will it be supported EDUROAM for University Campus?
The text was updated successfully, but these errors were encountered: