I'm going through WiFi direct, learning about it and how to set it up on linux. I've ran iw list to see what my wireless card supports, and this is what I get.
Supported interface modes: * managed * AP * AP/VLAN * monitor * mesh point * P2P-client * P2P-GO * P2P-device ...
valid interface combinations: * #{ managed } <= 2, #{ AP, mesh point, P2P-client, P2P-GO } <= 1, #{ P2P-device } <= 1, total <= 3, #channels <= 2 What I'm managed to find is that P2P-GO means it supports Group Owner mode and P2P-client mode would be the device to connect to the Group Owner. What I cannot find is what P2P-device refers to. What is the difference between P2P-device and P2P-client?