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.
我需要访问 wifi 直接频道以获取有关组 ex 的更多信息:RSSI cab 我们通过使用 wpa_supplicant 来做到这一点???
是的。您可以使用 wpa_supplicant v1.1 或更高版本(最好是 v2.0)来使用 wifi-direct(p2p) 命令。
看到这个和这个。
您可以在 p2p 的控制界面上使用p2p_peer命令来获取有关 p2p_peer 的信息。对于您的情况,如果您需要信号强度,请检查p2p_peer 命令的返回值中的级别。