diff options
| author | Michael Yartys <michael.yartys@protonmail.com> | 2022-02-13 15:09:56 +0100 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-07-03 20:25:38 +0200 |
| commit | f60628f33ca9891fd9fb814588530df56ebdcdca (patch) | |
| tree | db5a94ee148b6f593e0117087ef09364fa1c454f /package/network/services/hostapd/files/hostapd-basic.config | |
| parent | 90a63504230ed31303bf7978658ba5db74f54f84 (diff) | |
| download | upstream-f60628f33ca9891fd9fb814588530df56ebdcdca.tar.gz upstream-f60628f33ca9891fd9fb814588530df56ebdcdca.tar.bz2 upstream-f60628f33ca9891fd9fb814588530df56ebdcdca.zip | |
hostapd: enable compilation of OCV and add build feature discovery
Operating Channel Validation (OCV) is a security feature designed to
prevent person-in-the-middle multi-channel attacks. Compile the -basic and
-full variants of hostapd with this feature, and enable discovery of this
feature for future luci integration. OCV can be configured by setting ocv
equal to one of the following values in the wireless config:
0 = disabled (hostapd/wpa_supplicant default)
1 = enabled
2 = enabled in workaround mode - Allow STA that claims OCV capability to
connect even if the STA doesn't send OCI or negotiate PMF.
Signed-off-by: Michael Yartys <michael.yartys@protonmail.com>
Diffstat (limited to 'package/network/services/hostapd/files/hostapd-basic.config')
| -rw-r--r-- | package/network/services/hostapd/files/hostapd-basic.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/hostapd/files/hostapd-basic.config b/package/network/services/hostapd/files/hostapd-basic.config index 1f52546d577..3d19d8f902f 100644 --- a/package/network/services/hostapd/files/hostapd-basic.config +++ b/package/network/services/hostapd/files/hostapd-basic.config @@ -54,7 +54,7 @@ CONFIG_RSN_PREAUTH=y #CONFIG_IEEE80211W=y # Support Operating Channel Validation -#CONFIG_OCV=y +CONFIG_OCV=y # Integrated EAP server #CONFIG_EAP=y |
