netWLANSecurityWPA (Structure)

Top  Previous  Next

Architecture:

NX32L

Device support:

NX-200, NX-400, NX-900, LX5

Firmware version:

1.00.00


The netWLANSecurityWPA structure contains the parameters for using WPA/WPA2 pre-shared key (PSK) security.

 

The structure is used by the netSetWLANParam, netGetWLANSecurity, netSetAPParam and netGetAPParam functions to set and get the security parameters.

 

 

Fields:

phrase : STRING

The PSK pass phrase.

 

 

Declaration:

STRUCT_BLOCK netWLANSecurityWPA;
  phrase   : STRING;
END_STRUCT_BLOCK;