Skip to content
Snippets Groups Projects
Commit efb6b9d5 authored by David Bauer's avatar David Bauer
Browse files

gluon-core: allow WPA3 features on ramips-mt7620

Backporting the MFP patch allows us to utilize WPA3 features on this
target.

Tested on TP-Link Archer C20i
parent f9008851
No related branches found
No related tags found
No related merge requests found
...@@ -66,7 +66,7 @@ end ...@@ -66,7 +66,7 @@ end
function M.device_supports_wpa3() function M.device_supports_wpa3()
-- rt2x00 crashes when enabling WPA3 personal / OWE VAP -- rt2x00 crashes when enabling WPA3 personal / OWE VAP
if M.match('ramips', 'rt305x') or M.match('ramips', 'mt7620') then if M.match('ramips', 'rt305x') then
return false return false
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment