Wifi::Manage - A class for managing wifi connection


Wifi documentation  | view source Contained in the Wifi distribution.

Index


NAME

Top

Wifi::Manage - A class for managing wifi connection

SYNOPSIS

Top

use Wifi::Manage;

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

$manage->start;

DESCRIPTION

Top

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.

METHOD DESCRIPTIONS

Top



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

    Top


    Wifi documentation  | view source Contained in the Wifi distribution.