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

NAME

Wifi::Manage - A class for managing wifi connection

SYNOPSIS

use Wifi::Manage;

$manager = Wifi::Manage->new("PATH_FILE");

$manage->start;

DESCRIPTION

Welcome to Wifi::Manage , a work in progress.It's a quick module to switch quickly wifi connection.All module use Wifi::WFile to configure the connection.

  • Wifi::WFile

    See Wifi::WFile documentation.

  • Wifi::WDevIw

    See Wifi::WDevIw documentation.

  • Wifi::WDevIf

    See Wifi::WDevIf documentation.

  • Wifi::WMod

    See Wifi::WMod documentation.

METHOD DESCRIPTIONS

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

  • start();

    Start the connection.

  • start_with_module();

    Start the connection with loading module.

  • stop();

    Stop the connection.

  • stop_with_module();

    Stop the connection with unloading module.

AUTHORS

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

2 POD Errors

The following errors were encountered while parsing the POD:

Around line 143:

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

Around line 177:

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