]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - hostapd/config_file.c
hostapd Make GAS Address3 field selection behavior configurable
[thirdparty/hostap.git] / hostapd / config_file.c
index dbeaa3c0a263103a5e5dd7968166a3701ff6c96a..6dc7e8c839a1b47084c557f8a25073090c99f7dc 100644 (file)
@@ -3481,6 +3481,8 @@ static int hostapd_config_fill(struct hostapd_config *conf,
                if (atoi(pos))
                        bss->radio_measurements[0] |=
                                WLAN_RRM_CAPS_NEIGHBOR_REPORT;
+       } else if (os_strcmp(buf, "gas_address3") == 0) {
+               bss->gas_address3 = atoi(pos);
        } else {
                wpa_printf(MSG_ERROR,
                           "Line %d: unknown configuration item '%s'",