- 13 May, 2021 1 commit
-
-
Jouke Witteveen authored
Hooks and interface scripts are now sourced more systematically. Settings of wireless profiles that depend on hooks are now picked up correctly by netctl-auto. Suggested by: Vitor Sakaguti <vis@tutao.de>
-
- 07 Feb, 2019 1 commit
-
-
Jouke Witteveen authored
The same functionality is provided by wpa_supplicant, so we do not need an extra and Arch Linux specific dependency.
-
- 29 Jul, 2018 1 commit
-
-
Jouke Witteveen authored
This also allows hooks to alter the profile to be loaded.
-
- 08 Oct, 2017 1 commit
-
-
Jouke Witteveen authored
This covers some corner cases where, for instance, IFS does not contain whitespace characters.
-
- 14 Mar, 2017 2 commits
-
-
Jouke Witteveen authored
-
Jouke Witteveen authored
-
- 25 Jan, 2017 1 commit
-
-
Jouke Witteveen authored
Turn "-L" into a default value of DhcpcdOption=, making it possible to forego the parameter by setting the variable to an empty string. DhcpcdOptions= is currently not documented. The last documentation read: "Do not use this unless you know what you are doing." When using this variable, "-L" now has to be added if its functionality is desired.
-
- 28 Sep, 2016 1 commit
-
-
Jouke Witteveen authored
-
- 24 Jul, 2013 1 commit
-
-
Jouke Witteveen authored
The hooks (including any interface hook) are loaded each time a wpa event occurs. This means the auto.action script can be extended in the hooks. For this purpose, several exported variables (mainly $ACTION) can be checked for their value. The name of the active profile is not exported, but still available (just as in ordinary netctl usage) through the $Profile variable. Profiles ending in .action are disallowed (reserved for possible future use). Both ifplugd and wpa_actiond have a notion of 'action script'.
-
- 10 Apr, 2013 1 commit
-
-
Jouke Witteveen authored
Split them into different variables for different clients. Also, IP6 gets its own, so that it can have options different from the IP4 invocation.
-
- 19 Mar, 2013 1 commit
-
-
Jouke Witteveen authored
wpa_supplicant would not immediately terminate with an attached ctrl monitor.
-
- 03 Jan, 2013 1 commit
-
-
Jouke Witteveen authored
This settles a style for 'case' statements: The label and closing colons are indented with two spaces, The body is indented with two more, totalling four spaces.
-
- 30 Dec, 2012 1 commit
-
-
Jouke Witteveen authored
- The services now bind to their interfaces correctly. - Documentation of ExcludeAuto is added.
-
- 29 Dec, 2012 1 commit
-
-
Jouke Witteveen authored
-
- 28 Dec, 2012 2 commits
-
-
Jouke Witteveen authored
This commit contains the refactoring and rewriting of code.
-
Jouke Witteveen authored
This commit contains the moving of files.
-
- 03 Apr, 2012 1 commit
-
-
Jouke Witteveen authored
- Use "-K" to prevent unnecessary remove/re-acquire a lease. - Respect /etc/network.d/interfaces/$interface and the dhcp options set there when connecting without a matching profile. Also use the same options used in $CONN_DIR/ethernet. Fixes by Thomas Bächler
-
- 20 Aug, 2011 1 commit
-
-
Rémy Oudompheng authored
Signed-off-by:
Rémy Oudompheng <remy@archlinux.org>
-
- 29 Sep, 2009 1 commit
-
-
Thomas Bächler authored
wpa_actiond-action: Properly quote arguments of the script, they might contain spaces (especially $profile)
-
- 27 Sep, 2009 1 commit
-
-
James Rayner authored
-
- 25 Sep, 2009 1 commit
-
-
James Rayner authored
This is implemented almost entirely as suggested by Thomas, and it depends on autowifi which is his work. autowifi-netcfg provides proper roaming and automatic wireless though wpa_supplicant. To run, use autowifi-netcfg $interface
-