Commit Graph

11 Commits

Author SHA1 Message Date
c79887e549 wpa_supplicant: new rc script wpa_supplicant, rc script wlan reworked 2020-07-19 09:22:49 +00:00
1282502c98 wpa_supplicant: respect changed sysconfdir of dbus, /etc instead of /usr/etc 2019-03-12 09:00:01 +01:00
b6bbb31eb9 wpa_supplicant: move man-pages to /usr/share 2016-10-29 12:23:09 +02:00
c2df40d7ce wpa_supplicant: add dbus support (FS#957) 2015-10-23 19:31:33 +02:00
8fab25309d wpa_supplicant: add script to start wpa_supplicant together with dhcpcd (FS#1209) 2015-09-21 11:58:17 +02:00
faae14daa1 Revert "wpa_supplicant: dbus support, FS#957"
This reverts commit b181f5d38f.

Currently we try to avoid linking against dbus whenever possible,
at least for opt-ports, e.g. cups or firefox. It's inconsistent
to break this rule for a single port like wpa_supplicant. Because
wpa_supplicant is part of our ISO, we would have to include dbus
as well, if we add dbus support to it.

We might reconsider in the future, if we come to the conclusion
that having dbus support all over is a good thing for CRUX.
2013-11-15 14:28:13 +01:00
b181f5d38f wpa_supplicant: dbus support, FS#957 2013-10-06 11:50:23 +02:00
9dd6246e6f [notify] wpa_supplicant: default configuration file is /etc/wpa_supplicant.conf
NOTE:
-----
As of version 6.0 dhcpcd includes a hook, 10-wpa_supplicant, that starts
wpa_supplicant for wireless interfaces. The hook expects that the default
configuration file of wpa_supplicant is /etc/wpa_supplicant.conf.

Unfortunately our port is using /etc/wpa.conf as the default. I've
changed that with the current commit to /etc/wpa_supplicant. To keep
your current configuration a symlink to wpa.conf is installed as well
for now, but might be removed in future versions of the port.

It's possible to define the configuration name with a
  wpa_supplicant_conf=/etc/wpa.conf
in
  /etc/dhcpcd/dhcpcd.enter-hook
but using the default name is preferable.

Sorry for the inconvenience.
2013-07-10 13:03:01 +02:00
0bfb20cb3a [notify] wpa_supplicant: added support for nl80211 configuration interface, new dependency libnl
See http://linuxwireless.org/ for documentation
2012-01-23 18:47:06 +01:00
92e4988b2e wpa_supplicant: added man-pages 2007-11-22 16:20:01 +01:00
Juergen Daubert
20643427e7 wpa_supplicant: initial release 2006-04-17 12:56:12 +00:00