aboutsummaryrefslogtreecommitdiffstats
path: root/testing/wpa_actiond
Commit message (Collapse)AuthorAgeFilesLines
* testing/wpa_actiond: fix package installationLeonardo Arena2017-06-231-5/+5
|
* testing/wpa_actiond: new aportMarian Buschsieweke2017-06-234-0/+168
Daemon that connects to wpa_supplicant and handles connect and disconnect events https://git.archlinux.org/wpa_actiond.git Use case: A plain and simple way to automatically configure wireless networks depending on SSID by invoking user supplied scripts. I provided a patch to convert the nested function into a regular one, so that GCC won't generate a trampoline. In addition, OpenRC integration was added.