commit | f2af39bf030363aa88508478e58a9b1001931f26 | [log] [tgz] |
---|---|---|
author | Danny Segal <dsegal@qti.qualcomm.com> | Sun Apr 10 16:23:11 2016 +0300 |
committer | Jouni Malinen <jouni@qca.qualcomm.com> | Mon Apr 11 18:29:52 2016 +0300 |
tree | 538d709bbbec7a0c1900d4b0bbedde3b2c1534b0 | |
parent | f789f82580409e902b2bdc382d50a59ea98ad7af [diff] |
Use P2P virtual interface for P2P operations if needed Implement support for virtual interface with P2P_DEVICE interface type. This is used by wpa_supplicant for all P2P non-group operations (discovery, GO negotiation, ..) with some drivers. It does not have an associated netdev with it so it is simpler to implement. It is used to separate scan and P2P search. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>