36a117f598
- Use DOS2UNIX to cleanup patch-src-osdep-byteorder.h - Stagify - Update pkg-message Tested by: dezzy Requested by: Kenta Suzumoto <kentas@hush.com>
10 lines
489 B
Text
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}.
|
|
|
|
==============================================================================
|