Help for this page

Select Code to Download


  1. or download this
            ['WlanScan' => 'IPPPI' => 'I'],
            ['WlanGetProfileList' => 'IPIP' => 'I'],
            ['WlanDeleteProfile' => 'IPPI' => 'I'],
            ['WlanSetProfile' => 'IPIPPIIP' => 'I'],
            ['WlanConnect' => 'IPSI' => 'I']
    
  2. 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);
    }
    
  3. or download this
    ######################################################################
    # modified Wlan::API.pm follows
    ...
    This module is released under the same terms as Perl itself.
    
    =cut