OID_WDI_SET_ADAPTER_CONFIGURATION (dot11wificxintf.h)
Important
This topic is part of the WiFiCx driver model. WiFiCx is the Wi-Fi driver model released in Windows 11. We recommend that you use WiFiCx to take advantage of the latest features. The previous Wi-Fi driver model WDI is in maintenance mode and will only receive high priority fixes.
OID_WDI_SET_ADAPTER_CONFIGURATION configures the adapter. It is an optional property and can only be sent before any ports are created.
Scope | Set serialized with task | Normal execution time (seconds) |
---|---|---|
Adapter | Yes | 1 |
Set property parameters
TLV | Multiple TLV instances allowed | Optional | Description |
---|---|---|---|
WDI_TLV_CONFIGURED_MAC_ADDRESS | X | MAC address. | |
WDI_TLV_UNREACHABLE_DETECTION_THRESHOLD | X | Unreachable detection threshold. | |
WDI_TLV_P2P_GO_INTERNAL_RESET_POLICY | X | Policy used by the firmware for operating channel selection after a Wi-Fi Direct GO Reset is stopped/restarted. | |
WDI_TLV_BAND_ID_LIST | X | List of bands that are not allowed to be used by the IHV. If not specified any supported band can be used. | |
WDI_TLV_LINK_QUALITY_BAR_MAP | Mapping of signal quality to Wi-Fi signal strength bars. This field should be ignored by the adapter and it should use the behavior specified in NDIS_STATUS_WDI_INDICATION_LINK_STATE_CHANGE for doing Link Quality notifications. | ||
WDI_TLV_ADAPTER_NLO_SCAN_MODE | X | Indicates whether the NLO scans should be performed in active or passive mode. | |
WDI_TLV_PLDR_SUPPORT | Specifies if PLDR is supported. |
Set property results
No additional data. The data in the header is sufficient.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 11 |
Minimum supported server | Windows Server 2022 |
Header | dot11wificxintf.h |