mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-26 23:26:47 +01:00
Fix 802.11be mode not displaying in UI when WPA3 is enabled
This commit is contained in:
@@ -108,9 +108,6 @@ class HostapdManager
|
||||
if (!empty($config['ieee80211be']) && strval($config['ieee80211be']) === '1') {
|
||||
$selected = 'be';
|
||||
}
|
||||
if (!empty($config['ieee80211w']) && strval($config['ieee80211w']) === '2') {
|
||||
$selected = 'w';
|
||||
}
|
||||
|
||||
return $selected;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user