aboutsummaryrefslogtreecommitdiffstats
path: root/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Generate hs20-osu-client as part of compilationKanchanapally, Vidyullatha2016-02-021-1/+2
| | | | | | | | Add makefile change to generate hs20-osu-client as part of wpa_supplicant_8 build. Change-Id: I4435242fa6767b4662894ac23d8c2b72f242851e CRs-Fixed: 970948
* Treat VER_2_1_DEVEL the same as VER_0_8_XYing Wang2013-11-251-4/+1
| | | | | | The Android.mks to include are actually the same. Change-Id: I0ca51e744c9f1f09812f20064c0ae316856e0dc4
* Android: Do not compile wpa_supplicant if not chosenDmitry Shmidt2013-11-221-3/+0
| | | | | Change-Id: I60c91fd04589386f9a7cbf1ae82fd545634640c7 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Accumulative patch from commit d5b559b6418c2bd09663e0d09e93a6592357fdceDmitry Shmidt2013-05-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | d5b559b WNM: Add disassociation timeout processing for ESS_DISASSOC f65f539 GAS: Reduce query timeout to two seconds 7a56af5 GAS: Assign new dialog token even if previous one is free 9e1ecab GAS: Ignore replays if previous frag_id without dropping GAS session fa7ae95 Add test code for fetching the last configured GTK 576bce9 P2P: Direct global ctrl_iface commands automatically for P2P c4bf83a P2P: No duplicate AP-STA-CONNECTED/DISCONNECTED as global event 7793c95 Clean up AP-STA-CONNECTED/DISCONNECTED prints 92c4465 P2P: Mark P2P events global (not specific to interface) ed496f1 P2P: Clean up debug prints 710ae9a P2P: Move p2p_find stopped event message into p2p_supplicant.c 47bfe49 Add wpa_msg_global() for global events 214e428 Allow global ctrl_iface monitors 89c7ac5 wpa_cli: Set buffer length the same as in wpa_supplicant_ctrl_iface_process() faf9a85 Add band option (2.4 vs. 5) for filtering scans b83b1b2 Android: Clarify keystore include directories 6f1127c Android: Add a top level Android.mk d2a9e2c Abstract and Android sockets for global ctrl_iface 6fd5cea wpa_cli: Allow global interface to be used in interactive mode 2925756 wpa_supplicant: Add -G argument to specify global ctrl group cf3bebf Allow global ctrl_iface to be used for per-interface commands 058c863 FT RRB: Fix a memory leak on error path Change-Id: I32a4afb43894167a30c4b0df18fd4846a2945c7c Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Include the subdir Android.mks in fixed order.Ying Wang2012-11-201-1/+8
| | | | | | | | The build fails when the include order is reversed. On the other hand, the build system doesn't guarantee the file order returned by all-subdir-makefiles. Change-Id: I398e536fc8189d0f26ebc0b0342c778d234532ad
* wpa_supplicant: Set Ver 0.8.X as defaultDmitry Shmidt2012-11-071-0/+3
| | | | | Change-Id: I2d2433464068e863c12c0a06eed269e2a8c0fc46 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* wpa_supplicant: Initial Revision 0.8.XDmitry Shmidt2011-05-091-0/+3
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>