| Wifi documentation | view source | Contained in the Wifi distribution. |
Wifi::WMod - A class for loading linux kernel module wifi for Texas Instruments chips(http://acx100.sourceforge.net/)
use Wifi::WMod;
$mod = Wifi::WMod->new(REFERENCE Wifi::WFile);
$mod->load;
Wifi::WMod is used by Wifi::Manage for loading LKM wifi.
This sections contains only the methods in WMod.pm itself.
| Wifi documentation | view source | Contained in the Wifi distribution. |