From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,903 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,892 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,881 Views)