LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

wlan api

Solved!
Go to solution

Hi, Now my test station need to test wifi signal strength all connect . I use Wlan  API under windows. But the function “WlanOpenHandle” returns error 87. who can told me how to call this function. Thanks

0 Kudos
Message 1 of 3
(2,910 Views)
Solution
Accepted by topic author tongx07

Hi rongzhou,

 

who can told me how to call this function

As it's a Microsoft API they can tell you how that function works…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,899 Views)

DWORD WINAPI
WlanOpenHandle(
__in DWORD dwClientVersion,
__reserved PVOID pReserved,
__out PDWORD pdwNegotiatedVersion,
__out PHANDLE phClientHandle
);

 

Is  the parameter "PHANDLE"  be defined int in Labview?

0 Kudos
Message 3 of 3
(2,888 Views)