aboutsummaryrefslogtreecommitdiffstats
path: root/hostapd/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Android.mk: Define ANDROID_P2PEyal Shapira2012-08-021-0/+2
| | | | | | | | | | | | Changes within #ifdef ANDROID_P2P are BRCM additions which are non BRCM specific and there should be included. That's in contrast of ANDROID_BRCM_P2P_PATCH which mark parts that are BRCM implementation specific (like device_ap_sme) and therefore would be compiled in only when compiling with BRCM driver. Change-Id: I031f0908055756b6e85b64c5151c18b8a73b9841 Signed-off-by: Eyal Shapira <eyal@wizery.com>
* Restore OpenSSL ENGINE supportKenny Root2012-08-021-3/+0
| | | | We now use an OpenSSL ENGINE to support keystore functionality.
* Moving keystore to system/securityKenny Root2012-08-021-1/+1
| | | | | keystore used to be in frameworks/base/cmds/keystore, but this include needs to be changed to support the move to system/security
* hostapd: add support for android created sockets (/dev/socket/)Yotam Rubin2012-08-021-0/+3
| | | | | | | | | | | | | | | | Add the same support that wpa_supplicant has with sockets created by the Android system using the init.rc services options Just as the supplicant, if the ctrl_iface is a name and not a path (i.e. doesn't start with '/') the hostapd will assume that this is an Android created socket named wpa_$(ctrl_iface) which is opened in /dev/socket/ hostapd_cli sockets will be created in /data/misc/wifi/sockets The hardcoded configuration is set in the Android.mk of hostapd just like it is with the supplicant. In addition, the hostapd_cli needs an Android property by the name ap.interface to hold the ctrl_iface name to connect to the hostapd's socket.
* Android: Do not use separate private libJouni Malinen2012-08-021-1/+2
| | | | | | | | The separate private library mechanism used in Android ICS is not very robust when wpa_supplicant/hostapd version changes since the external code is accessing some internal data structures directly. Avoid this type of issues by integrating the private library to be part of wpa_supplicant/hostapd build.
* Android: Define ANDROID_BRCM_P2P_PATCH for Broadcom specific buildsDmitry Shmidt2012-08-021-0/+4
| | | | | | | | | | | | | | | | This is combination of part from Dmitry Shmidt <dimitrysh@google.com> Thu, 21 Jul 2011 15:19:46 -0700 Change-Id: Iafec4bedbd33836d0a64e7ea054d8a46ef8ec204 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com> and Jean-Baptiste Queru <jbq@google.com> Tue, 15 Nov 2011 18:41:36 -0800 Enable broadcom-specific patch with proper flag Change-Id: I5a0f5a2d65963deff3cd62b5e7ec090619c75a2c
* wpa_supplicant: Make Android makefiles available under the BSD licenseDmitry Shmidt2012-05-141-0/+6
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Android: Add PLATFORM_VERSION to VERSION_STR_POSTFIX definitionDmitry Shmidt2012-02-251-0/+2
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Android: Add build configuration filesDmitry Shmidt2012-02-251-1/+1
| | | | | | | | These are from Android wpa_supplicant_8.git initial 0.8.X commit 8d520ff1dc2da35cdca849e982051b86468016d8 with some additional edits and renaming of .config files to android.config. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Android: Move WPA_BUILD check in Android.mkDmitry Shmidt2011-11-231-2/+2
| | | | | | | This is part of commit e61a2d6db6113da5fad91660764afdb0596dbc46 from Android wpa_supplicant_8.git. Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Android: Remove the simulator target from all makefilesJeff Brown2011-11-231-5/+3
| | | | | This is commit bbda627478b0e9a312fea4662cd7cd8d6bdf82bf from Android wpa_supplicant_8.git.
* Android: Update libnl use to match with Android ICSJouni Malinen2011-11-151-2/+2
| | | | | | | The libnl_2 library uses static linking and different path for header files in the Android ICS release. Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
* Android: Fix hostapd_cli buildJouni Malinen2011-11-151-0/+6
| | | | Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
* Android: Fix hostapd buildJouni Malinen2011-11-151-1/+2
| | | | Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
* Move wpa_scan_results_free() into shared C fileJouni Malinen2011-11-131-0/+2
| | | | | | | Replace the inline helper function with a new C file that can be used for common driver API related function. Signed-hostap: Jouni Malinen <j@w1.fi>
* Set ANDROID_LOG_NAME depending on applicationDmitry Shmidt2011-10-211-0/+3
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Add Android make files for hostapd and wpa_supplicantDmitry Shmidt2011-02-271-0/+816