summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-07 18:13:45 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-07 18:13:45 -0500
commitc39ca3e243c1f5b03d4784ef4ea7a0f53d59caea (patch)
tree3f39a2cdaa908d23a2e4f100633479a97a36eb85 /usr/local/www/interfaces.php
parentd6050c47e176baf4c469a737d4bd9513ae2a97a8 (diff)
downloadpfsense-c39ca3e243c1f5b03d4784ef4ea7a0f53d59caea.zip
pfsense-c39ca3e243c1f5b03d4784ef4ea7a0f53d59caea.tar.gz
AES is recommended due to Toshihiro Ohigashi and Masakatu Morii attacks
Diffstat (limited to 'usr/local/www/interfaces.php')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 3a1903a..2ddcf16 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -1535,7 +1535,7 @@ $types = array("none" => "None", "static" => "Static", "dhcp" => "DHCP", "pppoe"
<td class="vtable">
<select name="wpa_pairwise" class="formselect" id="wpa_pairwise">
<option <? if ($pconfig['wpa_pairwise'] == 'CCMP TKIP') echo "selected";?> value="CCMP TKIP">Both</option>
- <option <? if ($pconfig['wpa_pairwise'] == 'CCMP') echo "selected";?> value="CCMP">AES</option>
+ <option <? if ($pconfig['wpa_pairwise'] == 'CCMP') echo "selected";?> value="CCMP">AES (recommended)</option>
<option <? if ($pconfig['wpa_pairwise'] == 'TKIP') echo "selected";?> value="TKIP">TKIP</option>
</select>
</td>
OpenPOWER on IntegriCloud