Skip to content

Latest commit

 

History

History
55 lines (41 loc) · 2.03 KB

ndis-wlantimedconnectrequest.md

File metadata and controls

55 lines (41 loc) · 2.03 KB
title description ms.date keywords topic_type ms.topic api_name api_type
WlanTimedConnectRequest Rule (NDIS)
The WlanTimedConnectRequest rule verifies that an OID\_DOT11\_CONNECT\_REQUEST is followed by a NDIS\_STATUS\_DOT11\_CONNECTION\_START within 10 seconds.
05/21/2018
WlanTimedConnectRequest rule (ndis)
apiref
reference
WlanTimedConnectRequest
NA

WlanTimedConnectRequest rule (ndis)

The WlanTimedConnectRequest rule verifies that an OID_DOT11_CONNECT_REQUEST is followed by a NDIS_STATUS_DOT11_CONNECTION_START within 10 seconds.

Furthermore, an NDIS_STATUS_DOT11_CONNECTION_START is indicated only if the OID_DOT11_CONNECT_REQUEST is completed with NDIS_STATUS_SUCCESS. This rule applies only to the Extensible Station port (Port 0).

Driver model: NDIS

Bug check(s) found with this rule: Bug Check 0xC4: DRIVER_VERIFIER_DETECTED_VIOLATION (0x00094009)

How to test

At run time

Run Driver Verifier and select the NDIS/WIFI verification option.

Applies to

MiniportHaltEx MiniportOidRequest NdisMIndicateStatusEx NdisMOidRequestComplete

See also

General Connection Operation Guidelines