stuff
authorChristian Grothoff <christian@grothoff.org>
Wed, 8 Jun 2011 10:23:47 +0000 (10:23 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 8 Jun 2011 10:23:47 +0000 (10:23 +0000)
contrib/defaults.conf
src/transport/Makefile.am

index 00f22370cabed8c4e489e74aae86d22083e8e0d7..0d1bffab9988ef9ce1848cdbd847e6926299ad77 100644 (file)
@@ -78,6 +78,13 @@ PORT = 1080
 [transport-https]
 PORT = 4433
 
+[transport-wlan]
+# Name of the interface in monitor mode (typically monX)
+INTERFACE = mon0
+# Real hardware, no testing
+TESTMODE = 0
+
+
 [arm]
 PORT = 2087
 HOSTNAME = localhost
index 0b2305c22a0207d4af71d2e857c93db756fd1383..031cfe8b939ed13e3ec198df9b0bbcdee01d1337 100644 (file)
@@ -32,7 +32,6 @@ if USE_COVERAGE
   AM_CFLAGS = --coverage -O0
 endif
 
-if HAVE_PCAP
 if LINUX
  WLAN_BIN = gnunet-transport-wlan-helper
  WLAN_BIN_DUMMY = gnunet-transport-wlan-helper-dummy
@@ -41,7 +40,6 @@ if LINUX
  WLAN_REL_TEST = test_transport_api_reliability_wlan
  WLAN_UREL_TEST = test_transport_api_unreliability_wlan
 endif
-endif
 
 if !MINGW
 UNIX_PLUGIN_LA = libgnunet_plugin_transport_unix.la
@@ -435,7 +433,6 @@ test_transport_api_unreliability_udp_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la
 
-if HAVE_PCAP
 if LINUX
 test_transport_api_wlan_SOURCES = \
  test_transport_api.c
@@ -444,7 +441,6 @@ test_transport_api_wlan_LDADD = \
  $(top_builddir)/src/hello/libgnunethello.la \
  $(top_builddir)/src/util/libgnunetutil.la  
 endif
-endif
 
 test_quota_compliance_tcp_SOURCES = \
  test_quota_compliance.c