aboutsummaryrefslogtreecommitdiffstats
path: root/CleanSpec.mk
Commit message (Collapse)AuthorAgeFilesLines
* CleanSpec!Jeff Sharkey2014-07-091-0/+1
| | | | Change-Id: I76017cca53a19e928a781a03182c94183a3cbecd
* Android: Enable 802.11v (WNM) support in wpa_supplicantDmitry Shmidt2014-01-151-0/+2
| | | | | | | Bug: 12552468 Change-Id: I3c65051b76df402155103feb8228e1e4b2221832 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Accumulative patch from commit 6ea1f4135b72199988393f34dd7f5ad8040b7a42Dmitry Shmidt2013-05-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 6ea1f41 Try to set WPA-None key after IBSS-joined event 66562e9 Use cached driver capabilities instead of new fetch for each operation 55293aa TDLS: Do not overwrite the reason code in the Tear Down Request 4aa8186 Add a configration parameter for sched_scan interval 03565bc Synchronize with wireless-testing.git include/uapi/linux/nl80211.h f11b72c TDLS: Move AID=1 workaround into driver_nl80211.c 7853369 TDLS: Pass peer's AID information to kernel 55a2df4 HS 2.0: Include HS 2.0 Indication element only for HS 2.0 association ad0685e edit: Fix history processing on running old command 9be3714 wpa_cli: Fetch the current BSSID list when starting interactive mode 69aa334 wpa_cli: Add BSSID tab completion for set bssid_filter 2156587 wpa_cli: Replace set command help with completion routine f1fb042 wpa_cli: Allow space in the set command value f5ffc34 wpa_supplicant: Allow global scan frequencies configuration abfc3ad Synchronize build config comments for wpa_supplicant a01e10d Android: Enable WPS ER and NFC support in the build 11e5a49 WPS: Do not use void* in arithmetic 0f105f9 HS 2.0: Move Probe Request Indication IE addition to proper place 8543ed8 WPA: Print pairwise EAPOL-Key flag as a bool 7af092a hostapd: Add Key MIC in group EAPOL-Key frames corruption test option b691dcb nl80211: Fix max_remain_on_chan capability reading 41b1a76 P2P: Clone beacon_int when initializing new group interface 741ed9f WPS: Remove duplicate networks after WPS Change-Id: I9a2a0cb2acf87dfd7548318d2bda5f342b815884 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to new version 0.8.16 from BRCMDmitry Shmidt2012-01-241-0/+3
| | | | | | | | | | 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>
* add cleanspec for hostapd failuresrepo sync2011-08-191-0/+1
| | | | | Bug: 5167816 Change-Id: Ic89fab506a119611ce1093eeac958538f9b97bb3
* Fix incremental builds by adding Cleanspec stepDmitry Shmidt2011-07-241-0/+1
| | | | | Change-Id: Id06cc40081a5ff33e015b7aeed8fffd73ef09721 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix incremental builds by adding Cleanspec stepDmitry Shmidt2011-07-071-0/+2
| | | | | Change-Id: Ie22534dbc05b073322c5072162c42b3d22eb4f78 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix incremental builds by adding Cleanspec stepJason Chen2011-06-301-0/+1
| | | | Change-Id: I5a4733b4d70525bb5fa8d798465d67c253e50571
* Set cleanspec for wpa_supplicant and wpa_cliDmitry Shmidt2011-06-021-0/+2
| | | | | Change-Id: I201b899d81ebabfd69acb186525592151bf3a6db Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* wpa_supplicant: Initial Revision 0.8.XDmitry Shmidt2011-05-091-0/+49
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>