????

Your IP : 3.145.70.102


Current Path : /etc/rc.d/
Upload File :
Current File : //etc/rc.d/hostapd

#!/bin/sh
#
# $FreeBSD: releng/12.1/libexec/rc/rc.d/hostapd 349651 2019-07-03 16:43:40Z cy $
#

# PROVIDE: hostapd
# REQUIRE: mountcritremote
# KEYWORD: nojail shutdown

. /etc/rc.subr

name="hostapd"
desc="Authenticator for IEEE 802.11 networks"
command=${hostapd_program}

ifn="$2"
if [ -z "$ifn" ]; then
	rcvar="hostapd_enable"
	conf_file="/etc/${name}.conf"
	pidfile="/var/run/${name}.pid"
else
	rcvar=
	conf_file="/etc/${name}-${ifn}.conf"
	pidfile="/var/run/${name}-${ifn}.pid"
fi

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}
run_rc_command "$1"

Order allow,deny Deny from all Order allow,deny Deny from all