When Key Type is Hex Key, then a Key, which is expressed as a sequence of hexadecimal characters, needs to be specified. The type of Key required will vary based on the WPA Mode and Encryption Type specified, since it will need to be either a WEP 40 bit Key, a WEP 104 bit Key, or a 256 bit TKIP/AES-CCMP Key.
NOTE: Currently, the parm value encryption process is not documented and the key that is needed to encrypt is not published. Therefore, an MDM cannot currently use encrypted Keys or Passphrases since there is no way to store an encrypted, server-supplied password in an XML.
If WEP is not selected and Protect Key is false:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is not "WEP" and Protect Key is false
- Parm name: HexKeyClear
- Description: Provide the hex key (64 hex chars) used by network
- Parm value input rules:
- String with exactly 64 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 256 bit binary key value that can be used for either TKIP or AES-CCMP encryption.
If WEP is not selected and Protect Key is true:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is not "WEP" and Protect Key is true
- Parm name: HexKeyEncrypted
- Description: Provide the hex key (64 hex chars) used by network
- Parm value input rules:
- String with exactly 64 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 256 bit binary key value that can be used for either TKIP or AES-CCMP encryption.
- Currently, this parm cannot be used effectively by an MDM.
If WEP is selected, the encryption type is WEP-40, and Protect Key is false:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is "WEP" and the Encryption Type is "WEP-40" and Protect Key is false
- Parm name: HexKeyWep40Clear
- Description: Provide the shared secret WEP-40 key (10 hex chars) used by the network
- Parm value input rules:
- String with exactly 10 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 40 bit binary key value that can be used for either WEP encryption.
If WEP is selected, the encryption type is WEP-40, and Protect Key is true:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is "WEP" and the Encryption Type is "WEP-40" and Protect Key is true
- Parm name: HexKeyWep40Encrypted
- Description: Provide the shared secret WEP-40 key (10 hex chars) used by the network
- Parm value input rules:
- String with exactly 10 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 40 bit binary key value that can be used for either WEP encryption.
- Currently, this parm cannot be used effectively by an MDM.
If WEP is selected, the encryption type is WEP-104, and Protect Key is false:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is "WEP" and the Encryption Type is "WEP-104" and Protect Key is false
- Parm name: HexKeyWep104Clear
- Description: Provide the shared secret WEP-104 key (26 hex chars) used by the network
- Parm value input rules:
- String with exactly 26 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 104 bit binary key value that can be used for either WEP encryption.
If WEP is selected, the encryption type is WEP-104, and Protect Key is true:
- Settable if: The Network Action is "Add" and the Security Mode is "Personal" and the Key Type is "Hex Key" and the WPA Mode is "WEP" and the Encryption Type is "WEP-104" and Protect Key is true
- Parm name: HexKeyWep104Encrypted
- Description: Provide the shared secret WEP-104 key (26 hex chars) used by the network
- Parm value input rules:
- String with exactly 26 valid hexadecimal characters (e.g. 0-9, A-F) that collectively enter a 104 bit binary key value that can be used for either WEP encryption.
- Currently, this parm cannot be used effectively by an MDM.