aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make phase2_method initialization easier for static analyzersJouni Malinen2011-11-131-2/+3
* Make time_adv use easier for static analyzersJouni Malinen2011-11-131-0/+3
* nl80211: Verify that global driver pointer is not NULLJouni Malinen2011-11-131-2/+3
* P2P: Verify that assoc req IEs are available for group updateJouni Malinen2011-11-131-2/+4
* Remove unnecessary include file inclusionJouni Malinen2011-11-1311-14/+0
* Use shared SHA-256 define for the block sizeJouni Malinen2011-11-131-11/+12
* Make sha256_process() easier for static analyzersJouni Malinen2011-11-131-1/+1
* TLS: Fix double-free on error pathJouni Malinen2011-11-131-1/+1
* Use a pre-processor macro to simplify event_to_string()Jouni Malinen2011-11-131-48/+50
* Print human readable driver event namesBen Greear2011-11-132-0/+60
* Move wpa_scan_results_free() into shared C fileJouni Malinen2011-11-132-12/+32
* PEAP: Verify peap_prfplus() resultJouni Malinen2011-11-134-19/+32
* Remove station functionality from hostap and madwifi driver wrappersJouni Malinen2011-11-134-1090/+36
* Remove unmaintained driver wrappersJouni Malinen2011-11-1311-3869/+0
* TLS: Add preliminary support for partial message processingJouni Malinen2011-11-135-61/+151
* TLS: Fix block cipher padding validationJouni Malinen2011-11-131-3/+3
* TLS: Clean up TLS record layer processingJouni Malinen2011-11-053-60/+140
* Add random.c into libcrypto.aJouni Malinen2011-11-051-0/+1
* Move AP events for STA connected/disconnected into one functionJouni Malinen2011-11-034-34/+21
* Fix some recent wpa_msg() calls in hostapd use correct contextJouni Malinen2011-11-032-12/+14
* hostapd: Send an event when an inactive station is removedNicolas Cavallari2011-11-031-0/+4
* ndis: Work around lack of C99 designated initializers in MSVCJouni Malinen2011-11-031-111/+30
* Include time.h to fix Windows buildsJouni Malinen2011-11-031-0/+1
* Update version number to 2.0-develJouni Malinen2011-11-031-1/+1
* Configure new GTK/IGTK to driver in case of TKIP countermeasuresYoni Divinsky2011-10-301-0/+1
* WPS: Send the credential when learning AP params in registrar roleOlivier Sobrie2011-10-301-0/+43
* random: Improve error messages about writing to entropy filePavel Roskin2011-10-301-4/+4
* Prefer 5 GHz networks over 2.4 GHz networksGary Morain2011-10-301-2/+77
* Ignore Michael MIC failure reports if cipher is not TKIPJouni Malinen2011-10-301-3/+14
* Move Michael MIC error report processing into separate functionJouni Malinen2011-10-301-11/+23
* Fix TKIP countermeasures stopping in deinit pathsJouni Malinen2011-10-303-2/+10
* Add wpa_supplicant_ctrl_req_from_string()Dan Williams2011-10-301-0/+1
* Use an enum for EAP SM requestsDan Williams2011-10-305-36/+33
* EAP-TTLS peer: Fix user input during implicit identity requestJouni Malinen2011-10-301-0/+15
* nl80211: Disable IEEE 802.11b rates only for P2P iftypesJouni Malinen2011-10-291-17/+16
* Remove disable_11b_rates() driver_opsJouni Malinen2011-10-293-24/+11
* nl80211: Fix re-enabling of 802.11b ratesJouni Malinen2011-10-291-3/+7
* nl80211: disable_11b_rates on interface mode changeEliad Peller2011-10-291-0/+3
* Add no_cck parameter for send_action() driver_opsJouni Malinen2011-10-293-12/+21
* nl80211: Add support to disable CCK rate for P2P framesRajkumar Manoharan2011-10-291-0/+4
* Remove unused valid_bss_mask driver_opsJouni Malinen2011-10-296-43/+0
* Remove unconfigurable cts_protection_typeJouni Malinen2011-10-292-23/+5
* For MS-CHAP, convert the password from UTF-8 to UCS-2Evan Broder2011-10-291-26/+80
* dl_list: Add DEFINE_DL_LISTJohannes Berg2011-10-281-0/+3
* P2P: Notify device expiry via P2P-DEVICE-LOST eventJithu Jance2011-10-281-0/+4
* nl80211: Ignore netlink interface down if interface is upJouni Malinen2011-10-283-0/+31
* Fix WPA authenticator configuration to not leave uninitialized fieldsJouni Malinen2011-10-281-0/+1
* TDLS: Do not clear peer data too early for teardownJouni Malinen2011-10-271-5/+6