summaryrefslogtreecommitdiffstats
path: root/wifi
Commit message (Expand)AuthorAgeFilesLines
* Wi-Fi HAL: fix supplicant start failed issuejiaguo2014-03-131-6/+10
* Merge "wifi: check if supplicant is running before starting it"Dmitry Shmidt2014-02-241-1/+1
|\
| * wifi: check if supplicant is running before starting itJonathan DE CESCO2013-01-071-1/+1
* | wifi: Link libwpa_client only if wpa_supplicant was chosenDmitry Shmidt2013-12-052-6/+28
* | Use a single socket to communicate with supplicantVinit Deshapnde2013-08-081-142/+74
* | Use accessor to read property serial numbersColin Cross2013-06-141-2/+2
* | wifi: Skip adding interface prefix if existsDmitry Shmidt2013-06-061-6/+8
* | wifi: Use global control socketDmitry Shmidt2013-06-031-16/+46
* | wifi: Add command buffer length parameter to wifi_command()Dmitry Shmidt2013-05-301-1/+2
* | wifi: Use wpa_ctrl_cleanup() function from wpa_supplicantDmitry Shmidt2013-05-222-44/+2
* | Rewrite an invalid config fileIrfan Sheriff2013-04-121-26/+35
* | wifi: Remove obsolete variablesDmitry Shmidt2013-02-271-4/+1
|/
* Fix stop supplicant apiIrfan Sheriff2012-11-061-1/+10
* Fix native crash when driver commands time outIrfan Sheriff2012-10-181-1/+7
* Fix native crashIrfan Sheriff2012-10-111-6/+6
* Restore the ability to use ctrl_interface directoryPaul Drews2012-08-231-1/+13
* Add support for EINTR to wifi.cKenny Root2012-03-151-15/+16
* Fixes for concurrency supportIrfan Sheriff2012-01-201-30/+50
* Fix monitor socket pollIrfan Sheriff2012-01-111-1/+1
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-23/+23
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-051-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-7/+7
* Add support for p2p socket communicationIrfan Sheriff2011-12-281-60/+125
* Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-251-1/+1
* wifi: Fix entropy file sizeDmitry Shmidt2011-10-061-4/+4
* wifi: Change pipe to socket pair in termination of monitor thread codeDmitry Shmidt2011-09-271-20/+25
* Add support to terminate monitor threadIrfan Sheriff2011-09-191-2/+46
* Add support seperate p2p config fileIrfan Sheriff2011-08-261-63/+93
* wifi: Increase wait for card removalDmitry Shmidt2011-08-231-4/+3
* Fix system property race at supplicant stopIrfan Sheriff2011-08-221-0/+11
* wifi: Wait for sdio card removalDmitry Shmidt2011-08-121-0/+1
* wifi: Add entropy file supportDmitry Shmidt2011-07-251-0/+54
* wifi: Add wifi_change_fw_path()Dmitry Shmidt2011-07-192-0/+29
* wifi: Add wifi_get_fw_path() callDmitry Shmidt2011-07-012-0/+32
* wifi: Assume built-in wlan driver if WIFI_DRIVER_MODULE_PATH is not setDmitry Shmidt2011-06-291-6/+18
* wifi: Allow to finish interface downDmitry Shmidt2011-06-131-0/+1
* Move wpa_ctrl_cleanup() function to wifi_wpa_ctrl_cleanup()Dmitry Shmidt2011-03-252-1/+44
* wifi: Ensure RW for wpa_supplicant.confDmitry Shmidt2011-03-071-1/+8
* wifi: Update wpa_supplicant.conf interface in case of mismatchDmitry Shmidt2011-01-051-11/+54
* rewrite wpa_supplicant.conf when it is too smallIrfan Sheriff2010-12-171-1/+5
* wifi: Remove unnecessary delay after loading the driverDmitry Shmidt2010-09-141-1/+1
* am c875bb38: am 709a302e: wifi: pass interface to wpa_supplicantChih-Wei Huang2010-09-091-3/+4
|\
| * am 709a302e: wifi: pass interface to wpa_supplicantChih-Wei Huang2010-09-091-3/+4
| |\
| | * wifi: pass interface to wpa_supplicantChih-Wei Huang2010-09-031-3/+4
| * | Revert "remove libnetutils dependency"Jean-Baptiste Queru2010-08-182-0/+29
| |/
* | Fix wpa_supplicant.conf permissions (0660)Dmitry Shmidt2010-08-091-1/+9
* | Add is_wifi_driver_loadedIrfan Sheriff2010-07-271-3/+3
* | Undo previous mergeJean-Baptiste Queru2010-06-212-0/+29
|/
* merge from open-source masterThe Android Open Source Project2010-06-152-29/+0
|\
| * remove libnetutils dependencySzymon Jakubczak2010-06-092-29/+0