WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: wpa_supplicant  (Read 8687 times)

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
wpa_supplicant
« on: August 08, 2009, 12:55:18 PM »
Code: [Select]
Title:          wpa-supplicant.tcz
Description:    wpa_supplicant for tiny core (TESTING)
Version:        0.5.11
Author:         Jouni Malinen <j@w1.fi>
Original-site:  http://hostap.epitest.fi/wpa_supplicant
Copying-policy: GPLv2
Size: 152K
Extension_by:   dmoerner
Comments:       wpa supplicant tools for tiny core
                Requires openssl-0.9.8h.tczl
                ----------
                Example howto:
                To use this package, you will need to create a configuration file containing the network's information.  This example uses /etc/wpa_supplicant.conf
                $ sudo wpa_supplicant -Bdd -D wext -i wlan0 -c /etc/wpa_supplicant.conf
                $ sudo udhcpc -b -i wlan0
Changelog:      2008/12/01 Initial packaging
Current:        2009/08/08 Fixed corrupted .tcz (^thehatsrule^)
« Last Edit: December 26, 2009, 09:46:47 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: wpa_supplicant
« Reply #1 on: December 24, 2009, 03:47:48 AM »
I'm having problems connecting to an orange livebox using WPA2-PSK (AES) and I wonder if a more recent version of wpa_supplicant is required.

Would it be possible to update this extension to the latest stable - wpa_supplicant-0.6.9 - or upload the .config used to build this version?
« Last Edit: December 26, 2009, 09:48:03 AM by Juanito »

Offline ^thehatsrule^

  • Administrator
  • Hero Member
  • *****
  • Posts: 1726
Re: wpa_supplicant
« Reply #2 on: December 24, 2009, 03:46:52 PM »
It looks like the extension maker used upstream defconfig (see tce/src/wpa_supplicant/compile-wpasupplicant)
« Last Edit: December 26, 2009, 09:48:19 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: wpa_supplicant
« Reply #3 on: December 25, 2009, 02:15:58 AM »
thanks - I was looking in /2.x/tcz/src...
« Last Edit: December 26, 2009, 09:48:35 AM by Juanito »

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: wpa_supplicant
« Reply #4 on: December 26, 2009, 09:43:15 AM »
wpa-supplicant renamed to wpa_supplicant and updated:
Code: [Select]
Title:          wpa_supplicant.tcz
Description:    wpa_supplicant for tiny core (TESTING)
Version:        0.6.9
Author:         Jouni Malinen <j@w1.fi>
Original-site:  http://hostap.epitest.fi/wpa_supplicant
Copying-policy: GPLv2
Size: 152K
Extension_by:   dmoerner
Comments:       wpa supplicant tools for tiny core
                Requires the openssl-0.9.8h, wireless-2.6.29.1-tinycore, wireless_tools extensions..
                ..and the driver for your wireless hardware
                ----------
                Example howto:
                To use this package, you will need to create a configuration file containing the network's information.  This example uses /etc/wpa_supplicant.conf
                $ sudo wpa_supplicant -Bdd -D wext -i wlan0 -c /etc/wpa_supplicant.conf
                $ sudo udhcpc -b -i wlan0
Changelog:      2008/12/01 Initial packaging
                2009/08/08 Fixed corrupted .tcz (^thehatsrule^)
                (juanito) updated 0.5.11 -> 0.6.9
                added start-up script to create /var/run/wpa_supplicant
Current:        2009/12/26
« Last Edit: December 26, 2009, 09:48:52 AM by Juanito »

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: wpa_supplicant
« Reply #5 on: July 04, 2010, 07:45:54 AM »
can we have dbus enabled wpa_supplicant please for tc 3.x ? else i have to create a separate extension wpa-supplicant-dbus

reason:
http://linuxwireless.org/en/users/Documentation/NetworkManager

edit: never mind i am still looking into NetworkManager tiny core port, if any success i will share
« Last Edit: July 04, 2010, 12:33:57 PM by Arslan S. »

Offline maro

  • Hero Member
  • *****
  • Posts: 1228
Re: wpa_supplicant
« Reply #6 on: July 04, 2010, 04:48:07 PM »
Hmm, on the risk of speaking a bit "out of my depth" but I'd like to suggest to keep a "frugal" version of wpa_supplicant (and if required create another extension for any "richer" clients).

I'm a bit a stickler for minimal extensions and I'm quite happy that it just needs a small set of extensions, a tiny config file and two commands to get my Wi-Fi to work. Anything more is just some "fluffy sugar-coating" to me. Albeit I have to admit that I've used 'wicd' once or twice to understand a bit better how things are working together. In the interest of "Tiny" (and "Micro") in Core I'd like to plead to keep on supporting minimal options.

Offline Arslan S.

  • Hero Member
  • *****
  • Posts: 825
Re: wpa_supplicant
« Reply #7 on: July 05, 2010, 12:52:08 AM »
ok then i will submit wpa_supplicant-dbus in a few days