Skip to content

Latest commit

 

History

History
126 lines (98 loc) · 5.56 KB

ns-windot11-_dot11_received_provision_discovery_request_parameters.md

File metadata and controls

126 lines (98 loc) · 5.56 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NS:windot11._DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
_DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS (windot11.h)
The parameters for a provision discovery request are specified in a DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure. This structure is sent with an NDIS_STATUS_DOT11_WFD_RECEIVED_PROVISION_DISCOVERY_REQUEST indication.
netvista\dot11_received_provision_discovery_request_parameters.htm
netvista
02/16/2018
DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure
*PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure [Network Drivers Starting with Windows Vista], PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure pointer [Network Drivers Starting with Windows Vista], _DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, netvista.dot11_received_provision_discovery_request_parameters, windot11/DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, windot11/PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
windot11.h
Windot11.h
Windows
Supported starting with Windows 8.
Windows
DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, *PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
_DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
windot11/_DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
windot11/PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
windot11/DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
APIRef
kbSyntax
HeaderDef
Windot11.h
_DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS
DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS

_DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure

-description

Important  The Native 802.11 Wireless LAN interface is deprecated in Windows 10 and later. Please use the WLAN Device Driver Interface (WDI) instead. For more information about WDI, see WLAN Universal Windows driver model.
 
The parameters for a provision discovery request are specified in a DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure. This structure is sent with an NDIS_STATUS_DOT11_WFD_RECEIVED_PROVISION_DISCOVERY_REQUEST indication.

-struct-fields

-field Header

The type, revision, and size of the DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS structure. The required settings for the members of Header are the following.

Member Setting
Type NDIS_OBJECT_TYPE_DEFAULT
Revision DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1
Size DOT11_SIZEOF_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS_REVISION_1

-field TransmitterDeviceAddress

The address of the device that transmitted the provision discovery request packet.

-field BSSID

The BSSID in the received provision discovery request packet.

-field DialogToken

The dialog token received in the provision discovery request packet.

-field RequestContext

The context data from the miniport. The system will send this data with angiven initially by the OID_DOT11_WFD_SEND_PROVISION_DISCOVERY_RESPONSE request.

-field uIEsOffset

The offset, in bytes, of the array of additional information elements (IEs) received in the provision discovery request packet. This offset is from the start of the buffer that contains this structure.

-field uIEsLength

The length, in bytes, of the array of IEs provided at uIEsOffset.

-syntax

typedef struct _DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS {
  NDIS_OBJECT_HEADER Header;
  DOT11_MAC_ADDRESS  TransmitterDeviceAddress;
  DOT11_MAC_ADDRESS  BSSID;
  DOT11_DIALOG_TOKEN DialogToken;
  PVOID              RequestContext;
  ULONG              uIEsOffset;
  ULONG              uIEsLength;
} DOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS, *PDOT11_RECEIVED_PROVISION_DISCOVERY_REQUEST_PARAMETERS;

-see-also

OID_DOT11_WFD_SEND_PROVISION_DISCOVERY_RESPONSE

NDIS_STATUS_DOT11_WFD_RECEIVED_PROVISION_DISCOVERY_REQUEST