|
@@ -3487,6 +3487,10 @@ static int hostapd_config_fill(struct hostapd_config *conf,
|
|
|
WLAN_RRM_CAPS_NEIGHBOR_REPORT;
|
|
|
} else if (os_strcmp(buf, "gas_address3") == 0) {
|
|
|
bss->gas_address3 = atoi(pos);
|
|
|
+ } else if (os_strcmp(buf, "ftm_responder") == 0) {
|
|
|
+ bss->ftm_responder = atoi(pos);
|
|
|
+ } else if (os_strcmp(buf, "ftm_initiator") == 0) {
|
|
|
+ bss->ftm_initiator = atoi(pos);
|
|
|
} else {
|
|
|
wpa_printf(MSG_ERROR,
|
|
|
"Line %d: unknown configuration item '%s'",
|