Hana90
Hana90

Reputation: 925

Does wpa_supplicant support WiFi Direct?

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

Answers (2)

Purushottam Kushwaha
Purushottam Kushwaha

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

cgv
cgv

Reputation: 59

Yes. You can use wpa_supplicant v1.1 or above(preferably v2.0) to use wifi-direct(p2p) commands.

See this and this.

Upvotes: 4

Related Questions