framework/connectivity/wpasupplicant.git
11 years agoMerge branch 'master' into tizen_2.1 tizen_2.1 2.2_release submit/tizen_2.1/20130514.055329 submit/tizen_2.2/20130714.154842
Kim Gibyoung [Fri, 10 May 2013 11:00:02 +0000 (20:00 +0900)]
Merge branch 'master' into tizen_2.1

Change-Id: I1f5e76ba7c1d8ada5714558146dcb302859441af

11 years agoSMACK applyed
Kim Gibyoung [Fri, 10 May 2013 09:15:19 +0000 (18:15 +0900)]
SMACK applyed

11 years agoEnable SoftAP with secured mode 2.1b_release accepted/tizen_2.1/20130425.035214 submit/tizen_2.1/20130424.231345
Kim Gibyoung [Tue, 23 Apr 2013 18:00:57 +0000 (03:00 +0900)]
Enable SoftAP with secured mode

Change-Id: I747ed86b477955d1cea55eb20ff4098953a659ee

11 years agoEnable hostapd with secured mode
Kim Gibyoung [Tue, 23 Apr 2013 16:35:44 +0000 (01:35 +0900)]
Enable hostapd with secured mode

Change-Id: I4caa8d46d7542799ddb4df23e11b265f827e58a8

11 years agoState clear when assoc_reject
sunil85.kim [Wed, 17 Apr 2013 13:49:53 +0000 (22:49 +0900)]
State clear when assoc_reject

11 years agoState clear when assoc_reject
sunil85.kim [Wed, 17 Apr 2013 13:38:16 +0000 (22:38 +0900)]
State clear when assoc_reject

11 years agosync
Jinkun Jang [Wed, 13 Mar 2013 00:33:02 +0000 (09:33 +0900)]
sync

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:47:35 +0000 (01:47 +0900)]
Tizen 2.1 base

11 years agoMerge remote-tracking branch 'origin/tizen_2.0'
Jaehyun Kim [Fri, 1 Feb 2013 11:58:42 +0000 (20:58 +0900)]
Merge remote-tracking branch 'origin/tizen_2.0'

11 years agoModify smack rule
Jaehyun Kim [Fri, 1 Feb 2013 11:43:30 +0000 (20:43 +0900)]
Modify smack rule

Change-Id: Ia830995edd7bfba76043601fe3c40d32f52e1b53

11 years agoMerge remote-tracking branch 'origin/master' into tizen_2.0
Jaehyun Kim [Fri, 1 Feb 2013 07:15:10 +0000 (16:15 +0900)]
Merge remote-tracking branch 'origin/master' into tizen_2.0

11 years agoRevise manifest file and add smack rules for init script
Jaehyun Kim [Fri, 1 Feb 2013 05:57:10 +0000 (14:57 +0900)]
Revise manifest file and add smack rules for init script

Change-Id: I5c9f5f75c33df6e812c4b88d3069bd11d24397d4

11 years agoMerge branch 'master' into tizen_2.0
Kim Gibyoung [Wed, 2 Jan 2013 09:03:00 +0000 (18:03 +0900)]
Merge branch 'master' into tizen_2.0

Change-Id: I30355fe61133a05459546bd50bac2ce18f806837

11 years agoRemove build breaker
Kim Gibyoung [Wed, 2 Jan 2013 08:57:39 +0000 (17:57 +0900)]
Remove build breaker

Change-Id: I24654852f6cefc0ef099ed0fe6ed621dea90caa5

11 years agoMerge branch 'master' into tizen_2.0
Kim Gibyoung [Wed, 2 Jan 2013 06:31:36 +0000 (15:31 +0900)]
Merge branch 'master' into tizen_2.0

Change-Id: Ic3538948d1097102ba6a58813a18047c60e22a33

11 years agoVersion Update with wpasupplicant 1.0 release
Kim Gibyoung [Fri, 28 Dec 2012 11:57:44 +0000 (20:57 +0900)]
Version Update with wpasupplicant 1.0 release

Change-Id: I91636b4a9aec1c8573e73c5b5848d855cc6f48d2

11 years agoApply an omitted patch
Jaehyun Kim [Mon, 17 Dec 2012 07:34:01 +0000 (16:34 +0900)]
Apply an omitted patch

- Fix BCM4334 first scan
- BCM4334 is not support MAX SCAN SSID

Change-Id: Ie31177932470243a2ff36a184fad1bfddf06c5c1

11 years ago[systemd] Another fix for broken hostapd build
Łukasz Stelmach [Tue, 4 Dec 2012 16:47:33 +0000 (17:47 +0100)]
[systemd] Another fix for broken hostapd build

./hostapd directory needs to be cleaned before running make
to build it.

Change-Id: I66c0b9ca5dc00ba0087e38f4d7e2da957c522762
Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
11 years agoFix build
Chengwei Yang [Thu, 15 Nov 2012 09:30:51 +0000 (17:30 +0800)]
Fix build

Change-Id: I458f4887f28ee5dd36ede9491e9ae513855e3940
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
11 years agoIntroduce hostapd files.
Łukasz Stelmach [Tue, 16 Oct 2012 10:46:45 +0000 (12:46 +0200)]
Introduce hostapd files.

Change-Id: I9c46972990fccaef6f2c94313022c286ca179e1d

11 years agoImport systemd support patches from RSA
Karol Lewandowski [Thu, 2 Aug 2012 09:57:41 +0000 (18:57 +0900)]
Import systemd support patches from RSA

 - move dbus files from /usr/etc to /etc

   dbus no longer looks for files in /usr/etc

Signed-off-by: Chris Leech <christopher.leech@linux.intel.com>
 - Install the upstream systemd service file

   Since wpa_supplicant is dbus-activated by connman under systemd, the
   service file needs to be installed.

   This commit installs the base systemd service file.  The other three
   service files should not be needed unless there are required
   driver-specific overrides not supported by connman.

Signed-off-by: Patrick McCarty <patrick.mccarty@linux.intel.com>
 - SYSTEMD: Use sysconfig file for different device options

   - Fixes bug TDIS-94
   - in the ks file, we need to set the right options for the device:

   and in the %post of the ks file, write the correct options for the specific device
   cat > /etc/sysconfig/wpa_supplicant <<EOF
   OPTIONS="-Woption"
   EOF

   [ Author: Anas Nashif <anas.nashif@intel.com> ]

 - systemd: fix service file activation issue

   wpa_supplicant.service uses an implicit "Type=simple", so the -B should
   be removed to make sure the daemon does not fork and successfully
   activates.

   Also, make sure this service starts *after* connman.service, as it did
   under sysvinit.

   [ Author: Patrick McCarty <patrick.mccarty@linux.intel.com> ]

Bastardized-by: Karol Lewandowski <k.lewandowsk@samsung.com>
Conflicts:

packaging/wpasupplicant.spec

Change-Id: I3ce06eecc0e506889e3ddba7276c2fddfb3a53c4

12 years agoupload tizen1.0 source
Kim Kibum [Sun, 29 Apr 2012 08:04:32 +0000 (17:04 +0900)]
upload tizen1.0 source

12 years agotizen beta release
Kibum Kim [Mon, 27 Feb 2012 12:16:46 +0000 (21:16 +0900)]
tizen beta release