hostapd Make GAS Address3 field selection behavior configurable
[mech_eap.git] / hostapd / config_file.c
index dbeaa3c..6dc7e8c 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'",