aboutsummaryrefslogtreecommitdiffstats
path: root/wpa_supplicant
Commit message (Expand)AuthorAgeFilesLines
* Android.mk: Define ANDROID_P2PEyal Shapira2012-08-021-0/+2
* wpa_supplicant: Fix compilation without BOARD_WPA_SUPPLICANT_DRIVERDmitry Shmidt2012-08-021-6/+2
* Restore OpenSSL ENGINE supportKenny Root2012-08-021-3/+0
* Add network connection event for statusIrfan Sheriff2012-08-021-0/+9
* Add state message sent after 'status' commandDmitry Shmidt2012-08-021-0/+7
* Moving keystore to system/securityKenny Root2012-08-021-1/+1
* wpa_supplicant: delay scans only for android builds (INTERNAL)Eliad Peller2012-08-021-0/+4
* android: Delay scan after startup to prevent race with framework (INTERNAL)Eyal Shapira2012-08-021-1/+1
* Use normal scan on first scan after initEyal Shapira2012-08-021-4/+1
* wpa_supplicant: reduce wps2 IE in conf template (INTERNAL)Ido Reis2012-08-021-0/+5
* wpa_supplicant: VERSION_STR_POSTFIX is now defined to 'git describe'Ido Reis2012-08-021-1/+1
* print ctrl_iface commandsEliad Peller2012-08-021-0/+1
* Use exact interface as socket parameter for initIrfan Sheriff2012-08-021-1/+1
* Android: wpa_s: changes to default build configEyal Shapira2012-08-021-1/+7
* config: enable NL80211Luciano Coelho2012-08-021-1/+1
* wpa_s: make SETBAND take immediate effectVishal Mahaveer2012-08-023-0/+20
* Android: Implement SETBAND for scan requestsJouni Malinen2012-08-023-1/+82
* Android: Do not use separate private libJouni Malinen2012-08-021-1/+2
* Set buffer length the same as in wpa_supplicant_ctrl_iface_process()Dmitry Shmidt2012-08-021-2/+2
* Fix reporting hidden APs during scanDmitry Shmidt2012-08-021-0/+2
* Add P2P support for BRCM CFG80211 driver (P2P invite running-GO check)Dmitry Shmidt2012-08-021-0/+19
* Android: Define ANDROID_BRCM_P2P_PATCH for Broadcom specific buildsDmitry Shmidt2012-08-021-0/+4
* Add WPA_UNICODE_SSID supportDmitry Shmidt2012-08-021-0/+45
* Android: Convert driver_cmd BGSCAN-START/STOP to proper driver_opsJouni Malinen2012-08-021-1/+6
* Add extended 'driver' commandDmitry Shmidt2012-08-023-0/+46
* Set ap_scan to default in case of disassociationDmitry Shmidt2012-08-021-1/+2
* Fix scan notification in case of canceling scanDmitry Shmidt2012-08-021-0/+1
* Android: Add src directory symlinksDmitry Shmidt2012-08-021-0/+1
* add set/cancel_priority callsEliad Peller2012-08-023-0/+21
* Disconnect if we can't roam following beacon lossEyal Shapira2012-08-023-2/+29
* Prevent roaming to a different ESS while connectedEyal Shapira2012-08-021-0/+8
* Ignore a deauth from a different BSS than the current oneEyal Shapira2012-08-021-3/+13
* Roam back to the origin AP when assoc/auth times outEyal Shapira2012-08-024-10/+91
* initiate roaming on beacon_lossEliad Peller2012-08-025-0/+21
* wpa_s: don't reschedule the sched scan on each scan complete eventVictor Goldenshtein2012-08-021-1/+2
* Initiate a periodic normal scan in addition to sched scanEyal Shapira2012-08-021-3/+3
* P2P: Ignore PBC overlap in P2P provisioningEyal Shapira2012-08-021-0/+8
* Increase the scan_interval to 15 secsEyal Shapira2012-08-021-1/+1
* increase the eapol pending timer to 500msEliad Peller2012-08-021-1/+1
* wpa_s: add API to disable or enable roamingEyal Shapira2012-08-024-14/+28
* wpa_s: Disable bgscan and roaming when driver support is limitedEyal Shapira2012-08-023-3/+29
* sched scan: Make initial short interval scans more aggressive (INTERNAL)Eyal Shapira2012-08-021-2/+2
* Add API and CLI command to control sched scan intervalsEyal Shapira2012-08-024-3/+90
* wpa_supplicant: don't scan ssids that were scheduled scannedEliad Peller2012-08-022-1/+21
* sched scan: add support for short and long intervalsEyal Shapira2012-08-023-9/+36
* sched scan: Add config parameters for short and long intervalsEyal Shapira2012-08-024-2/+56
* sched scan: read driver support for sched scan intervalsEyal Shapira2012-08-022-0/+3
* sched scan: Avoid changing state to SCANNINGEyal Shapira2012-08-022-11/+2
* sched scan: Logic changesEyal Shapira2012-08-024-121/+64
* sched scan: Avoid scan if no enabled networksEyal Shapira2012-08-021-1/+3