in reply to Re^5: Help with Lorcon XS library
in thread Help with Lorcon XS library
I have already tried if I use:lorcon_lsit_driver is: $VAR1 = [ { 'name' => 'rtfile', 'details' => 'Real-time PCAP file source' }, { 'details' => 'PCAP file source', 'name' => 'file' }, { 'name' => 'madwifing', 'details' => 'Linux madwifi-ng drivers, deprecated by ath5 +k and ath9k' }, { 'name' => 'tuntap', 'details' => 'Linux tuntap virtual interface drivers' } ];
and if I doprint 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.
Regards. Edoardoprint Net::Lorcon2::lorcon_create("wlo1", \$driver); #where $driver + can be madwifing or other it says segmentation error (core dump created)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Help with Lorcon XS library
by syphilis (Archbishop) on Jul 21, 2020 at 12:38 UTC | |
by Bpl (Scribe) on Jul 21, 2020 at 12:47 UTC | |
by AnomalousMonk (Archbishop) on Jul 21, 2020 at 15:23 UTC | |
by Bpl (Scribe) on Jul 21, 2020 at 16:17 UTC | |
by syphilis (Archbishop) on Jul 22, 2020 at 01:59 UTC | |
| |
by AnomalousMonk (Archbishop) on Jul 21, 2020 at 16:36 UTC |