NAME
Ekahau::License - Internal module used to parse and handle Ekahau license files.
SYNOPSIS
This module is used internally by the Ekahau::Base class; you shouldn't need to use it directly. It provides an interface to handle Ekahau license files, and perform a few simple operations that are necessary for a licensed authentication to an Ekahau server.
DESCRIPTION
Constructor
new ( %params )
Creates a new object with the given parameters, in a Param =
Value> style list. The only parameter recognized is LicenseFile
, which gives the path to an Ekahau license file.
Methods
hello_str
Generate a string suitable for an Ekahau YAX HELLO
authentication step.
talk_str ( %params )
Generating a string suitable for an Ekahau YAX TALK
authentication command. This method accepts three parameters, in a Param =
Value> style list:
- Password
-
Password to connect to Ekahau server
- HelloStr
-
String received from the YAX server in a
HELLO
message.
HelloStr
is required; Password
defaults to the default Ekahau password.
AUTHOR
Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>
Copyright (C) 2005 The Regents of the University of Michigan.
See the file LICENSE included with the distribution for license information.