| Commit message (Expand) | Author | Age | Files | Lines |
* | make wifi_load_driver blocking | Maddest Chang | 2015-07-15 | 2 | -0/+48 |
* | wlan: Fix comparison of driver_status when loading driver | Ajay Dudani | 2015-05-05 | 1 | -1/+1 |
* | wifi missing include for sys/stat.h | Mark Salyzyn | 2015-04-01 | 1 | -0/+1 |
* | Remove HAVE_LIBC_SYSTEM_PROPERTIES. | Elliott Hughes | 2015-01-12 | 1 | -13/+1 |
* | am 9595dc8c: am 4248e7c3: am a5b275c3: Merge "Changes to restart supplicant o... | Dmitry Shmidt | 2014-05-15 | 1 | -5/+27 |
|\ |
|
| * | Changes to restart supplicant on crash | Mahesh | 2014-05-15 | 1 | -5/+27 |
* | | am 384bd5d6: am 7b11946c: am 9739aeb2: Merge "Indicate WPA_EVENT_TERMINATING ... | Dmitry Shmidt | 2014-05-14 | 1 | -4/+8 |
|\ \
| |/ |
|
| * | Indicate WPA_EVENT_TERMINATING event on primary interface. | Mahesh | 2014-05-13 | 1 | -4/+8 |
* | | am bfad19d2: am eaf44380: Merge "Wi-Fi HAL: fix supplicant start failed issue" | Narayan Kamath | 2014-03-17 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | Wi-Fi HAL: fix supplicant start failed issue | jiaguo | 2014-03-13 | 1 | -6/+10 |
* | | am e5a16307: am c32be36f: Merge "wifi: check if supplicant is running before ... | Dmitry Shmidt | 2014-02-24 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge "wifi: check if supplicant is running before starting it" | Dmitry Shmidt | 2014-02-24 | 1 | -1/+1 |
| |\ |
|
| | * | wifi: check if supplicant is running before starting it | Jonathan DE CESCO | 2013-01-07 | 1 | -1/+1 |
| * | | wifi: Link libwpa_client only if wpa_supplicant was chosen | Dmitry Shmidt | 2013-12-05 | 2 | -6/+28 |
* | | | wifi: Link libwpa_client only if wpa_supplicant was chosen | Dmitry Shmidt | 2013-11-22 | 2 | -6/+28 |
* | | | wifi: Remove obsolete update_ctrl_interface() call | Dmitry Shmidt | 2013-10-04 | 1 | -87/+2 |
|/ / |
|
* | | Use a single socket to communicate with supplicant | Vinit Deshapnde | 2013-08-08 | 1 | -142/+74 |
* | | Use accessor to read property serial numbers | Colin Cross | 2013-06-14 | 1 | -2/+2 |
* | | wifi: Skip adding interface prefix if exists | Dmitry Shmidt | 2013-06-06 | 1 | -6/+8 |
* | | wifi: Use global control socket | Dmitry Shmidt | 2013-06-03 | 1 | -16/+46 |
* | | wifi: Add command buffer length parameter to wifi_command() | Dmitry Shmidt | 2013-05-30 | 1 | -1/+2 |
* | | wifi: Use wpa_ctrl_cleanup() function from wpa_supplicant | Dmitry Shmidt | 2013-05-22 | 2 | -44/+2 |
* | | Rewrite an invalid config file | Irfan Sheriff | 2013-04-12 | 1 | -26/+35 |
* | | wifi: Remove obsolete variables | Dmitry Shmidt | 2013-02-27 | 1 | -4/+1 |
|/ |
|
* | Fix stop supplicant api | Irfan Sheriff | 2012-11-06 | 1 | -1/+10 |
* | Fix native crash when driver commands time out | Irfan Sheriff | 2012-10-18 | 1 | -1/+7 |
* | Fix native crash | Irfan Sheriff | 2012-10-11 | 1 | -6/+6 |
* | Restore the ability to use ctrl_interface directory | Paul Drews | 2012-08-23 | 1 | -1/+13 |
* | Add support for EINTR to wifi.c | Kenny Root | 2012-03-15 | 1 | -15/+16 |
* | Fixes for concurrency support | Irfan Sheriff | 2012-01-20 | 1 | -30/+50 |
* | Fix monitor socket poll | Irfan Sheriff | 2012-01-11 | 1 | -1/+1 |
* | Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE | Steve Block | 2012-01-08 | 1 | -23/+23 |
* | Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE | Steve Block | 2012-01-05 | 1 | -1/+1 |
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE | Steve Block | 2012-01-03 | 1 | -7/+7 |
* | Add support for p2p socket communication | Irfan Sheriff | 2011-12-28 | 1 | -60/+125 |
* | Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE | Steve Block | 2011-10-25 | 1 | -1/+1 |
* | wifi: Fix entropy file size | Dmitry Shmidt | 2011-10-06 | 1 | -4/+4 |
* | wifi: Change pipe to socket pair in termination of monitor thread code | Dmitry Shmidt | 2011-09-27 | 1 | -20/+25 |
* | Add support to terminate monitor thread | Irfan Sheriff | 2011-09-19 | 1 | -2/+46 |
* | Add support seperate p2p config file | Irfan Sheriff | 2011-08-26 | 1 | -63/+93 |
* | wifi: Increase wait for card removal | Dmitry Shmidt | 2011-08-23 | 1 | -4/+3 |
* | Fix system property race at supplicant stop | Irfan Sheriff | 2011-08-22 | 1 | -0/+11 |
* | wifi: Wait for sdio card removal | Dmitry Shmidt | 2011-08-12 | 1 | -0/+1 |
* | wifi: Add entropy file support | Dmitry Shmidt | 2011-07-25 | 1 | -0/+54 |
* | wifi: Add wifi_change_fw_path() | Dmitry Shmidt | 2011-07-19 | 2 | -0/+29 |
* | wifi: Add wifi_get_fw_path() call | Dmitry Shmidt | 2011-07-01 | 2 | -0/+32 |
* | wifi: Assume built-in wlan driver if WIFI_DRIVER_MODULE_PATH is not set | Dmitry Shmidt | 2011-06-29 | 1 | -6/+18 |
* | wifi: Allow to finish interface down | Dmitry Shmidt | 2011-06-13 | 1 | -0/+1 |
* | Move wpa_ctrl_cleanup() function to wifi_wpa_ctrl_cleanup() | Dmitry Shmidt | 2011-03-25 | 2 | -1/+44 |
* | wifi: Ensure RW for wpa_supplicant.conf | Dmitry Shmidt | 2011-03-07 | 1 | -1/+8 |