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.
我需要从 linux c 代码打开新的 WPA/WPA2 设备。现在我使用 wpa_supplicant 手动创建它
wpa_supplicant -iwlan0 -c connfig.conf -B
也许,你有什么例子吗?提前汉克斯
假设 wpa_supplicant 已经在运行,它的“add_interface”命令就是为此而设计的。
如果它尚未运行,则需要使用 system 或 exec 运行它。
沙查尔
您可能可以使用wpa_cli。wpa_cli 是用于与 wpa_supplicant 交互的基于文本的前端程序。看看这里和这里。