Bug 81 - New package wpa_supplicant
Summary: New package wpa_supplicant
Status: RESOLVED FIXED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-02 17:38 UTC by Gustavo Zacarias
Modified: 2009-03-09 20:29 UTC (History)
2 users (show)

See Also:
Host: i686-linux
Target: arm-softfloat-linux-uclibcgnueabi
Build:


Attachments
New wpa_supplicant package take 1 (3.80 KB, patch)
2009-02-02 17:38 UTC, Gustavo Zacarias
Details
New wpa_supplicant package take 2 (4.19 KB, patch)
2009-02-04 12:29 UTC, Gustavo Zacarias
Details
New wpa_supplicant package take 3 (4.15 KB, patch)
2009-02-26 16:37 UTC, Gustavo Zacarias
Details
New wpa_supplicant package take 4 (3.79 KB, patch)
2009-03-05 16:06 UTC, Gustavo Zacarias
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Zacarias 2009-02-02 17:38:54 UTC
Created attachment 47 [details]
New wpa_supplicant package take 1

While working on my own stuff i found there was no wpa_supplicant package.
This patch adds the wpa_supplicant package (latest stable version - 0.5.11).
I'm calling it "take 1" since EAP is included by default, though making it an option would make for a messy config & mk file since there are lots of options in there. Also there's no possibility to enable/disable drivers, the default ones are enabled (wired, wext, hostap & atmel). Someone may be interested in enabling one of the others - i have no way of testing them.
Installing the different binaries is optional for wpa_cli and wpa_passphrase, obviously wpa_supplicant is always installed otherwise there would be no point in this ;-)
And the TLS implementation can be openssl (smaller binary but requires openssl, if it's already included it's a win) or internal (bigger binary, not so well tested, doesn't need openssl though so it may be a size win in some scenarios).
Tested with linux wext driver with a zd1211rw on arm.
Enjoy.
Comment 1 Peter Korsgaard 2009-02-02 21:39:38 UTC
Thanks, will look closer into it after the 2009.02 release.
Comment 2 Gustavo Zacarias 2009-02-04 12:29:10 UTC
Created attachment 51 [details]
New wpa_supplicant package take 2


Added the EAP enable/disable option to make things lighter when it's not wanted.
Also made some menu descriptions nicer.
Size for each variant:

314444 bytes for wpa_supplicant with EAP-internal
258396 bytes for wpa_supplicant with EAP-openssl
205040 bytes for wpa_supplicant without EAP
Comment 3 Gustavo Zacarias 2009-02-26 16:37:51 UTC
Created attachment 75 [details]
New wpa_supplicant package take 3

Take 3: honour CFLAGS and use version 0.6.8 (new stable upstream) instead of 0.5.11 (old stable).
Comment 4 Gustavo Zacarias 2009-03-05 16:06:46 UTC
Created attachment 111 [details]
New wpa_supplicant package take 4

Take 4: converted to Makefile.autotools.in
Not so different since wpa_supplicant isn't autotools-based, just cleaner.
Comment 5 Peter Korsgaard 2009-03-09 20:29:53 UTC
Thanks, committed as r25593.