wpaKey

Value Type

wpaKey

Default Value

qacafe123

Description

Specifies the WPA pre-shared key to use with the DUT. This can be an ASCII string 8 to 63 characters long or a 64 character hexadecimal key.

NOTE: There are several special characters that must be given special consideration if they are used as part of the value of this testvar.

The value of this testvar may be specified without additional decorators or quoting in simple cases (e.g. qacafe123)

Or, they may be quoted with either double-quotes or braces:

  • Quoted with " for more complex strings:

    "\[qacafe123\]"

  • Braced with {...} for all other cases:

    {\}qacafe[]123\{}

Special case characters include (may not be limited to):

" [ ]

All of these characters MUST be “escaped” using the backslash \ character if used as part of a quoted string. And MUST NOT be used without quoting. These characters MUST NOT be escaped if used as part of a braced string.

Additionally, brace characters { and } MUST NOT be used as part of a quoted string, and instead MUST be used inside a braced string (e.g. { ... }) and MUST be “escaped” using the backslash \.