- or download this
['WlanScan' => 'IPPPI' => 'I'],
['WlanGetProfileList' => 'IPIP' => 'I'],
['WlanDeleteProfile' => 'IPPI' => 'I'],
['WlanSetProfile' => 'IPIPPIIP' => 'I'],
['WlanConnect' => 'IPSI' => 'I']
- or download this
# wlanconnect.pl -- connect to a WLAN network on Windows XP SP3 and ab
+ove.
# Args: PROFILENAME to use and SSID to connect to
...
$profilename = encode('UTF-16LE', $profilename);
WlanConnect($wlan_handle, $wlan_guuid, $profilename, $ssid);
}
- or download this
######################################################################
# modified Wlan::API.pm follows
...
This module is released under the same terms as Perl itself.
=cut