]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/config_file.c
Add a require_message_authenticator configuration option
[thirdparty/hostap.git] / hostapd / config_file.c
index 6dc7e8c839a1b47084c557f8a25073090c99f7dc..6c53151d70c6602aeb95d7a75793c18a110e6331 100644 (file)
@@ -2411,6 +2411,9 @@ static int hostapd_config_fill(struct hostapd_config *conf,
                bss->radius_das_time_window = atoi(pos);
        } else if (os_strcmp(buf, "radius_das_require_event_timestamp") == 0) {
                bss->radius_das_require_event_timestamp = atoi(pos);
+       } else if (os_strcmp(buf, "radius_das_require_message_authenticator") ==
+                  0) {
+               bss->radius_das_require_message_authenticator = atoi(pos);
 #endif /* CONFIG_NO_RADIUS */
        } else if (os_strcmp(buf, "auth_algs") == 0) {
                bss->auth_algs = atoi(pos);