mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-09 01:44:03 +01:00
9 lines
245 B
D
9 lines
245 B
D
# Space separated List of interfaces which needs to be started before
|
|
# hostapd
|
|
INTERFACES="wlan0"
|
|
|
|
# Space separated list of configuration files
|
|
CONFIGS="/etc/hostapd/hostapd.conf"
|
|
|
|
# Extra options to pass to hostapd, see hostapd(8)
|
|
OPTIONS=""
|