aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* TLS: Add a debug information on unsupported private key formatJouni Malinen2011-11-271-0/+7
* wext: Define some new values if linux/wireless.h is too oldJouni Malinen2011-11-251-0/+8
* P2P: Send STA connected/disconnected events to parent ctrl_ifaceDmitry Shmidt2011-11-252-0/+15
* nl80211: Do not set sched_scan filter if driver does not support itJouni Malinen2011-11-251-1/+2
* nl80211: Implement set_p2p_powersave for legacy_ps changesJouni Malinen2011-11-251-0/+40
* Use wpa_key_mgmt_*() helpersJouni Malinen2011-11-243-5/+7
* WPS: Include WSC IE in (Re)Association Response for maybe-WPS caseJouni Malinen2011-11-241-1/+2
* Move wpa_sm_remove_pmkid() call to PMKSA cache entry freeingJouni Malinen2011-11-201-3/+1
* Fix wired EAPOL authenticatorJouni Malinen2011-11-201-1/+2
* Avoid possible compiler warning in os_gmtime()Jouni Malinen2011-11-203-3/+6
* nl80211: Set offchannel-OK selectivelyJohannes Berg2011-11-191-12/+17
* nl80211: Move preq NL handle into BSSJohannes Berg2011-11-191-11/+13
* nl80211: Add no_ack support for NL80211_CMD_FRAMEJouni Malinen2011-11-191-8/+11
* nl80211: Implement noack policy for send_mlmeHelmut Schaa2011-11-192-4/+11
* Avoid excessive probe response retriesHelmut Schaa2011-11-191-1/+8
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-1911-25/+28
* EAP-pwd: Remove struct eap_pwd_hdrJouni Malinen2011-11-193-14/+7
* EAP-pwd: Fix zero-padding of input to H()Dan Harkins2011-11-193-31/+76
* EAP-pwd: Fix KDF for group 21Dan Harkins2011-11-191-2/+14
* nl80211: Support in-kernel station pollJohannes Berg2011-11-191-3/+56
* nl80211: Use non-receiving socket for EAPOL TXJohannes Berg2011-11-191-24/+27
* nl80211: Use device AP SME capabilityJohannes Berg2011-11-191-10/+22
* nl80211: Sync with wireless-testing.git linux/nl80211.hJouni Malinen2011-11-191-0/+113
* AP: Add explicit EAPOL TX status eventJohannes Berg2011-11-197-10/+77
* OpenSSL: Read certificate chain from server_cert fileMaciej Szmigiero2011-11-191-0/+1
* nl80211: Implement shared_freqJithu Jance2011-11-191-0/+39
* nl80211: Make MLME failure messages uniqueBen Greear2011-11-181-6/+9
* P2P: Clear WPS method when GO negotiation failsJohannes Berg2011-11-181-0/+2
* nl80211: Fix UNSPEC signal quality reportingDan Williams2011-11-181-1/+1
* P2P: Indicate GO Negotiation failure on peer expirationJithu Jance2011-11-181-1/+6
* Use NULL instead of 0 for pointersJouni Malinen2011-11-185-8/+8
* P2P: Fix collection of member-in-group information for peer entriesJouni Malinen2011-11-181-1/+1
* Mark local functions staticJouni Malinen2011-11-186-10/+10
* Include wpa_auth_glue.h to verify function prototypesJouni Malinen2011-11-181-0/+1
* Include list.h after trace.h to avoid offsetof refinitionJouni Malinen2011-11-181-1/+1
* Remove incorrect le16 type castJouni Malinen2011-11-181-1/+1
* Fix the debug message in the previous commitJouni Malinen2011-11-171-2/+2
* Set Secure=1 for EAPOL-Key msg 3/4 in WPA conditional on 2/4Jouni Malinen2011-11-172-0/+19
* Use a single define for maximum number of EAP methodsJouni Malinen2011-11-175-14/+8
* WPS: Use strdup to initialize dev_password for PBCJouni Malinen2011-11-171-2/+1
* Avoid 0-length memmove from buffer end to keep static analyzers happierJouni Malinen2011-11-171-3/+6
* nl80211: Get rid of family/cache objectsJohannes Berg2011-11-161-26/+4
* P2P: Deal with a peer associating while connectedJohannes Berg2011-11-161-21/+33
* P2P: Wait until ongoing scan completes before starting P2P findJouni Malinen2011-11-153-0/+38
* WEXT: Use linux/wireless.h instead of wireless_copy.hJouni Malinen2011-11-156-1187/+47
* Fix P2P IE configuration for GO modeJouni Malinen2011-11-141-3/+3
* Make crypto_hash_init() easier for static analyzersJouni Malinen2011-11-131-1/+2
* Make crypto_hash_init() easier for static analyzersJouni Malinen2011-11-131-1/+2
* Make radius_msg_add_attr_user_password() easier for static analyzersJouni Malinen2011-11-131-3/+2
* Make fips186_2_prf() easier for static analyzersJouni Malinen2011-11-131-2/+3