| Ekahau documentation | view source | Contained in the Ekahau distribution. |
Ekahau::License - Internal module used to parse and handle Ekahau license files.
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.
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.
Generate a string suitable for an Ekahau YAX HELLO authentication
step.
Generating a string suitable for an Ekahau YAX TALK authentication
command. This method accepts three parameters, in a Param = Value>
style list:
Password to connect to Ekahau server
String received from the YAX server in a HELLO message.
HelloStr is required; Password defaults to the default Ekahau
password.
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.
| Ekahau documentation | view source | Contained in the Ekahau distribution. |