adaptation/panda/wpa_supplicant.git
11 years agoBranch from profile/ivi/wpa_supplicant 1.0 branch for Panda 2.0alpha accepted/2.0alpha/20130426.224546 submit/2.0alpha/20130426.225654
Graydon, Tracy [Fri, 26 Apr 2013 22:56:38 +0000 (15:56 -0700)]
Branch from profile/ivi/wpa_supplicant 1.0 branch for Panda

11 years agoUpdate .changes
Graydon, Tracy [Mon, 2 Jul 2012 18:02:25 +0000 (11:02 -0700)]
Update .changes

11 years agoupdate service untis to be installed in /usr/lib vs /lib
Chris E Ferron [Mon, 2 Jul 2012 17:58:28 +0000 (10:58 -0700)]
update service untis to be installed in /usr/lib vs /lib

11 years agoUpdate to version 1.0 release to OBS
arron.wang [Fri, 8 Jun 2012 08:28:17 +0000 (16:28 +0800)]
Update to version 1.0 release to OBS

11 years agoRebase the patches and maintain through git
arron.wang [Fri, 8 Jun 2012 00:35:42 +0000 (08:35 +0800)]
Rebase the patches and maintain through git

11 years ago nl80211: Add a get_country hook
arron.wang [Fri, 8 Jun 2012 00:27:57 +0000 (08:27 +0800)]
 nl80211: Add a get_country hook

Get the current regulatory domain through nl80211.

11 years agoevents: Custom event for broadcom proprietary driver
arron.wang [Fri, 8 Jun 2012 00:23:38 +0000 (08:23 +0800)]
events: Custom event for broadcom proprietary driver

11 years agoeap_peer: create a libeap library, with header files and pkg-config [v2]
arron.wang [Fri, 8 Jun 2012 00:10:27 +0000 (08:10 +0800)]
eap_peer: create a libeap library, with header files and pkg-config [v2]

This adds infrastructe in src/eap_peer to make libeap.so and install
the needed header files and pkg-config files.

Now, this is quite dirty and probably not what we want in the long
term, but serves as an starting point:

 - we don't build from the wpa_supplicant directory because the
   objects the .so have to be built with -fPIC. So if you need to
   build both the binary and the library:

   make -C wpa_supplicant
   make -C src/eap_peer clean
   make -C src/eap_peer

   As I said, it's dirty -- we'd need either wpa_supplicant linking
   against the library properly (but that seems not to be desirable)
   or a multiple object build approach ala automake.

 - need to use 'override CFLAGS' in src/eap_peer/Makefile, otherwise
   any CFLAGS setting will kill the build infrastructure. I miss
   AM_CFLAGS.

 - adds 'eap_register_methods()' that will register every compiled in
   method.

11 years agoMerge with wpa_supplicant 1.0 stable release
arron.wang [Thu, 7 Jun 2012 23:52:41 +0000 (07:52 +0800)]
Merge with wpa_supplicant 1.0 stable release

11 years agoClean up spec file for packaging.
jdong7 [Wed, 30 May 2012 09:31:55 +0000 (17:31 +0800)]
Clean up spec file for packaging.

11 years agotake two at packaging
Graydon, Tracy [Sat, 19 May 2012 05:14:59 +0000 (22:14 -0700)]
take two at packaging

11 years agospec change
Graydon, Tracy [Sat, 19 May 2012 04:46:29 +0000 (21:46 -0700)]
spec change

11 years agofix spec
Graydon, Tracy [Sat, 19 May 2012 04:38:27 +0000 (21:38 -0700)]
fix spec

11 years agopackaging fixes
Graydon, Tracy [Sat, 19 May 2012 04:25:11 +0000 (21:25 -0700)]
packaging fixes

11 years agofix packaging
Graydon, Tracy [Sat, 19 May 2012 04:18:30 +0000 (21:18 -0700)]
fix packaging

11 years agoFix patches for OBS
Graydon, Tracy [Tue, 8 May 2012 03:17:19 +0000 (20:17 -0700)]
Fix patches for OBS

11 years agoMove patches
Graydon, Tracy [Sat, 5 May 2012 03:11:54 +0000 (20:11 -0700)]
Move patches

11 years agotest release infrastructure
Yang Lin [Fri, 4 May 2012 10:54:22 +0000 (18:54 +0800)]
test release infrastructure

11 years agoInitial Import
Prajwal Mohan [Fri, 27 Apr 2012 23:29:25 +0000 (16:29 -0700)]
Initial Import