The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Wifi::WDevIf - A class for ifconfig

SYNOPSIS

use Wifi::WDevIf;

$devif = Wifi::WDevIf->new(REFERENCE Wifi::WFile);

$devif->start;

DESCRIPTION

Wifi::WDevIf is used by Wifi::Manage for configuring ifconfig.

METHOD DESCRIPTIONS

This sections contains only the methods in WDevIf.pm itself.

  • start();

    Start ifconfig.

  • stop();

    Stop ifconfig.

AUTHORS

  • Developed by Shy <shy@cpan.org>.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 85:

You forgot a '=back' before '=head1'