openwrt / luci

LuCI - OpenWrt Configuration Interface
Apache License 2.0
6.34k stars 2.52k forks source link

Option "802.11w Management Frame Protection" in OpenWrt 21.02 on Linksys EA4500 (kirkwood) #5431

Closed duc5800 closed 3 years ago

duc5800 commented 3 years ago

Via the menu "Network -> Wireless", then clicking the "Edit" button for one of the radios and then "Interface Configuration -> Wireless Security" I can set the state of "802.11w Management Frame Protection" to either "Disabled", "Optional" or "Required". Selecting "Required" adds the line "option ieee80211w '2'" to the applicable section of /etc/config/wireless. Selecting "Optional" adds the line "option ieee80211w '1'" to the applicable section of /etc/config/wireless. Selecting "Disabled" removes the line "option ieee80211w" from the applicable section of /etc/config/wireless.

However, it appears that with the line "option ieee80211w" missing from the wireless config file the driver actually defaults to the "Optional" state. In order to disable 802.11w I have to manually edit the file /etc/config/wireless and add the line "option ieee80211w '0'" to the applicable section.

After doing this the dropdown menu for "802.11w Management Frame Protection" in LuCi will show the state as "Disabled".

jow- commented 3 years ago

Duplicate of #5394