Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: "Gianluca Varenni" <gianluca.varenni@xxxxxxxxxxxxxxxx>
- Date: Thu, 19 Jul 2007 08:22:53 -0700
Which specific Atheros driver (I mean, supported chipset) are we talking
about?
Have a nice day
GV
<toddlange1@xxxxxxxxx> wrote in message
news:1184852791.087527.213940@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Jul 18, 3:14 pm, "Gianluca Varenni"
<gianluca.vare...@xxxxxxxxxxxxxxxx> wrote:
Are you sure the calls actually get forwarded all the way down to the
atheros driver? I know at least some of the Atheros NDIS6.0 drivers do
not
actually deliver the "uncooked" 802.11 frames.
Have a nice day
GV
--
Gianluca Varenni, Windows DDK MVP
CACE Technologieshttp://www.cacetech.com
<toddlan...@xxxxxxxxx> wrote in message
news:1184785230.672299.286600@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello Smart People,
In NDIS 6.0, Microsoft added an operational mode called
DOT11_OPERATION_MODE_NETWORK_MONITOR. It is designed to turn a 802.11
wireless adapter into a promiscuous capture card. In this mode you
can set filters to see all raw data and management packets, set
channel, set frequency, gather statistics, etc.
I interested in using these new features for the purpose of packet
analysis in a protocol analyzer. Can these new features be used on
Vista from within an NDIS protocol driver? It appears they may be
blocked by Windows when I have tried to set them from within a
protocol driver. I'm using a current Atheros NDIS 6.0 driver on Vista
and the calls never make it down to the miniport driver.
Is this by design to prevent 3rd party application developers from
using these new features, or I'm I missing something?
Thanks,
Todd Lange
The call to set the operational mode NEVER makes it to the Atheros
driver. The call to read the mode does work and will return the
operational mode. Is Windows blocking the call down to the driver?
The Atheros driver has code to process the OID, but it never sees
it.
-Todd
.
- Follow-Ups:
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: toddlange1
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- References:
- DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: toddlange1
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: Gianluca Varenni
- Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- From: toddlange1
- DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Prev by Date: Re: Question about _URB_SELECT_CONFIGURATION
- Next by Date: Re: Device Extension issue with NdisRegisterDeviceEx
- Previous by thread: Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Next by thread: Re: DOT11_OPERATION_MODE_NETWORK_MONITOR in NDIS 6.0 on Vista
- Index(es):
Relevant Pages
|