freebsd-ports/net-mgmt/aircrack-ng/files/pkg-message.in
Lars Engels 36a117f598 - Update to 1.2-beta1
- Use DOS2UNIX to cleanup patch-src-osdep-byteorder.h
- Stagify
- Update pkg-message

Tested by:	dezzy
Requested by:	Kenta Suzumoto <kentas@hush.com>
2013-09-29 14:29:28 +00:00

10 lines
489 B
Text

==============================================================================
Due to the addition of virtual access points (VAP) in FreeBSD 8 you need to
create a new wlan device in monitor mode to use with airodump-ng. To do so,
issue the following command:
ifconfig ${VAP_INTERFACE} create wlandev ${INTERFACE} wlanmode monitor
Then run airodump-ng(1) with the newly created interface ${VAP_INTERFACE}.
==============================================================================