Help for this page

Select Code to Download


  1. or download this
    use Net::Lorcon2 qw(:subs);
    
    my $driver = "iwlwifi";
    ...
    
    print Net::Lorcon2::lorcon_create($if, $driver);
    
  2. or download this
    use Net::Lorcon2 qw(:subs);
    
    ...
    
    print Net::Lorcon2::lorcon_create($if, \$driver);