summaryrefslogtreecommitdiffstats
path: root/etc/rc.d/hostapd
Commit message (Collapse)AuthorAgeFilesLines
* Implement ifconfig_wlanX="HOSTAP".rpaulo2013-06-261-3/+10
| | | | | | | | | Not only this is a bit cleaner, it allows multiple instances of hostapd to be running on the system host, useful for simultaneous dual-band WiFi. This is similar to ifconfig_wlanX="WPA" but it uses /etc/hostapd-wlanX.conf. Compatibility with hostapd_enable=YES/NO was kept. Reviewed by: adrian
* Prepare for the removal of set_rcvar() by changing the rcvar=dougb2012-01-141-1/+1
| | | | | | | | | | | | | | | assignments to the literal values it would have returned. The concept of set_rcvar() was nice in theory, but the forks it creates are a drag on the startup process, which is especially noticeable on slower systems, such as embedded ones. During the discussion on freebsd-rc@ a preference was expressed for using ${name}_enable instead of the literal values. However the code portability concept doesn't really apply since there are so many other places where the literal name has to be searched for and replaced. Also, using the literal value is also a tiny bit faster than dereferencing the variables, and every little bit helps.
* As previously discussed, add the svn:executable property to all scriptsdougb2008-07-161-0/+0
|
* rc support for vapssam2008-04-201-0/+1
|
* Add reload functionality.brix2007-11-141-1/+3
| | | | | PR: conf/116659 Approved by: sam, erwin (mentor)
* - Add a startup script for hostapd.flz2006-02-031-0/+22
- Document associated variable in rc.conf(5). Approved by: dougb MFC after: 1 week
OpenPOWER on IntegriCloud