luci-mod-network: modernize 802.11w help text
authorHannu Nyman <hannu.nyman@iki.fi>
Sat, 2 Jan 2021 13:15:14 +0000 (15:15 +0200)
committerHannu Nyman <hannu.nyman@iki.fi>
Sat, 2 Jan 2021 13:20:18 +0000 (15:20 +0200)
Modernize the 802.11w help text as support for 802.11w is
currently always compiled into hostapd/wpad and most of
the relevant wireless drivers support it well.

Add a cautionary note that some drivers do not fully support
it. Mention mwlwifi by name as it has several 802.11w bugs
open in upstream and its development has stopped.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/wireless.js

index 8c8564f1e195923b7f34c267ffe59d4af8f362bc..9ef1e3cedd19f7905d12bbb588ef9f8727b84609 100644 (file)
@@ -1613,7 +1613,7 @@ return view.extend({
 
                                        if (hwtype == 'mac80211') {
                                                // ieee802.11w options
-                                               o = ss.taboption('encryption', form.ListValue, 'ieee80211w', _('802.11w Management Frame Protection'), _("Requires support from the wifi driver <br />(as of Jan 2019: ath9k, ath10k, mwlwifi and mt76)"));
+                                               o = ss.taboption('encryption', form.ListValue, 'ieee80211w', _('802.11w Management Frame Protection'), _("Note: Some wireless drivers do not fully support 802.11w. E.g. mwlwifi may have problems"));
                                                o.value('', _('Disabled'));
                                                o.value('1', _('Optional'));
                                                o.value('2', _('Required'));