diff options
| author | David Chisnall <theraven@FreeBSD.org> | 2012-04-27 15:35:09 +0000 |
|---|---|---|
| committer | David Chisnall <theraven@FreeBSD.org> | 2012-04-27 15:35:09 +0000 |
| commit | 57c4d565e2f6cb2dbecb997cc3dd491503f96335 (patch) | |
| tree | 1a812571708ee9b9f1761af4bc87f5730d85f60a | |
| parent | 9a2e24aa4bed30a0dcbfe9e91b0d40de2504d87d (diff) | |
Notes
| -rw-r--r-- | usr.sbin/wpa/hostapd/hostapd.conf.5 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/wpa/hostapd/hostapd.conf.5 b/usr.sbin/wpa/hostapd/hostapd.conf.5 index a4608016a8e8..3316627a84f6 100644 --- a/usr.sbin/wpa/hostapd/hostapd.conf.5 +++ b/usr.sbin/wpa/hostapd/hostapd.conf.5 @@ -67,7 +67,8 @@ The following parameters are recognized: Interface name. Should be set in .Dq hostap -mode. +mode. Make certain that there are no spaces after the interface name, +or hostapd will complain that the interface does not exist. .It Va debug Debugging mode: 0 = no, 1 = minimal, 2 = verbose, 3 = msg dumps, 4 = excessive. |
