|
@@ -2439,6 +2439,10 @@ static int hostapd_config_fill(struct hostapd_config *conf,
|
|
|
os_free(bss->dump_msk_file);
|
|
|
bss->dump_msk_file = os_strdup(pos);
|
|
|
#endif /* CONFIG_RADIUS_TEST */
|
|
|
+#ifdef CONFIG_HS20
|
|
|
+ } else if (os_strcmp(buf, "hs20") == 0) {
|
|
|
+ bss->hs20 = atoi(pos);
|
|
|
+#endif /* CONFIG_HS20 */
|
|
|
} else {
|
|
|
wpa_printf(MSG_ERROR, "Line %d: unknown configuration "
|
|
|
"item '%s'", line, buf);
|