2008-08-14 07:47:55 +02:00
|
|
|
==============================================================================
|
2007-04-28 14:53:58 +02:00
|
|
|
|
2009-11-18 22:18:55 +01:00
|
|
|
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
|
|
|
|
|
2013-09-29 16:29:28 +02:00
|
|
|
Then run airodump-ng(1) with the newly created interface ${VAP_INTERFACE}.
|
2008-08-14 07:47:55 +02:00
|
|
|
|
|
|
|
==============================================================================
|