]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Remove references to madwifi from various files
authorJouni Malinen <j@w1.fi>
Sat, 1 Nov 2014 14:15:53 +0000 (16:15 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 1 Nov 2014 14:15:53 +0000 (16:15 +0200)
Number of documentation and configuration files had references to the
madwifi driver interface that was removed in the previous commit. Remove
these references as well.

Signed-off-by: Jouni Malinen <j@w1.fi>
doc/hostapd.fig
doc/wpa_supplicant.fig
hostapd/README
hostapd/README-WPS
hostapd/android.config
hostapd/defconfig
hostapd/hostapd.8
hostapd/hostapd.conf
wpa_supplicant/todo.txt

index af3f0be19a9b36962f4e7eb03399c19c78e5b080..ea4ab3a2894e8f27f1c19d4004713bb52dfa5bf7 100644 (file)
@@ -255,7 +255,7 @@ Single
 4 0 0 50 -1 2 14 0.0000 4 195 720 1637 2371 hostapd\001
 4 0 0 50 -1 0 12 0.0000 4 180 600 3825 7125 prism54\001
 4 0 0 50 -1 0 12 0.0000 4 180 510 1875 7125 hostap\001
-4 0 0 50 -1 0 12 0.0000 4 135 600 2850 7125 madwifi\001
+4 0 0 50 -1 0 12 0.0000 4 135 600 2850 7125 nl80211\001
 4 0 0 50 -1 0 12 0.0000 4 135 270 4800 7125 bsd\001
 4 0 0 50 -1 0 12 0.0000 4 105 300 6750 7125 test\001
 4 0 0 50 -1 0 12 0.0000 4 135 420 5775 7125 wired\001
index 06abfb54b61bbb090adb70d2a2ddb8173031e9c0..d2c4306b8e03c246eba627d3230d4e825c2f888a 100644 (file)
@@ -100,7 +100,7 @@ Single
 2 1 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 2
         4650 6600 4650 6300
 4 0 0 50 -1 0 12 0.0000 4 180 510 2850 7125 hostap\001
-4 0 0 50 -1 0 12 0.0000 4 135 600 3825 7125 madwifi\001
+4 0 0 50 -1 0 12 0.0000 4 135 600 3825 7125 nl80211\001
 -6
 6 3525 7800 5775 8100
 2 2 0 1 0 7 50 -1 -1 0.000 0 0 -1 0 0 5
index 50868ee1de6f31cb3a0115f92781b1052749e085..ea016cc5fe91d9d9ddb20adebb8c06824858599c 100644 (file)
@@ -74,12 +74,6 @@ Current hardware/software requirements:
        Please note that station firmware version needs to be 1.7.0 or newer
        to work in WPA mode.
 
-       madwifi driver for cards based on Atheros chip set (ar521x)
-       (http://sourceforge.net/projects/madwifi/)
-       Please note that you will need to add the correct path for
-       madwifi driver root directory in .config (see defconfig file for
-       an example: CFLAGS += -I<path>)
-
        mac80211-based drivers that support AP mode (with driver=nl80211).
        This includes drivers for Atheros (ath9k) and Broadcom (b43)
        chipsets.
index bb7d35f9052651f85d67b71e50c0d9718ebb0687..d5f713a8cb28dde88ada251dc2d17e6a664b5f5e 100644 (file)
@@ -58,10 +58,9 @@ hostapd configuration
 
 WPS is an optional component that needs to be enabled in hostapd build
 configuration (.config). Here is an example configuration that
-includes WPS support and uses madwifi driver interface:
+includes WPS support and uses nl80211 driver interface:
 
-CONFIG_DRIVER_MADWIFI=y
-CFLAGS += -I/usr/src/madwifi-0.9.3
+CONFIG_DRIVER_NL80211=y
 CONFIG_WPS=y
 CONFIG_WPS_UPNP=y
 
@@ -74,8 +73,8 @@ Following section shows an example runtime configuration
 (hostapd.conf) that enables WPS:
 
 # Configure the driver and network interface
-driver=madwifi
-interface=ath0
+driver=nl80211
+interface=wlan0
 
 # WPA2-Personal configuration for the AP
 ssid=wps-test
index ad8330815766d3851a119477949954cd118063f9..938aa5462a8abdbaa8b110dd1dd7a52be37fc7b3 100644 (file)
 # Driver interface for wired authenticator
 #CONFIG_DRIVER_WIRED=y
 
-# Driver interface for madwifi driver
-#CONFIG_DRIVER_MADWIFI=y
-#CFLAGS += -I../../madwifi # change to the madwifi source directory
-
 # Driver interface for drivers using the nl80211 kernel interface
 #CONFIG_DRIVER_NL80211=y
 # driver_nl80211.c requires a rather new libnl (version 1.1) which may not be
@@ -132,7 +128,7 @@ CONFIG_IPV6=y
 #CONFIG_IEEE80211R=y
 
 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
-# the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
+# the IEEE 802.11 Management capability (e.g., FreeBSD/net80211)
 #CONFIG_DRIVER_RADIUS_ACL=y
 
 # IEEE 802.11n (High Throughput) support
index 5b74b64f44f8a5dc557b0c124c56de19920aeffe..8f8a53ff1d043dd1b29a963eeaa71c7a438e6a80 100644 (file)
@@ -15,10 +15,6 @@ CONFIG_DRIVER_HOSTAP=y
 # Driver interface for wired authenticator
 #CONFIG_DRIVER_WIRED=y
 
-# Driver interface for madwifi driver
-#CONFIG_DRIVER_MADWIFI=y
-#CFLAGS += -I../../madwifi # change to the madwifi source directory
-
 # Driver interface for drivers using the nl80211 kernel interface
 CONFIG_DRIVER_NL80211=y
 
@@ -142,7 +138,7 @@ CONFIG_IPV6=y
 #CONFIG_IEEE80211R=y
 
 # Use the hostapd's IEEE 802.11 authentication (ACL), but without
-# the IEEE 802.11 Management capability (e.g., madwifi or FreeBSD/net80211)
+# the IEEE 802.11 Management capability (e.g., FreeBSD/net80211)
 #CONFIG_DRIVER_RADIUS_ACL=y
 
 # IEEE 802.11n (High Throughput) support
index b4456bbcf3e6545edefc6471b86774ca55405523..d19d862c0a750b9c6ca0d77a67d7c7cd457d6e40 100644 (file)
@@ -12,7 +12,7 @@ daemon.
 .B hostapd
 is a user space daemon for access point and authentication servers.
 It implements IEEE 802.11 access point management, IEEE 802.1X/WPA/WPA2/EAP Authenticators and RADIUS authentication server.
-The current version supports Linux (Host AP, madwifi, mac80211-based drivers) and FreeBSD (net80211).
+The current version supports Linux (Host AP, mac80211-based drivers) and FreeBSD (net80211).
 
 .B hostapd
 is designed to be a "daemon" program that runs in the background and acts as the backend component controlling authentication.
index eaff3ddea10af3c8d426152ffe09918880a7ae0d..95d6af9e2e8d57f4a3ac536f571d6de1f734c14a 100644 (file)
@@ -2,10 +2,10 @@
 # Empty lines and lines starting with # are ignored
 
 # AP netdevice name (without 'ap' postfix, i.e., wlan0 uses wlan0ap for
-# management frames); ath0 for madwifi
+# management frames with the Host AP driver); wlan0 with many nl80211 drivers
 interface=wlan0
 
-# In case of madwifi, atheros, and nl80211 driver interfaces, an additional
+# In case of atheros and nl80211 driver interfaces, an additional
 # configuration parameter, bridge, may be used to notify hostapd if the
 # interface is included in a bridge. This parameter is not used with Host AP
 # driver. If the bridge parameter is not set, the drivers will automatically
@@ -18,7 +18,7 @@ interface=wlan0
 # interface is also created.
 #bridge=br0
 
-# Driver interface type (hostap/wired/madwifi/test/none/nl80211/bsd);
+# Driver interface type (hostap/wired/test/none/nl80211/bsd);
 # default: hostap). nl80211 is used with all Linux mac80211 drivers.
 # Use driver=none if building hostapd as a standalone RADIUS server that does
 # not control any wireless/wired driver.
@@ -221,7 +221,7 @@ fragm_threshold=2346
 # Station MAC address -based authentication
 # Please note that this kind of access control requires a driver that uses
 # hostapd to take care of management frame processing and as such, this can be
-# used with driver=hostap or driver=nl80211, but not with driver=madwifi.
+# used with driver=hostap or driver=nl80211, but not with driver=atheros.
 # 0 = accept unless in deny list
 # 1 = deny unless in accept list
 # 2 = use external RADIUS server (accept/deny lists are searched first)
index b84cccc95e75e2ca0941619c095e2ef8a757abb6..f948a3c1224b4cbb12998fbb228c7ce4f087d90f 100644 (file)
@@ -31,7 +31,6 @@ To do:
   in one page; how to build a PDF file with all the SGML included?
 - EAP-POTP/RSA SecurID profile (RFC 4793)
 - document wpa_gui build and consider adding it to 'make install'
-- test madwifi with pairwise=TKIP group=WEP104
 - consider merging hostapd and wpa_supplicant PMKSA cache implementations
 - consider redesigning pending EAP requests (identity/password/otp from
   ctrl_iface) by moving the retrying of the previous request into EAP