Settings for WLAN Security
The WLAN security settings have been changed. For a successful WLAN connection you must now make the following settings in the configuration of your WLAN adapter.
Name of the radio network (SSID): | |
Kind of encryption: | echo $var:crypt ?> |
Mode: | Infrastructure |
Authentication: | setvariable var:authentication 'Open' ?> if eq `$var:shared` `1` ` setvariable var:authentication 'Shared authentication' ?>` ?> if eq `$var:encryption` `2` ` setvariable var:authentication 'WPA-PSK' ?>` ?> if eq `$var:encryption` `3` ` setvariable var:authentication 'WPA2-PSK' ?>` ?> if eq `$var:encryption` `4` ` setvariable var:authentication 'WPA-PSK, WPA2-PSK' ?>` ?>echo $var:authentication ?> |
Data encryption: | TKIP |
Data encryption: | AES-CCMP |
Data encryption: | TKIP, AES-CCMP |
We recommend printing out these settings.