├── README.md ├── conf ├── dnsmasq.conf └── hostapd.conf ├── setup.sh ├── systemd ├── wlanwd-ap.service ├── wlanwd.service └── wlanwd.timer └── wlanwd /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/README.md -------------------------------------------------------------------------------- /conf/dnsmasq.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/conf/dnsmasq.conf -------------------------------------------------------------------------------- /conf/hostapd.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/conf/hostapd.conf -------------------------------------------------------------------------------- /setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/setup.sh -------------------------------------------------------------------------------- /systemd/wlanwd-ap.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/systemd/wlanwd-ap.service -------------------------------------------------------------------------------- /systemd/wlanwd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/systemd/wlanwd.service -------------------------------------------------------------------------------- /systemd/wlanwd.timer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/systemd/wlanwd.timer -------------------------------------------------------------------------------- /wlanwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahepp/wlanwd/HEAD/wlanwd --------------------------------------------------------------------------------