Wireless Communication Library Support Forum

Frameworks => WiFi Framework => Topic started by: domtheluck on March 24, 2020, 12:32:18 PM

Title: Wifi Direct - Error 0X00028012
Post by: domtheluck on March 24, 2020, 12:32:18 PM
Hi,

I'm trying to do a PoC with Wifi Framework (.NET) version and I got a error during WIFI Direct pairing:

0X00028012 (WCL_E_WIFI_DIRECT_PAIR_UNKNOW An unknown or unexpected failure)

I tried to disable firewall on both laptop but still get the error.

Any idea how I can troubleshoot this issue?

Thanks
Title: Re: Wifi Direct - Error 0X00028012
Post by: domtheluck on March 24, 2020, 01:11:10 PM
I also tried the demo (WclWiFiDemo_NET\Demo\WiFi\IoT) WifiDirect and WifiDirectClient and I got the same error
Title: Re: Wifi Direct - Error 0X00028012
Post by: Mike Petrichenko on March 24, 2020, 03:05:52 PM
Hello,

This usually appears if you use different (or few) pairing methods on both side. Try to use identical single pairing method (let say Push Button).

Also it may appears if there is any third party applkication handles WFD in background.

Also,m Server must be a ppInvitation, client: ppGroupOwnerNegotiation
Title: Re: Wifi Direct - Error 0X00028012
Post by: domtheluck on March 24, 2020, 06:59:56 PM
Looks like my server and client was ppGroupOwnerNegociation. I changed the server to ppInvitation and now, everything is working fine :)!

Thanks for the help  8)
Title: Re: Wifi Direct - Error 0X00028012
Post by: Mike Petrichenko on March 24, 2020, 07:05:26 PM
You are very welcome!