aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hostapd: Return error value on configuration check failureBaruch Siach2012-06-161-1/+1
* hostapd: Remove redundant variable initializationBaruch Siach2012-06-161-1/+1
* P2P: Fix P2P Client Discoverability bit updatesJouni Malinen2012-06-161-6/+24
* P2P: Fix setting of P2P Client Discoverability bitMasashi Honma2012-06-163-6/+15
* EAP-SIM/AKA server: Allow pseudonym to be used after unknown reauth idJouni Malinen2012-06-152-4/+23
* P2P: Add driver op for requesting GO/AP channel switchJithu Jance2012-06-102-0/+20
* P2P: Add preference setting for concurrent use casesJithu Jance2012-06-103-0/+30
* P2P: Do not use reassociation after getting disassociatedJouni Malinen2012-06-101-0/+3
* P2P: Ignore unexpected GO Neg Resp is we have sent RespJouni Malinen2012-06-091-0/+11
* P2P: Address race condition with GO Negotiation Request TX statusNeeraj Kumar Garg2012-06-092-2/+5
* sta_info: Remove duplicated function declarationAntonio Quartulli2012-06-091-1/+0
* LibTomMath: Use 64-bit mode for mp_digitJouni Malinen2012-06-091-0/+8
* atheros: Set essid length field only onceBaruch Siach2012-06-081-1/+0
* atheros: Fix build when CONFIG_WPS is disabledBaruch Siach2012-06-081-1/+1
* P2P: Assume GO Negotiation failed if GO Neg Conf wait times outJouni Malinen2012-06-081-0/+8
* P2P: Fix group formation timeout on GO during WPS stepJouni Malinen2012-06-081-2/+4
* WPS: Cancel WPS operation also in DISCONNECTED stateJouni Malinen2012-06-061-1/+2
* P2P: Fix scan_res_handler setting for p2p_scanJouni Malinen2012-06-061-6/+4
* P2P: Send GO Negotiation Confirm without waitJohannes Berg2012-06-061-1/+1
* P2P: Improve p2p_prov_disc-auto robustnessSunil Dutt Undekari2012-06-062-2/+41
* P2P: Use consistent Device Capability in Beacon/Probe ResponseMasashi Honma2012-06-061-3/+2
* P2P: Fix P2P Group Formation timeout registration (use parent iface)Nirav Shah2012-06-041-1/+1
* bss: Don't remove a BSS that is in usePaul Stewart2012-06-041-27/+36
* wpa_supplicant: Report EAP connection progress to DBusPaul Stewart2012-06-0411-3/+156
* nl80211: Use safe list iterationJohannes Berg2012-06-041-3/+3
* wpa_supplicant: Support dtim_period configuration for AP modeEtay Luz2012-06-044-0/+13
* WNM: Send empty IPv4 packet as keep-alive for nowJouni Malinen2012-05-281-3/+5
* Force driver to disassociate STA if no room for the STA entryJouni Malinen2012-05-271-1/+4
* WNM: Fix build without CONFIG_SME=yJouni Malinen2012-05-271-0/+2
* WNM: Add advertisement of BSS max idle periodJouni Malinen2012-05-2713-2/+143
* P2P: Improve handling of p2p_connect-auto fallbackJouni Malinen2012-05-141-0/+4
* wpa_supplicant: Make Android makefiles available under the BSD licenseDmitry Shmidt2012-05-144-34/+12
* nl80211: Use wait_time with AP mode driver SME for offchannelJouni Malinen2012-05-111-1/+3
* nl80211: Add more debug info on NL80211_CMD_FRAME usesJouni Malinen2012-05-111-0/+3
* P2P: Add option for Provision Discovery before GO NegotiationJouni Malinen2012-05-1112-14/+65
* Add debug prints of scan result IEsJouni Malinen2012-05-111-0/+8
* Fix BSSID enforcement with driver-based BSS selectionJouni Malinen2012-05-111-1/+6
* WPS: Fix BSSID filter handlingJouni Malinen2012-05-111-0/+1
* Add ChangeLog entries from v1.0 releaseJouni Malinen2012-05-102-0/+281
* Validate WEP key lengths based on driver capabilitiesJouni Malinen2012-05-1011-48/+69
* wpa_supplicant: Fix overlapping memcpy on WPS interface additionBen Greear2012-05-101-2/+4
* P2P: Deinitialize global P2P context on P2P mgmt interface removalJouni Malinen2012-05-103-0/+11
* HS 2.0: Add Hotspot 2.0 ANQP elements to Interworking queriesJouni Malinen2012-05-081-0/+48
* HS 2.0: Indicate Hotspot 2.0 in BSS table and statusJouni Malinen2012-05-082-0/+27
* HS 2.0: Parse Hotspot 2.0 IE from IE listJouni Malinen2012-05-082-0/+7
* HS 2.0: Add HS 2.0 Indication element into (Re)Association RequestJouni Malinen2012-05-082-0/+31
* HS 2.0: Add Hotspot 2.0 indication into Probe RequestJay Katabathuni2012-05-083-0/+18
* HS 2.0: Add Hotspot 2.0 station ctrl_ifaceJay Katabathuni2012-05-082-0/+177
* HS 2.0: Add runtime configuration of Hotspot 2.0 stationJay Katabathuni2012-05-084-0/+15
* HS 2.0: Add Hotspot 2.0 ANQP routinesJay Katabathuni2012-05-087-0/+209