wep_key_type


Description:

[ NoAccessorMethod ]
public WepKeyType wep_key_type { get; set; }

Controls the interpretation of WEP keys.

Allowed values are nm_wep_key_type_key, in which case the key is either a 10- or 26-character hexadecimal string, or a 5- or 13-character ASCII password; or nm_wep_key_type_passphrase, in which case the passphrase is provided as a string and will be hashed using the de-facto MD5 method to derive the actual WEP key.