p2p:Fix for discovery failure until STA is connected to AP.
The station when connecting to AP (wifi state is either connecting or obtaining ip address) shall stop the already issued p2p_find on the DHCP start and start the same after the DHCP handshake. p2p service manager shall return a failure for any p2p_find operation during these period resulting in a discover failure. Address this by deferring the p2p_find issued during this period (set mDiscoveryPostponed to true) rather than returning a failure. Change-Id: I40b2017bf126fd0d543ada8853223402cda63e9d CRs-Fixed: 532138
Loading
Please register or sign in to comment