intrig-unicamp / mininet-wifi

Emulator for Software-Defined Wireless Networks
https://mn-wifi.readthedocs.io/
Other
432 stars 239 forks source link

Re-enable WEP support in hostapd. #371

Closed andynoack closed 3 years ago

andynoack commented 3 years ago

WEP support in hostapd has been disabled (for good reasons) [1]. Nevertheless I would like to use WEP for teaching IT security in a simulated environment, so I propose to add 'CONFIG_WEP=y' to the hostapd '.config' before building it.

[1] https://www.spinics.net/lists/hostap/msg07752.html

ramonfontes commented 3 years ago

Hello,

Thank you for the PR.

Don't you think it would be better to concentrate the patches in the patch file?

andynoack commented 3 years ago

Yes, you are right! Do you like me to make another PR or add it yourself?

ramonfontes commented 3 years ago

You can use this same PR with the necessary changes