Re: monitor mode for iwm(4)

2018-05-23 Thread Bruno Flueckiger
Works as expected on a 3165 device: iwm0 at pci2 dev 0 function 0 "Intel Dual Band Wireless AC 3165" rev 0x81, msi iwm0: hw rev 0x210, fw ver 16.242414.0, address xx:xx:xx:xx:xx:xx Cheers, Bruno On 23.05.18 12:31, Stefan Sperling wrote: > This diff implements monitor mode for iw

Re: monitor mode for iwm(4)

2018-05-23 Thread Carlos Cardenas
Looks good on a 7260. ok ccardenas@ +--+ Carlos On Wed, May 23, 2018 at 12:31:45PM +0200, Stefan Sperling wrote: > This diff implements monitor mode for iwm(4). > > To use it, enable 11n mode, monitor mode, and configure a channel (e.g. 11): > > ifconfig iwm0 mode 11n m

Re: monitor mode for iwm(4)

2018-05-23 Thread Base Pr1me
Works fine on 8265. On Wed, May 23, 2018 at 4:31 AM, Stefan Sperling wrote: > This diff implements monitor mode for iwm(4). > > To use it, enable 11n mode, monitor mode, and configure a channel (e.g. > 11): > > ifconfig iwm0 mode 11n mediaopt monitor >

monitor mode for iwm(4)

2018-05-23 Thread Stefan Sperling
This diff implements monitor mode for iwm(4). To use it, enable 11n mode, monitor mode, and configure a channel (e.g. 11): ifconfig iwm0 mode 11n mediaopt monitor ifconfig iwm0 chan 11 ifconfig iwm0 up This command should now display wireless frames on the air