You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I love the client mode feature of the project, but I wish it supported modes other than WPA2. How hard would it be to support enterprise networks for client mode?
The text was updated successfully, but these errors were encountered:
It depends. The wpa config get generated here and here. As you can see, a temporary config gets created and appended to the existing networks from /etc/wpa_supplicant/wpa_supplicant.conf. If you know how to manually add an enterprise wifi there, you can just add it normally and remove the check here. This would be the easiest temporary hack I could think of, but you might brick your existing installation if you are not careful.
It should not be to difficult to implement a genuine solution, but other things have more priority right now.
As already stated, I suggest you read the wiki. The P4wnP1 core is a systemd service that calls boot/boot_P4wnP1 which is a bash script that includes the modules based on the settings. The wifi gets setup in boot/init_wifi.sh but what for an ok from mame before you modify the core.
I love the client mode feature of the project, but I wish it supported modes other than WPA2. How hard would it be to support enterprise networks for client mode?
The text was updated successfully, but these errors were encountered: