Help for this page

Select Code to Download


  1. or download this
    sub WlanSetProfile {
        croak "Wlan functions are not available" unless $wlan_available;
    ...
        $API{ WlanSetProfile }->Call($handle, $guuid, 0, $$xmlref, 0, 1, 0
    +, $reason) == 0
          or die "$^E";
    };
    
  2. or download this
    sub WlanDeleteProfile  {
        croak "Wlan functions are not available" unless $wlan_available;
    ...
        $API{ WlanDeleteProfile }->Call($handle, $guuid, $profilename, 0) 
    +== 0
          or die "$^E";
    };