FS#39029 - [wpa_supplicant] fix path in service files and some config changes

Attached to Project: Arch Linux
Opened by Matthias Dienstbier (fs4000) - Monday, 24 February 2014, 15:04 GMT
Last edited by Thomas Bächler (brain0) - Tuesday, 25 February 2014, 22:19 GMT
Task Type Bug Report
Category Packages: Testing
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

All wpa_supplicant service files have ExecStart=/usr/sbin//wpa_supplicant... This is because of the PREFIX and usrmove hacks in the PKGBUILD. Use the original LIBDIR and BINDIR options instead. See attached PKGBUILD.patch.

I also propose some config changes (config.patch):

- Enable CONFIG_EAP_FAST since we have OpenSSL >= 1.0. (enabled in Fedora since 2010-12-08)

- Disable CONFIG_HT_OVERRIDES. This is probably a development and debug option. We don't have CONFIG_VHT_OVERRIDES either.

- Enable CONFIG_IEEE80211W (management frame protection). Probably an useful feature. http://en.wikipedia.org/wiki/IEEE_802.11w-2009

- Enable CONFIG_IEEE80211N and CONFIG_IEEE80211AC to support the newer standards in AP mode. (CONFIG_IEEE80211N already requested in  FS#31464  and enabled in Fedora since 2013-05-15)

- Enable CONFIG_TDLS (Tunneled Direct Link Setup). This allows wireless clients to directly communicate with each other instead of relaying everything through the AP. http://www.wi-fi.org/news-events/newsroom/wi-fi-alliance%C2%AE-now-certifying-tunneled-direct-link-setup

Fedora's config for reference: http://pkgs.fedoraproject.org/cgit/wpa_supplicant.git/tree/build-config
This task depends upon

Closed by  Thomas Bächler (brain0)
Tuesday, 25 February 2014, 22:19 GMT
Reason for closing:  Implemented
Additional comments about closing:  This is going to be uploaded with 2.1-3

Loading...