I want to setup WiFi direct on my target.
Output of iw list
Supported interface modes:
* IBSS
* managed
* AP
Band 1:
Band 2:
software interface modes (can always be added):
valid interface combinations:
* #{ IBSS, managed, AP, P2P-client, P2P-GO } <= 4,
total <= 4, #channels <= 2, STA/AP BI must match
Looking at the above output I have following doubts:
- How can I confirm whether my device supports WiFi direct feature or not.
- What are software interface modes (can they be configured to WiFi Direct)
I tried the steps mentioned in particular link
But when I run p2p_find
under wpa_cli
terminal it every time it returns FAIL
Please guide where I am going wrong and how can I setup and configure WiFi direct in my target.
Thanks in advance.