|
@@ -1282,6 +1282,8 @@ struct hostapd_config * hostapd_config_read(const char *fname)
|
|
}
|
|
}
|
|
} else if (os_strcmp(buf, "wds_sta") == 0) {
|
|
} else if (os_strcmp(buf, "wds_sta") == 0) {
|
|
bss->wds_sta = atoi(pos);
|
|
bss->wds_sta = atoi(pos);
|
|
|
|
+ } else if (os_strcmp(buf, "ap_isolate") == 0) {
|
|
|
|
+ bss->isolate = atoi(pos);
|
|
} else if (os_strcmp(buf, "ap_max_inactivity") == 0) {
|
|
} else if (os_strcmp(buf, "ap_max_inactivity") == 0) {
|
|
bss->ap_max_inactivity = atoi(pos);
|
|
bss->ap_max_inactivity = atoi(pos);
|
|
} else if (os_strcmp(buf, "country_code") == 0) {
|
|
} else if (os_strcmp(buf, "country_code") == 0) {
|