Installing Fake AP
------------------

For the impatient:

1. Compile the Host AP driver and get it running - http://hostap.epitest.fi
   As of 07/31/2002 you will need the CVS snapshot of the driver to enable 
   the MAC switching functionality.  The stable version of the driver is 
   untested.
2. Edit fakeap.pl to reflect your settings and paths.
3. Run fakeap.pl as root with your favorite command line parameters
4. Have fun.

Usage: fakeap.pl --interface wlanX [--channel X] [--mac XX:XX...]
     [--essid NAME] [--words FILENAME] [--sleep N] [--vendors FILENAME]
     [--wep N] [--key KEY] [--power N]

     --channel X     Use static channel X
     --essid NAME    Use static ESSID NAME
     --mac XX:XX...  Use static MAC address XX:...
     --words FILE    Use FILE to create ESSIDs
     --sleep N       Sleep N Ssec between changes, default 0.25
     --vendor FILE   Use FILE to define vendor MAC prefixes
     --wep N         Use WEP with probability N where 0 < N <= 1
     --key KEY       Use KEY as the WEP key.  Passed raw to iwconfig
     --power N       Vary Tx power between 1 and N.  In milliwatts


Otherwise read the README!

