From 4b7262a98b083bd6f771b7870379b016457de9cd Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 26 May 2020 07:49:04 +0100 Subject: [PATCH] Remove 802.11w option from UI --- includes/hostapd.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/hostapd.php b/includes/hostapd.php index 38908754..088fb67b 100755 --- a/includes/hostapd.php +++ b/includes/hostapd.php @@ -18,7 +18,6 @@ function DisplayHostAPDConfig() 'b' => '802.11b - 2.4 GHz', 'g' => '802.11g - 2.4 GHz', 'n' => '802.11n - 2.4 GHz', - 'w' => '802.11w - 2.4 Ghz', 'ac' => '802.11.ac - 5 GHz' ]; $arrSecurity = array(1 => 'WPA', 2 => 'WPA2', 3 => 'WPA+WPA2', 'none' => _("None"));