Help for this page

Select Code to Download


  1. 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";
    };
    
  2. or download this
    Win32::API::Struct->typedef('WLAN_CONNECTION_PARAMETERS', qw(
      WLAN_CONNECTION_MODE wlanConnectionMode;
    ...
      DOT11_BSS_TYPE       dot11BssType;
      DWORD                dwFlags;
      ));
    
  3. or download this
    Win32::API::Struct->typedef ('DOT11_SSID', qw(
      ULONG uSSIDLength;
      UCHAR ucSSID;
    ));
    
  4. or download this
    An attempt was made to reference a token that does not exist at...