OID_802_11_REMOVE_WEP
When set, the OID_802_11_REMOVE_WEP OID requests that the miniport driver remove the Wired Equivalent Privacy (WEP) key at the specified key index for the current association.
The keys are specified as values from 0 through 255. Bit 31 must be zero. If bit 31 is not zero, the miniport driver must return NDIS_STATUS_INVALID_DATA.
The key index is defined as follows:
typedef ULONG NDIS_802_11_KEY_INDEX;
For more information about the WEP key, see OID_802_11_ADD_WEP.
Note The miniport driver and the underlying NIC must not maintain WEP keys in permanent storage (disk, registry, flash, or anything else).