|
@@ -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)
|