in reply to Re^3: Adding WlanConnect() to Win32::Wlan::API (87)
in thread Adding WlanConnect() to Win32::Wlan::API

I have a feeling that there's nothing obvious wrong with the values as such set in the perl application code. Under XP, it's mostly defaults that are available. Passing them on to the DLL seems to be the problem.

  • Comment on Re^4: Adding WlanConnect() to Win32::Wlan::API (87)

Replies are listed 'Best First'.
Re^5: Adding WlanConnect() to Win32::Wlan::API (debug)
by tye (Sage) on Jun 26, 2012 at 20:46 UTC

    So, I'd likely next look at the guts of whatever that *Struct module ends up generating (probably via 'perl -d').

    - tye