- or download this
sub WlanConnect {
croak "Wlan functions are not available" unless $wlan_available;
...
$API{ WlanConnect }->Call($handle, $guuid, $Wlan_connection_parame
+ters, 0) == 0
or die "$^E";
};
- or download this
Win32::API::Struct->typedef('WLAN_CONNECTION_PARAMETERS', qw(
WLAN_CONNECTION_MODE wlanConnectionMode;
...
DOT11_BSS_TYPE dot11BssType;
DWORD dwFlags;
));
- or download this
Win32::API::Struct->typedef ('DOT11_SSID', qw(
ULONG uSSIDLength;
UCHAR ucSSID;
));
- or download this
An attempt was made to reference a token that does not exist at...