diff conf/supauth.eap.testbed.aaa/hostapd/hostapd.conf @ 0:9e5a3c884de6

Initial import of the virtual testbed.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Thu, 17 Jun 2010 11:00:32 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/conf/supauth.eap.testbed.aaa/hostapd/hostapd.conf	Thu Jun 17 11:00:32 2010 +0900
@@ -0,0 +1,30 @@
+interface=wlan0
+driver=nl80211
+
+logger_stdout=-1
+logger_stdout_level=2
+dump_file=/tmp/hostapd.dump
+
+ctrl_interface=/var/run/hostapd
+
+hw_mode=g
+channel=1
+ssid=mac80211 test
+
+wpa=2
+wpa_key_mgmt=WPA-EAP
+wpa_pairwise=CCMP
+
+ieee8021x=1
+eapol_version=2
+eap_message=hello\0nasid=supauth,portid=0,NAIRealms=eap.testbed.aaa
+
+# Configuration for external RADIUS server
+own_ip_addr=192.168.105.10
+nas_identifier=supauth.eap.testbed.aaa
+auth_server_addr=192.168.105.30
+auth_server_port=1812
+auth_server_shared_secret=radiusecret
+acct_server_addr=192.168.105.30
+acct_server_port=1813
+acct_server_shared_secret=radiusecret
"Welcome to our mercurial repository"