From 24abe9c53c34f1488da3cce858d83d984db76a04 Mon Sep 17 00:00:00 2001 From: billz Date: Mon, 20 Mar 2023 20:00:28 +0100 Subject: [PATCH] Update wireless mode items --- includes/hostapd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index d1160d6d..6eb5909d 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -25,7 +25,7 @@ function DisplayHostAPDConfig() 'b' => '802.11b - 2.4 GHz', 'g' => '802.11g - 2.4 GHz', 'n' => '802.11n - 2.4 GHz', - 'ac' => '802.11.ac - 5 GHz' + 'ac' => '802.11ac - 5 GHz' ]; $arrSecurity = array(1 => 'WPA', 2 => 'WPA2', 3 => 'WPA+WPA2', 'none' => _("None")); $arrEncType = array('TKIP' => 'TKIP', 'CCMP' => 'CCMP', 'TKIP CCMP' => 'TKIP+CCMP');