P2P: Fix for GO inviting a p2p device.
A p2p device on an invitation request from the peer invokes p2p_peer command to know if the peer is a p2p device / GO. Due to the cached entries there would be a possibility of not getting the updated information, ending up in the wrong negotiation with the invited peer. Thus do not rely on p2p_peer command, rather assume that the peer is a GO on an invitation request, provided there is no persistent network configured. Change-Id: Ic70c4147d8b34bcddf4bf70811a5aeb4ea0650bc CRs-Fixed: 486437 Conflicts: wifi/java/android/net/wifi/p2p/WifiP2pService.java
Loading
Please register or sign in to comment