Help for this page

Select Code to Download


  1. or download this
      print Net::Lorcon2::lorcon_create("wlo1", $driver); #where $driver c
    +an be madwifing or other it says:
     Net::Lorcon2::lorcon_create: driver is not a reference at -e line 3.
    
  2. or download this
       print Net::Lorcon2::lorcon_create("wlo1", \$driver); #where $driver
    + can be madwifing or other it says
       segmentation error (core dump created)
    
  3. or download this
    my $driver = "madwifing";
    my $if = "wlo1";
    ...
      print STDERR "[-] lorcon_create failed\n";
      exit 1;
    }