aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Interworking: Use EAP-AKA if USIM is usedJouni Malinen2012-03-042-0/+8
* SCARD: Increase application template DO buffer sizeJouni Malinen2012-03-031-1/+1
* SCARD: Move SIM file definitions into the C fileJouni Malinen2012-03-032-20/+21
* SCARD: Add function for fetching PIN retry counterJouni Malinen2012-03-032-2/+45
* SCARD: Add debug dumps of FCP template TLVs in SELECT responseJouni Malinen2012-03-031-16/+65
* SCARD: Reindent scard_parse_fsp_templ()Jouni Malinen2012-03-031-52/+51
* P2P: Fix provisioning info clearing after successful WPS stepJouni Malinen2012-03-012-5/+5
* WPS: Invalidate wildcard PIN on other radios after successful useJouni Malinen2012-02-293-11/+40
* P2P: Advertise immediate availability of WPS credentialJouni Malinen2012-02-278-21/+38
* P2P: Make p2p_flush stop P2P operations consistentlyJouni Malinen2012-02-271-5/+1
* P2P: Fix remain-on-channel use with PD/Invitation Request while in ListenJouni Malinen2012-02-274-0/+15
* GAS server: Add support for ANQP Venue Name elementJouni Malinen2012-02-264-0/+41
* GAS server: Add support for ANQP Roaming Consortium listJouni Malinen2012-02-262-0/+27
* Interworking: Add GAS server support for AP modeJay Katabathuni2012-02-267-1/+708
* Add hostapd_drv_send_action()Jay Katabathuni2012-02-262-0/+15
* pcsc: Allow T1 protocol to be enabledJouni Malinen2012-02-261-1/+2
* Allow PC/SC reader to be selected and initialized at startJouni Malinen2012-02-262-11/+34
* Generate random ANonce instead of one based on CounterJouni Malinen2012-02-261-2/+15
* Add wpa_supplicant AP mode STA deauthenticate/disassociate commandsJithu Jance2012-02-252-0/+173
* WPS UPnP: Clean up URL parserJouni Malinen2012-02-191-32/+34
* Android: Extend debug logging to include wpa_dbg and hexdumpJouni Malinen2012-02-182-45/+59
* wext: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-5/+40
* nl80211: Filter unexpected interface added/up eventsJouni Malinen2012-02-181-2/+28
* nl80211: Indicate p2p_probe in debug log as scan parameterJouni Malinen2012-02-181-0/+2
* EAP-SIM/AKA server: Fix re-authentication not to update pseudonymJouni Malinen2012-02-162-14/+14
* EAP-AKA peer: Clean up forgetting-id debug printsJouni Malinen2012-02-161-3/+3
* atheros: Add new IEEE 802.11r driver_opsShan Palanisamy2012-02-161-14/+309
* Clear WEP configuration on interface deinitShan Palanisamy2012-02-161-0/+10
* Split hostapd_cleanup_iface() into two partsShan Palanisamy2012-02-161-7/+13
* Split hostapd_cleanup() into two partsShan Palanisamy2012-02-161-14/+20
* Move hostapd_for_each_interface() and hapd_interfaces into src/apJouni Malinen2012-02-162-1/+26
* hostapd: Make sure ctrl_iface is not initialized multiple timesShan Palanisamy2012-02-161-0/+1
* Add mechanism for disabling radio for testing purposesJouni Malinen2012-02-161-0/+12
* atheros: Reset frame filter on deinitShan Palanisamy2012-02-161-0/+9
* Ignore TX status for Data frames from not associated STAJouni Malinen2012-02-141-1/+1
* WPS: Fix clearing of SetSelectedRegistrar with multiple interfacesJouni Malinen2012-02-133-9/+15
* eloop: Fix allocation failure handling in poll() versionJouni Malinen2012-02-121-21/+31
* IBSS RSN: Support authorizationAntonio Quartulli2012-02-121-0/+8
* eloop: Support poll() in eloopBen Greear2012-02-121-1/+227
* Remove the GPL notification from files contributed by Jouni MalinenJouni Malinen2012-02-11352-2816/+704
* Remove the GPL notification from files contributed by AtherosJouni Malinen2012-02-1121-168/+42
* Remove the GPL notification from EAP-pwd implementationJouni Malinen2012-02-114-32/+8
* EAP-pwd: Add support for fragmentationDan Harkins2012-02-113-141/+484
* EAP-pwd: Fix the argument name in compute_keys()Dan Harkins2012-02-111-4/+4
* Fix pmksa_cache_get() arguments in !IEEE80211_X_EAPOL buildsAntonio Quartulli2012-02-111-1/+2
* P2P: Avoid re-starting p2p_search in some corner casesJouni Malinen2012-02-091-0/+14
* P2P: Fix p2p_scan() error processing in p2p_search()Jouni Malinen2012-02-091-1/+1
* WPS: Allow wildcard UUID PIN to be used twiceGanesh Prasadh2012-02-081-3/+11
* P2P: Move p2p_add_device() prototype to correct header fileJouni Malinen2012-02-072-3/+2
* P2P: Allow BSS entry to be fetched based on GO P2P Device AddressJouni Malinen2012-02-072-0/+35