Reputation: 925
i need to access wifi direct channel to get more information about group ex: RSSI cab we do this by using wpa_supplicant???
Upvotes: 4
Views: 3697
Reputation: 11
You can use p2p_peer command on control interface of p2p to get the info regarding p2p_peer. For your case if you need signal strength, check level in returned value of p2p_peer command.
Upvotes: 1