diff options
author | Alain Lamar <alain_lamar@yahoo.de> | 2024-06-17 23:12:36 +0200 |
---|---|---|
committer | Alain Lamar <alain_lamar@yahoo.de> | 2024-06-17 23:21:28 +0200 |
commit | 99086ab972f18ad8e0da632b57606822f5057d69 (patch) | |
tree | 3e4b5e075c37fdd14cd815b8ba9b2f732f8d1116 | |
parent | 0839aa604ed8ba5f4dbe56eee2e984d32e55f8b3 (diff) | |
download | vyos-documentation-99086ab972f18ad8e0da632b57606822f5057d69.tar.gz vyos-documentation-99086ab972f18ad8e0da632b57606822f5057d69.zip |
wireless: T6320: Change 'beacon-frame-protection enable' to 'enable-bf-protection'
-rw-r--r-- | docs/configuration/interfaces/wireless.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/configuration/interfaces/wireless.rst b/docs/configuration/interfaces/wireless.rst index 1930a1b9..22e7d11f 100644 --- a/docs/configuration/interfaces/wireless.rst +++ b/docs/configuration/interfaces/wireless.rst @@ -87,8 +87,9 @@ Wireless options .. note:: :abbr:`MFP (Management Frame Protection)` is required for WPA3. -.. cfgcmd:: set interfaces wireless <interface> beacon-frame-protection - <disabled | enabled> +.. cfgcmd:: set interfaces wireless <interface> enable-bf-protection + + Beacon Protection: management frame protection for Beacon frames. .. note:: This option requires :abbr:`MFP (Management Frame Protection)` to be enabled. |