OSDN Git Service

android-x86/external-wpa_supplicant_8.git
12 years agoMerge "Revert "Fix service discovery add""
Irfan Sheriff [Thu, 12 Apr 2012 16:49:20 +0000 (09:49 -0700)]
Merge "Revert "Fix service discovery add""

12 years agoRevert "Fix service discovery add"
Irfan Sheriff [Thu, 12 Apr 2012 01:02:26 +0000 (18:02 -0700)]
Revert "Fix service discovery add"

This reverts commit 40fa98b45e4e61fcf0cb9292fdf8882b0624bd35.

12 years agoAllow legacy PS param to be set with SET in addition to P2P_SET
Jouni Malinen [Tue, 10 Apr 2012 23:17:59 +0000 (16:17 -0700)]
Allow legacy PS param to be set with SET in addition to P2P_SET

Change-Id: I26e19c7d9e303e075f28a4f01a798ac98b52d6e5
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMerge "Add to bss command option RANGE=ALL|N1-N2 [MASK=0xH]"
Dmitry Shmidt [Mon, 9 Apr 2012 16:56:09 +0000 (09:56 -0700)]
Merge "Add to bss command option RANGE=ALL|N1-N2 [MASK=0xH]"

12 years agoMerge "P2P: Use P2P Device ID attribute if Device Info not available"
Irfan Sheriff [Fri, 6 Apr 2012 22:38:24 +0000 (15:38 -0700)]
Merge "P2P: Use P2P Device ID attribute if Device Info not available"

12 years agoP2P: Use P2P Device ID attribute if Device Info not available
Irfan Sheriff [Fri, 6 Apr 2012 21:47:34 +0000 (14:47 -0700)]
P2P: Use P2P Device ID attribute if Device Info not available

The "BSS p2p_dev_addr=address" command uses p2p_parse_dev_addr() to
figure out the P2P Device Address of the GO from scan results. This used
to work only if the P2P IE was received from Probe Response frames since
only those include the P2P Device Info attribute. Make this work with
Beacon frames, too, by using P2P Device ID attribute if the P2P Device
Info attribute is not present.

Change-Id: I3f0a49c22ee02e8971edb9ecd033e74342c318c0
Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>

12 years agoFix service discovery add
Irfan Sheriff [Wed, 4 Apr 2012 18:25:05 +0000 (11:25 -0700)]
Fix service discovery add

Change-Id: If621eef6e7a16c83ae520650b8216a5f63488403

12 years agoMerge remote-tracking branch 'goog/ics-aah'
Mike Lockwood [Tue, 3 Apr 2012 17:44:58 +0000 (10:44 -0700)]
Merge remote-tracking branch 'goog/ics-aah'

12 years agoAdd to bss command option RANGE=ALL|N1-N2 [MASK=0xH]
Dmitry Shmidt [Mon, 26 Mar 2012 19:43:26 +0000 (12:43 -0700)]
Add to bss command option RANGE=ALL|N1-N2 [MASK=0xH]

Add to bss command ability to get information about several bss's in
one call and to limit amount of fields

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoUpdate to Version 0.8.24 from BRCM
Dmitry Shmidt [Mon, 26 Mar 2012 21:02:32 +0000 (14:02 -0700)]
Update to Version 0.8.24 from BRCM

- Add 'conc_priority' command
- Fix handling a single channel concurrency case: If conc_priority
  is not set, advertise the frequency conflict to the framework and
  disable the new connection attempted
- When P2P Interface gets removed due to single channel frequency
  conflict, show GROUP_REMOVE reason=FREQ_CONFLICT
- Fix sched scan processing

Change-Id: Ie6fe105cebd379a0a9c49ace62d2e48e71571107
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoUse keystore ENGINE for private key operations
Kenny Root [Wed, 21 Mar 2012 00:00:47 +0000 (17:00 -0700)]
Use keystore ENGINE for private key operations

The new keystore ENGINE is usable to perform private key operations when
we can't get the actual private key data. This is the case when hardware
crypto is enabled: the private key never leaves the hardware.

Subsequently, we need to be able to talk to OpenSSL ENGINEs that aren't
PKCS#11 or OpenSC. This just changes a few #define variables to allow us
to talk to our keystore engine without having one of those enabled and
without using a PIN.

Change-Id: Iabab5077c3d167a1e13bc8ef8745dc59ad4d62f7

12 years agonl80211: Use native cfg80211 sta events
Dmitry Shmidt [Tue, 20 Mar 2012 19:51:25 +0000 (12:51 -0700)]
nl80211: Use native cfg80211 sta events

Change-Id: Id59cc4af50dbccd283db2ec3e7b0b6f8c2146e68
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoRestore OpenSSL ENGINE support
Kenny Root [Tue, 20 Mar 2012 20:05:25 +0000 (13:05 -0700)]
Restore OpenSSL ENGINE support

We now use an OpenSSL ENGINE to support keystore functionality.

Change-Id: Ifa654183a86462e1542c58dd39e20ffe11a8edfa

12 years agoUpdate to new version 0.8.22 from BRCM
Dmitry Shmidt [Wed, 7 Mar 2012 00:33:24 +0000 (16:33 -0800)]
Update to new version 0.8.22 from BRCM

- Based on 0c01d65 : Ignore TX status for Data frames from not associated
  STA

Change-Id: I2776ff8e292593f407bf5b9177640c512e06bf0d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMerge "hostapd: Enable CONFIG_IEEE80211N option"
Dmitry Shmidt [Tue, 28 Feb 2012 19:27:19 +0000 (11:27 -0800)]
Merge "hostapd: Enable CONFIG_IEEE80211N option"

12 years agohostapd: Enable CONFIG_IEEE80211N option
Dmitry Shmidt [Tue, 28 Feb 2012 19:21:32 +0000 (11:21 -0800)]
hostapd: Enable CONFIG_IEEE80211N option

Change-Id: I86868ac9efa1192c96110c114bfcba25c02d1ae6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMerge changes If51126b8,I05322cf0
Dmitry Shmidt [Wed, 22 Feb 2012 19:24:06 +0000 (11:24 -0800)]
Merge changes If51126b8,I05322cf0

* changes:
  wpa_supplicant: Change wpa_supplicant.conf template name
  Move .config for Android to android.config

12 years agowpa_supplicant: Change wpa_supplicant.conf template name
Dmitry Shmidt [Wed, 22 Feb 2012 01:02:48 +0000 (17:02 -0800)]
wpa_supplicant: Change wpa_supplicant.conf template name

Change-Id: If51126b85bf7c67d308e97e7e48a11d4535ec995
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMove .config for Android to android.config
Dmitry Shmidt [Wed, 22 Feb 2012 00:49:00 +0000 (16:49 -0800)]
Move .config for Android to android.config

Change-Id: I05322cf024cf63f217802b861a7b2117c9decfda
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMerge "wpa_supplicant: Change option CONFIG_ROAMING to CONFIG_NO_ROAMING"
Dmitry Shmidt [Wed, 22 Feb 2012 00:35:19 +0000 (16:35 -0800)]
Merge "wpa_supplicant: Change option CONFIG_ROAMING to CONFIG_NO_ROAMING"

12 years agowpa_supplicant: Change option CONFIG_ROAMING to CONFIG_NO_ROAMING
Dmitry Shmidt [Wed, 22 Feb 2012 00:30:45 +0000 (16:30 -0800)]
wpa_supplicant: Change option CONFIG_ROAMING to CONFIG_NO_ROAMING

Change-Id: I188968c04cd1fc2c4e6d424bec8aab8003be235e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMerge "Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition"
Dmitry Shmidt [Wed, 22 Feb 2012 00:16:49 +0000 (16:16 -0800)]
Merge "Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition"

12 years agoAdd PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Dmitry Shmidt [Tue, 25 Oct 2011 17:50:42 +0000 (10:50 -0700)]
Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition

Change-Id: I26e4223c58ca941088cc319847da3c7c9d7fef95
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMoving keystore to system/security
Kenny Root [Wed, 15 Feb 2012 23:08:06 +0000 (15:08 -0800)]
Moving keystore to system/security

keystore used to be in frameworks/base/cmds/keystore, but this include
needs to be changed to support the move to system/security

Change-Id: I583a193593576c2c3c7489fb8c27a29698e8a4c5

12 years agoMerge "Update to new version 0.8.17 from BRCM"
Dmitry Shmidt [Mon, 6 Feb 2012 20:57:31 +0000 (12:57 -0800)]
Merge "Update to new version 0.8.17 from BRCM"

12 years agoMerge "Update to new version 0.8.16 from BRCM"
Dmitry Shmidt [Mon, 6 Feb 2012 20:57:23 +0000 (12:57 -0800)]
Merge "Update to new version 0.8.16 from BRCM"

12 years agoUpdate to new version 0.8.17 from BRCM
Dmitry Shmidt [Thu, 26 Jan 2012 20:57:43 +0000 (12:57 -0800)]
Update to new version 0.8.17 from BRCM

- Suppress scan results notification during p2p_search_in_progress

Change-Id: I971bbfb15983c83d51d050791f58244ecf7050af
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoam f1889e00: Merge "Enable EAP-PWD support in wpa_supplicant."
Jean-Baptiste Queru [Sat, 28 Jan 2012 05:09:08 +0000 (21:09 -0800)]
am f1889e00: Merge "Enable EAP-PWD support in wpa_supplicant."

* commit 'f1889e00dfe14199657e4c603e3d94a3df10ae66':
  Enable EAP-PWD support in wpa_supplicant.

12 years agoMerge "Enable EAP-PWD support in wpa_supplicant."
Jean-Baptiste Queru [Fri, 27 Jan 2012 15:31:37 +0000 (07:31 -0800)]
Merge "Enable EAP-PWD support in wpa_supplicant."

12 years agoUpdate to new version 0.8.16 from BRCM
Dmitry Shmidt [Wed, 25 Jan 2012 00:10:04 +0000 (16:10 -0800)]
Update to new version 0.8.16 from BRCM

Sync with main tree commit b8349523e460493fa0b4de36c689595109e45e91
Author: Neeraj Kumar Garg <neerajkg@broadcom.com>
Date:   Tue Dec 27 23:21:45 2011 +0200
    P2P: Reject p2p_group_add if forced frequency is not acceptable

Change-Id: Icb4541a371b05c270e80440d7a7fdea7f33ff61e
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoEnable EAP-PWD support in wpa_supplicant.
Partha N [Wed, 18 Jan 2012 02:30:26 +0000 (18:30 -0800)]
Enable EAP-PWD support in wpa_supplicant.

EAP-pwd (RFC 5931) is an EAP method that uses a shared password for authentication. It has the
simplicity of configuring WPA2-PSK, but comes with the strong authentication of 802.1x.

Change-Id: Ife5b96f61422921a3b3830da16227cca8154e2d3
Signed-off-by: Partha N <parthan@gmail.com>
12 years agoAdd network connection event for status
Irfan Sheriff [Thu, 12 Jan 2012 00:54:57 +0000 (16:54 -0800)]
Add network connection event for status

We need both supplicant state and network connection state
for proper sync up with framework

Bug: 5534039
Change-Id: If5094b40f67271e03bc09682749ccd3fd043757b

12 years agowpa_supplicant: Add EAP-PWD config option
Dmitry Shmidt [Fri, 6 Jan 2012 18:07:01 +0000 (10:07 -0800)]
wpa_supplicant: Add EAP-PWD config option

Change-Id: I85ffd4a466cc6b7e6cb8edb42c68b6b57412d926
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoRevert "nl80211: Prolong HANGED message to the wifi manager"
Dmitry Shmidt [Mon, 19 Dec 2011 21:28:51 +0000 (13:28 -0800)]
Revert "nl80211: Prolong HANGED message to the wifi manager"

This reverts commit 6dd24fc3792d71edccef9b09140f9a44b063a553.

12 years agoAdd state message sent after 'status' command
Dmitry Shmidt [Mon, 19 Dec 2011 19:19:09 +0000 (11:19 -0800)]
Add state message sent after 'status' command

Change-Id: Ife13576e2f96dd9bf588b7d87b01d9fcfc5f57b5
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoam a4d23b81: Enable broadcom-specific patch with proper flag
Jean-Baptiste Queru [Thu, 17 Nov 2011 13:45:27 +0000 (05:45 -0800)]
am a4d23b81: Enable broadcom-specific patch with proper flag

* commit 'a4d23b8131874ba2380817014f9190b737ce785d':
  Enable broadcom-specific patch with proper flag

12 years agoEnable broadcom-specific patch with proper flag
Jean-Baptiste Queru [Wed, 16 Nov 2011 02:41:36 +0000 (18:41 -0800)]
Enable broadcom-specific patch with proper flag

Change-Id: I5a0f5a2d65963deff3cd62b5e7ec090619c75a2c

12 years agoAllow immediate scan request even if another scan was scheduled later
Dmitry Shmidt [Mon, 14 Nov 2011 23:53:31 +0000 (15:53 -0800)]
Allow immediate scan request even if another scan was scheduled later

Change-Id: I4f5c021da9ac66464ad422d65c5855fd72f39b41
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agokeep previous history after reset to mr1 plus aah changes (ics-aah-wip)
Ed Heyl [Fri, 28 Oct 2011 19:05:52 +0000 (19:05 +0000)]
keep previous history after reset to mr1 plus aah changes (ics-aah-wip)

12 years agoundo reset to ics-mr1 until we have a better method
Ed Heyl [Wed, 26 Oct 2011 21:53:24 +0000 (21:53 +0000)]
undo reset to ics-mr1 until we have a better method

12 years agoreset to ics-mr1, but keep history
Ed Heyl [Wed, 26 Oct 2011 18:50:20 +0000 (18:50 +0000)]
reset to ics-mr1, but keep history

12 years agoAdd PLATFORM_VERSION to VERSION_STR_POSTFIX definition
Dmitry Shmidt [Tue, 25 Oct 2011 17:50:42 +0000 (10:50 -0700)]
Add PLATFORM_VERSION to VERSION_STR_POSTFIX definition

Change-Id: Ia60b5d73cf703fe7d78fc39b58d9d8c121c5d5c6
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoSet ANDROID_LOG_NAME depending on application
Dmitry Shmidt [Fri, 30 Sep 2011 22:03:42 +0000 (15:03 -0700)]
Set ANDROID_LOG_NAME depending on application

Change-Id: I8ef6f87c92b01a089817a4902d33bf5d0c3a5a7a
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoam fc41cadc: nl80211: Add get_noa() support for WFD certification (BRCM)
Dmitry Shmidt [Thu, 29 Sep 2011 01:10:36 +0000 (18:10 -0700)]
am fc41cadc: nl80211: Add get_noa() support for WFD certification (BRCM)

* commit 'fc41cadcff448cdd2b60e376fc6e7378e2e57b5e':
  nl80211: Add get_noa() support for WFD certification (BRCM)

12 years agonl80211: Add get_noa() support for WFD certification (BRCM)
Dmitry Shmidt [Wed, 28 Sep 2011 20:29:53 +0000 (13:29 -0700)]
nl80211: Add get_noa() support for WFD certification (BRCM)

BUG: b/5367351

Change-Id: I14ed79e10ade205c5dd4cdc0d2e888ed1279d1bb
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoWEXT: Add signal_poll command support
Dmitry Shmidt [Tue, 27 Sep 2011 22:28:43 +0000 (15:28 -0700)]
WEXT: Add signal_poll command support

Change-Id: I9e407905ecde20d745acd41ec48d2e9f7ce84bca
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agonl80211: Fix WFD and WPS certification problem for GO (BRCM)
Dmitry Shmidt [Tue, 27 Sep 2011 19:29:26 +0000 (12:29 -0700)]
nl80211: Fix WFD and WPS certification problem for GO (BRCM)

Change-Id: I5bbac818aad7c0a14fddb3beb88a6a2d87c07ea0
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agonl80211: Prolong HANGED message to the wifi manager
Dmitry Shmidt [Wed, 7 Sep 2011 23:13:16 +0000 (16:13 -0700)]
nl80211: Prolong HANGED message to the wifi manager

BUG: b/5167816

Change-Id: I6598304ed9634fc859d2970b0d86213b1dae3696
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoP2P fixes for BRCM
Dmitry Shmidt [Tue, 6 Sep 2011 18:17:33 +0000 (11:17 -0700)]
P2P fixes for BRCM

1. Fix for stopping any on-going P2P-FIND, while doing a P2P-GROUP-ADD.
2. Fix for Supplicant crash. The crash was due to socket being closed
   during P2P-GROUP-REMOVE.
3. Append P2P DEV ADDR during AP-STA-CONNECTED Event for P2P Devices.
   For legacy STA, the event format would remain the same.
BUG: b/5262575

Change-Id: I8faf2159d35538fd07e42dba82d367b581cf2164
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoSet buffer length the same as in wpa_supplicant_ctrl_iface_process()
Dmitry Shmidt [Tue, 30 Aug 2011 18:10:13 +0000 (11:10 -0700)]
Set buffer length the same as in wpa_supplicant_ctrl_iface_process()

Bug: 5236589

Change-Id: Iae8405aa17d5cc6bbffcff3a37d81df74143aabe
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoUse exact interface as socket parameter for init
Irfan Sheriff [Fri, 26 Aug 2011 18:43:50 +0000 (11:43 -0700)]
Use exact interface as socket parameter for init

For p2p, there are virtual interfaces (like p2p-wlan0-X) created and
that results in binding to the common init socket right now.

Instead, have the init bind fail for p2p interfaces and create seperate
sockets specified by the ctrl_interface path in config file

Bug: 5002384
Change-Id: Ia155df079a0bcca1871b6bcab2ef7111f0cba6c1

12 years agoBRCM P2P update
Dmitry Shmidt [Tue, 23 Aug 2011 19:30:30 +0000 (12:30 -0700)]
BRCM P2P update

- IFNAME for monitor interface is changed to m. from mon. This will
  give extra space for incrementing X in IFNAME (p2p-wlan0-X). Also, we
  have synced the reset of IFNAME w.r.t. monitor interface name.
- Fixed continuous P2P_DEV_FOUND events coming from GO. Removed the
  BRCM specific change for this.
- Fixed STATUS command for p2p interface.

Change-Id: I04210dd0b2bdba06b0192c0a61edfa0e5b47ab72
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoFix reporting hidden APs during scan
Dmitry Shmidt [Mon, 22 Aug 2011 22:04:04 +0000 (15:04 -0700)]
Fix reporting hidden APs during scan

Change-Id: I2f3274c6f89ac0100331f4987c40e23f36577817
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoadd cleanspec for hostapd failures
repo sync [Fri, 19 Aug 2011 20:46:06 +0000 (13:46 -0700)]
add cleanspec for hostapd failures

Bug: 5167816
Change-Id: Ic89fab506a119611ce1093eeac958538f9b97bb3

12 years agoAdd CONFIG_ROAMING option (off by default)
Dmitry Shmidt [Tue, 16 Aug 2011 18:55:46 +0000 (11:55 -0700)]
Add CONFIG_ROAMING option (off by default)

Change-Id: I846edd8a48e6c5e948732f28caf821055490d320
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoPrevent ap_scan change during association
Dmitry Shmidt [Tue, 16 Aug 2011 18:52:06 +0000 (11:52 -0700)]
Prevent ap_scan change during association

Change-Id: Ibb13f40b2732a4e6749f40da4a6cf14080b54d73
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoMove libnl headers to their own project
Jean-Baptiste Queru [Mon, 8 Aug 2011 23:20:42 +0000 (16:20 -0700)]
Move libnl headers to their own project

Change-Id: Id1f532a7ea4e583a1f51975cee682b968471dc16

12 years agoSend termination message only in case of wpa_supplicant_deinit() call
Dmitry Shmidt [Wed, 3 Aug 2011 22:04:35 +0000 (15:04 -0700)]
Send termination message only in case of wpa_supplicant_deinit() call

Change-Id: I276e339a35a9b693b604082bd211f6bd7b093808
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoSend TERMINATE to framework after a full deinit
Irfan Sheriff [Wed, 3 Aug 2011 16:11:49 +0000 (09:11 -0700)]
Send TERMINATE to framework after a full deinit

Bug: 5102386
Change-Id: I41fc00ae469cf2752fe831db56db22c9ace73f52

12 years agoFix incremental builds by adding Cleanspec step
Dmitry Shmidt [Mon, 25 Jul 2011 00:12:33 +0000 (17:12 -0700)]
Fix incremental builds by adding Cleanspec step

Change-Id: Id06cc40081a5ff33e015b7aeed8fffd73ef09721
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoAdd P2P support for BRCM CFG80211 driver
Dmitry Shmidt [Thu, 21 Jul 2011 22:19:46 +0000 (15:19 -0700)]
Add P2P support for BRCM CFG80211 driver

Change-Id: Iafec4bedbd33836d0a64e7ea054d8a46ef8ec204
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoIncrease number of SSIDs per scan with ProbeReq to 10
Dmitry Shmidt [Mon, 18 Jul 2011 22:14:51 +0000 (15:14 -0700)]
Increase number of SSIDs per scan with ProbeReq to 10

Change-Id: Icab7bc732d652915796a9a0aac1c82d31da8f6b3
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoAdd WPA_UNICODE_SSID support
Dmitry Shmidt [Fri, 15 Jul 2011 22:32:26 +0000 (15:32 -0700)]
Add WPA_UNICODE_SSID support

Change-Id: I1f938b97169d4468ee5b05316826ee509a10d9ad
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoRemove the simulator target from all makefiles.
Jeff Brown [Tue, 12 Jul 2011 05:12:15 +0000 (22:12 -0700)]
Remove the simulator target from all makefiles.
Bug: 5010576

Change-Id: I2675273dcbe05c63c366e09a8ba5906ef0314430

12 years agoFix incremental builds by adding Cleanspec step
Dmitry Shmidt [Thu, 7 Jul 2011 21:26:26 +0000 (14:26 -0700)]
Fix incremental builds by adding Cleanspec step

Change-Id: Ie22534dbc05b073322c5072162c42b3d22eb4f78
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agonl80211: Add private function support
Dmitry Shmidt [Thu, 7 Jul 2011 21:22:14 +0000 (14:22 -0700)]
nl80211: Add private function support

Change-Id: Iba9b2ac21f5c7760900c57826b7048ee58928338
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoAccumulative patch from commit 8fd0f0f323a922aa88ec720ee524f7105d3b0f64
Dmitry Shmidt [Thu, 7 Jul 2011 18:18:38 +0000 (11:18 -0700)]
Accumulative patch from commit 8fd0f0f323a922aa88ec720ee524f7105d3b0f64

Fix D-Bus build without CONFIG_P2P=y
nl80211: Allow AP mode to be started without monitor interface
nl80211: Process association/disassociation events in AP mode
DBus/P2P: Adding decl for PersistentGroupRemoved signal
DBus/P2P: Rectified type of SecondaryDeviceTypes in device property Get
P2P: Only call dev_lost() for devices that have been dev_found()
wpa_cli: Add missing parameter for P2P_GROUP_ADD command
wpa_supplicant: Respect PKG_CONFIG variable if set in the environment
TLS: Add support for tls_disable_time_checks=1 in client mode
hostapd: Clear keys configured when hostapd reloads configuration
Add dbus signal for information about server certification
Move peer certificate wpa_msg() calls to notify.c
wpa_supplicant AP: Disable AP mode on disassoc paths
wpa_s AP mode: Enable HT20 if driver supports it
Allow PMKSA caching to be disabled on Authenticator
FT: Disable PMKSA cache for FT-IEEE8021X
FT: Clear SME ft_used/ft_ies when disconnecting
8fd0f0f323a922aa88ec720ee524f7105d3b0f64

Change-Id: I6ae333196c36ffa7589662d5269fabfc3b994605
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoUpdate Android.mk files
Dmitry Shmidt [Thu, 30 Jun 2011 23:51:41 +0000 (16:51 -0700)]
Update Android.mk files

Change-Id: I43a00f59599d6d6faf538dc0bb595f95ada3014b
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoFix incremental builds by adding Cleanspec step
Jason Chen [Thu, 30 Jun 2011 22:49:16 +0000 (15:49 -0700)]
Fix incremental builds by adding Cleanspec step

Change-Id: I5a4733b4d70525bb5fa8d798465d67c253e50571

12 years agoAccumulative patch from commit 20a0b03debef66cc57b0c34a05f8be5229be907c
Jouni Malinen [Mon, 27 Jun 2011 22:19:46 +0000 (15:19 -0700)]
Accumulative patch from commit 20a0b03debef66cc57b0c34a05f8be5229be907c

atheros: Fix auth_alg configuration for static WEP
nl80211: Implement set_rate_sets for non-hostapd AP case
nl80211: Enable more AP callbacks for non-hostapd AP mode
nl80211: Re-order functions to group AP/hostapd specific code
Remove compiler warning for non-P2P builds
random: Add support for maintaining internal entropy store over restarts
Fix a compiler warning on WPS-AP-without-UPnP builds
P2P: Retry provision discovery requests in IDLE state
P2P: Add callback for provision discovery failure
P2P: Add wpas_notify_p2p_provision_discovery()
P2P: Add group started notification
DBus: Move wpas_dbus_new_decompose_object_path()
DBus: Refactor array adding, add binary arrays
DBus: Add support for P2P primitives
DBus: Fix some typos on comments
Fix CONFIG_AP=y build without CONFIG_P2P=y
Fix non-P2P D-Bus build
nl80211: Add support for driver-based PMKSA cache
P2P: Start GO without extra scan step
Remove a compiler warning on uninitialized variable
Add EVENT_RX_ACTION handler for hostapd
Fix hostapd build without NEED_AP_MLME=y
Fix AP selection to check privacy mismatch and IBSS with WPA/RSN IE
bsd: Fix set_key() sequence number endian issue
Add a copyright and license statement for a radiotap header file
Use nl80211 as an example instead of WEXT
Add notes for CONFIG_WPS_ER build configuration option
Fix CONFIG_NO_WPA_PASSPHRASE=y build
hostapd: Don't mask out non-symmetric STA HT caps
P2P: Enable P2P capability advertisement on D-Bus
P2P: Update D-Bus network object semantics during group formation
P2P: Show P2P peer signal level in D-Bus P2P device properties
P2P: Fix P2P device signal level type in D-Bus
P2P: Add dissasoc_low_ack in P2P device properties
P2P: More complete persistent group management over D-Bus
P2P: Add WpsFailed signal in P2P D-Bus
P2P: Update listen and operating channel from P2P D-Bus
P2P: Fix WpsFailed signal in P2P D-Bus
atheros: Fix glibc 'invalid pointer' error when WPA_TRACE is enabled
Clear WPA and EAPOL state machine config pointer on network removal
20a0b03debef66cc57b0c34a05f8be5229be907c

Change-Id: I2b83bf86ba9c7a9a218638be7b4de31d209cdde1
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoRemove unnecessary compilation settings
Dmitry Shmidt [Mon, 27 Jun 2011 17:59:51 +0000 (10:59 -0700)]
Remove unnecessary compilation settings

Change-Id: I59171b3620f4274d50f2cd764db493048e3c21b5
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoSet cleanspec for wpa_supplicant and wpa_cli
Dmitry Shmidt [Fri, 3 Jun 2011 03:49:18 +0000 (20:49 -0700)]
Set cleanspec for wpa_supplicant and wpa_cli

Change-Id: I201b899d81ebabfd69acb186525592151bf3a6db
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoAdd makefile for wpa_supplicant.conf
Dmitry Shmidt [Wed, 1 Jun 2011 21:59:18 +0000 (14:59 -0700)]
Add makefile for wpa_supplicant.conf

Change-Id: Ibb631dbfae130a90ac6b9ef53e818df7dd561b17
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
12 years agoAdd terminate message when wpa_supplicant is stopped
Dmitry Shmidt [Wed, 1 Jun 2011 21:57:35 +0000 (14:57 -0700)]
Add terminate message when wpa_supplicant is stopped

Change-Id: I062f4c2aa31a8d0c0c4fe107f101b71057850f18
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAccumulative patch from commit 6d28fb9627155929012cda944aacd5a52ce7051a
Jouni Malinen [Mon, 16 May 2011 15:35:42 +0000 (18:35 +0300)]
Accumulative patch from commit 6d28fb9627155929012cda944aacd5a52ce7051a

nl80211: Fetch assoc_freq from scan table for connect event
nl80211: Filter out duplicated BSS table entries from scan results
Update BSS table entry if roaming event indicates frequency change
WPS: Remove obsolete note about lack for WPS ER support
P2P: Include operating class 124 (channels 149,153,157,161)
Include nl80211 driver wrapper in default configuration for hostapd
Better messages when channel cannot be used in AP mode
WPS: Add a workaround for Windows 7 capability discovery for PBC
WPS UPnP: Fix UPnP initialization for non-bridge case with some drivers
Fix regression in RSN pre-authentication candidate list generation
  commit 6d28fb9627155929012cda944aacd5a52ce7051a

Change-Id: I3c68dad5fe323b1d86aa585c564a75e4fc1a2ea1

13 years agoWEXT: Suppress additional DISASSOCIATE events
Dmitry Shmidt [Tue, 24 May 2011 22:40:26 +0000 (15:40 -0700)]
WEXT: Suppress additional DISASSOCIATE events

Change-Id: Id65428908bca59e71a3ab479b63d992eff96e433
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoWEXT: Add accumulative Android patch
Dmitry Shmidt [Tue, 24 May 2011 22:31:25 +0000 (15:31 -0700)]
WEXT: Add accumulative Android patch

Change-Id: I167f3a5e8513645a4693672f44b6df369a3f97fe
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAdd TDLS support to Android.mk
Dmitry Shmidt [Mon, 9 May 2011 21:53:38 +0000 (14:53 -0700)]
Add TDLS support to Android.mk

Change-Id: I3366be4774ea19a7c8ae27174e84c9a01b53af01
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAdd extended 'driver' command
Dmitry Shmidt [Mon, 9 May 2011 21:17:09 +0000 (14:17 -0700)]
Add extended 'driver' command

Change-Id: Ib589f44f471c1198973ee0a0695b90097fcc9b33
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agowpa_cli: Add 'driver' command support
Dmitry Shmidt [Fri, 8 Apr 2011 22:03:17 +0000 (15:03 -0700)]
wpa_cli: Add 'driver' command support

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoSet ap_scan to default in case of disassociation
Dmitry Shmidt [Mon, 11 Apr 2011 22:58:40 +0000 (15:58 -0700)]
Set ap_scan to default in case of disassociation

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoFix scan notification in case of canceling scan
Dmitry Shmidt [Fri, 8 Apr 2011 22:35:17 +0000 (15:35 -0700)]
Fix scan notification in case of canceling scan

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAdd 'get country' command
Dmitry Shmidt [Tue, 19 Apr 2011 23:42:47 +0000 (16:42 -0700)]
Add 'get country' command

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agowpa_cli: Add blacklist and log_level commands
Dmitry Shmidt [Wed, 16 Mar 2011 22:04:31 +0000 (15:04 -0700)]
wpa_cli: Add blacklist and log_level commands

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAdd log_level command
Dmitry Shmidt [Wed, 16 Mar 2011 21:57:39 +0000 (14:57 -0700)]
Add log_level command

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoAdd blacklist command
Dmitry Shmidt [Wed, 16 Mar 2011 21:32:18 +0000 (14:32 -0700)]
Add blacklist command

This command allows to network manager to avoid AP

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agowpa_supplicant: Initial Revision 0.8.X
Dmitry Shmidt [Mon, 9 May 2011 21:06:53 +0000 (14:06 -0700)]
wpa_supplicant: Initial Revision 0.8.X

Based on:
commit 0725cc7b7efc434910e89865c42eda7ce61bbf08
Author: Jouni Malinen <j@w1.fi>
Date:   Thu Apr 21 20:41:01 2011 +0300

    Enable CONFIG_DRIVER_NL80211=y in the default configuration

    nl80211 should be preferred over WEXT with any recent Linux
    kernel version.

Change-Id: I26aec5afbbd4f4a1f5fd900912545b6f5050de64
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
13 years agoInitial empty repository
Android (Google) Code Review [Thu, 6 Jan 2011 22:59:23 +0000 (14:59 -0800)]
Initial empty repository