diff options
author | sam <sam@FreeBSD.org> | 2008-04-20 20:37:21 +0000 |
---|---|---|
committer | sam <sam@FreeBSD.org> | 2008-04-20 20:37:21 +0000 |
commit | f481193ee59aca9435a3482d984bfb08608df56a (patch) | |
tree | f7b8568250777904a49cfd2118ba88164d8c111c /etc/rc.d/hostapd | |
parent | d7668145d4f9b614366d70f9a87179256cedfd8b (diff) | |
download | FreeBSD-src-f481193ee59aca9435a3482d984bfb08608df56a.zip FreeBSD-src-f481193ee59aca9435a3482d984bfb08608df56a.tar.gz |
rc support for vaps
Diffstat (limited to 'etc/rc.d/hostapd')
-rw-r--r-- | etc/rc.d/hostapd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.d/hostapd b/etc/rc.d/hostapd index 0dc3971..5f8203e 100644 --- a/etc/rc.d/hostapd +++ b/etc/rc.d/hostapd @@ -18,6 +18,7 @@ pidfile="/var/run/${name}.pid" command_args="-P ${pidfile} -B ${conf_file}" required_files="${conf_file}" +required_modules="wlan_xauth wlan_wep wlan_tkip wlan_ccmp" extra_commands="reload" load_rc_config ${name} |