Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个类似于如何将 openssl 导入 C 程序的库,可以轻松访问 WEP、WPA 和 WPA2 函数?
我从来没有用 C 编程过,一个朋友在问。
有wpa_supplicant可能适合您的需求。它是一个程序,而不是一个库,但如果有必要,应该可以修改它以用作一个库。但是,wpa_supplicant 并不支持所有操作系统和芯片组,因为 wifi 加密(与 SSL/TLS 相比)非常依赖于底层硬件。
我认为Open1X是你想要的。