Share via


OID_802_11_DISASSOCIATE (Windows Embedded CE 6.0)

1/6/2010

This object identifier requests that the miniport driver command its NIC to disassociate from the current service set and turn off the radio. No data is associated with this object identifier.

If the NIC is associated with an access point when the miniport driver receives this object identifier, then the miniport driver should indicate a disconnect event upon a successful disassociation.

The miniport driver should maintain a list of the current SSIDs.

Once a NIC has disassociated from an SSID, it should not use the SSID again until it has associated with all other SSIDs or until OID_802_11_INFRASTRUCTURE_MODE has been set.

If the NIC is not associated with an access point, the miniport driver should return an error code of NDIS_STATUS_ADAPTER_NOT_READY in response to OID_802_11_DISASSOCIATE.

Requirements

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

802.11 Wireless LAN Object Identifiers
OID_802_11_INFRASTRUCTURE_MODE

Other Resources

802.1x Authentication
Network Drivers