aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant/config_ssid.h
Commit message (Collapse)AuthorAgeFilesLines
* Use legacy NL80211 STA events for older driversAndrew Dodd2012-12-151-1/+1
| | | | | | | | | | | | | | | | This allows tethering on devices with older bcmdhd drivers to be fixed. It conditionally reverts b638fe75d3cb9d21c67386173f10afe65053cc4d "nl80211: Use native cfg80211 sta events" for these boards. Use BOARD_LEGACY_NL80211_STA_EVENTS to enable this conditional revert. Forward-port to JB MR1, squashed in Steve Kondik's commit to handle additional changes. Change-Id: I4e436c57819944515455725cfd7ac7eeb31552ca
* wpa_supplicant: Update to 29-Aug-2012 TOTDmitry Shmidt2012-09-041-0/+24
| | | | | | | | | | | | | | | | | commit 6ffdc2f7bd496ace7a46e055f9714e7db4b1f722 Author: Jouni Malinen <jouni@qca.qualcomm.com> Date: Fri Mar 2 22:31:04 2012 +0200 WFD: Add preliminary WSD request processing and response This commit does not yet address support for different device roles, i.e., the same set of subelements are returned regardless of which role was indicated in the request. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com> Change-Id: I9d63acce719b982c02e589bb59602382e82988c8 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix am cef482f8: mergeDmitry Shmidt2012-09-041-6/+0
| | | | | Change-Id: I47a4610b40092d81a4d62e53a26924c4f9d05a17 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* am cef482f8: am 0531f204: Fix \'restore STA reconnection behavior\' cherry-pickDmitry Shmidt2012-09-041-0/+7
|\ | | | | | | | | * commit 'cef482f830a787f249e7719ffb7d45db19ba1feb': Fix 'restore STA reconnection behavior' cherry-pick
| * Fix 'restore STA reconnection behavior' cherry-pickDmitry Shmidt2012-09-041-0/+7
| | | | | | | | | | | | | | BUG: b/6400311 Change-Id: I7b90ab9b5430b92e9e4e5702c3b1805a6bbc0b9a Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | wpa_supplicant: Update to 07-Jul-2012 TOTDmitry Shmidt2012-07-191-0/+35
| | | | | | | | | | | | | | | | | | | | | | commit a5ed45586c63ffd8f9d2b44e27c251d7bacbeaf4 Author: Jouni Malinen <j@w1.fi> Date: Sat Jul 7 13:01:45 2012 +0300 WPS SSDP: Fix socket leaks on error paths Change-Id: I0864aac7fc88fa2a60f5cca7d524b94363410c85 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* | Restore STA reconnection behaviorIrfan Sheriff2012-06-181-0/+6
|/ | | | | | | | Have the customized retry behavior only for P2P & do group failure indication beyond 5 retries Bug: 6674338 Change-Id: I58cba356ebdb7fc4eaa9bedfa417b7d5d35bb306
* Update to new version 0.8.22 from BRCMDmitry Shmidt2012-03-061-8/+56
| | | | | | | | - Based on 0c01d65 : Ignore TX status for Data frames from not associated STA Change-Id: I2776ff8e292593f407bf5b9177640c512e06bf0d Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to new version 0.8.16 from BRCMDmitry Shmidt2012-01-241-0/+14
| | | | | | | | | | 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>
* wpa_supplicant: Initial Revision 0.8.XDmitry Shmidt2011-05-091-0/+413
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>