aboutsummaryrefslogtreecommitdiff
path: root/contrib/wpa/hs20/server/www/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/wpa/hs20/server/www/config.php')
-rw-r--r--contrib/wpa/hs20/server/www/config.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/wpa/hs20/server/www/config.php b/contrib/wpa/hs20/server/www/config.php
new file mode 100644
index 000000000000..4272b102a88c
--- /dev/null
+++ b/contrib/wpa/hs20/server/www/config.php
@@ -0,0 +1,7 @@
+<?php
+$osu_root = "/home/user/hs20-server";
+$osu_db = "sqlite:$osu_root/AS/DB/eap_user.db";
+$t_c_file = "$osu_root/terms-and-conditions";
+$t_c_timestamp = 123456789;
+$hostapd_ctrl = "udg:///home/user/hs20-server/AS/ctrl/as"
+?>