NetStumbler::Wap - Wap tools for NetStumbler


NetStumbler-Wap documentation  | view source Contained in the NetStumbler-Wap distribution.

Index


Object Methods

Top

new()

Returns a new Wap object. NOTE: this method may take some time to execute as it loads the list into memory at construction time

isAdhoc($flags)

Params: -number 801.11 Capability flags Returns: true is the flags indicate the access point is in adhoc mode Example: if($obj->isAdhoc($flags)) { # do something here }

isInfrascruture($flags)

Params: -number 801.11 Capability flags Returns: true is the flags indicate the access point is in infrastructure mode Example: if($obj->isInfrascructure($flags)) { # do something here }

hasWEP($flags)

Params: -number 801.11 Capability flags Returns: true is the flags indicate the access point has WEP enabled Example: if($obj->hasWEP($flags)) { # do something here }

getVendorForBBSID ($mac)

Determine the vendor or a nic by the MAC prefix The argument should be a mac address in the format of 00000000000 or 00:00:00:00:00:00

getVendorForBBSID will return the vendor or undef if the mac address could not be translated to a vendor

NAME

Top

NetStumbler::Wap - Wap tools for NetStumbler

SYNOPSIS

Top

  use NetStumbler::Wap;
  my $waplib = NetStumbler::Wap->new();
  my $vendor = $waplib->getVendorForBBSID("mac address");

DESCRIPTION

Top

 This module stores a list of mac prefixes for various wireless cards
 It was built for use with NetStumbler/Kismet/iStumbler etc... to help
 with vendor mac discovery

EXPORT

None by default.

SEE ALSO

Top

http://idogan.istanbul.edu.tr/oui_full.html OUI database All the items in this list were generated by parsing the oui database

AUTHOR

Top

Salvatore E. ScottoDiLuzio<lt>washu@olypmus.net<gt>

COPYRIGHT AND LICENSE

Top


NetStumbler-Wap documentation  | view source Contained in the NetStumbler-Wap distribution.