From 57c4d565e2f6cb2dbecb997cc3dd491503f96335 Mon Sep 17 00:00:00 2001 From: David Chisnall Date: Fri, 27 Apr 2012 15:35:09 +0000 Subject: [PATCH] Add a note to hostapd.conf about an unhelpful error message in the hope that it won't confuse anyone else in the future. MFC after: 1 week --- usr.sbin/wpa/hostapd/hostapd.conf.5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr.sbin/wpa/hostapd/hostapd.conf.5 b/usr.sbin/wpa/hostapd/hostapd.conf.5 index a4608016a8e..3316627a84f 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.