aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge get_seqnum_igtk() driver op with get_seqnum()Jouni Malinen2009-12-112-17/+3
* Add Doxygen comments for rest of struct wpa_driver_ops membersJouni Malinen2009-12-101-0/+201
* Move vendor-specific IE type defines away from driver.hJouni Malinen2009-12-101-2/+0
* Add more documentation for driver opsJouni Malinen2009-12-101-12/+153
* hostapd: Remove unused bridge_packets configuration optionJouni Malinen2009-12-092-7/+0
* Remove struct hostapd_rate_data from driver APIJouni Malinen2009-12-094-27/+18
* Remove unused rate flags from driver useJouni Malinen2009-12-094-23/+5
* Merge bss_add/bss_remove drivers ops into if_add/if_removeJouni Malinen2009-12-094-95/+142
* Remove unused if_update() driver opJouni Malinen2009-12-094-21/+0
* Fix driver_bsd.c buildMasashi Honma2009-12-071-17/+17
* Remove unused phytype RX info variableJouni Malinen2009-12-062-2/+0
* nl80211: Add extra IEs into IBSS join requestJouni Malinen2009-12-041-0/+8
* nl80211: Add support for IBSS networksJouni Malinen2009-12-041-1/+119
* nl80211: Clear BSS state mismatches with deauth as a workaroundJouni Malinen2009-12-021-1/+19
* nl80211: Add debug prints for BSS status in scan resultsJouni Malinen2009-12-022-0/+69
* Remove src/crypto from default include pathJouni Malinen2009-11-292-2/+2
* Add driver wrapper callback for WPS push button pressedJouni Malinen2009-11-292-3/+2
* driver_prism54: Use hostapd_notif_disassoc() instead of private copyJouni Malinen2009-11-291-13/+1
* Remove some unneeded header file inclusionsJouni Malinen2009-11-292-4/+3
* Include sta_flags.h explicitly, not via sta_info.hJouni Malinen2009-11-291-0/+1
* Remove src/common from default header file pathJouni Malinen2009-11-2916-16/+2508
* nl80211: Remove unneeded header file: ieee802_11_common.hJouni Malinen2009-11-291-4/+0
* HT: Remove unneeded struct ht_cap_ie wrapperJouni Malinen2009-11-292-6/+3
* Fix AP mode HT Capabilities IE to use A-MPDU Parameters from the driverJouni Malinen2009-11-292-0/+13
* Resolve some sparse warningsJouni Malinen2009-11-251-1/+1
* Remove obsoleted get_scan_results() driver_opsJouni Malinen2009-11-234-147/+61
* Remove deprecated scan and set_probe_req_ie driver_opsJouni Malinen2009-11-2316-93/+80
* Remove deprecated driver_ops handlersJouni Malinen2009-11-2314-196/+90
* Add cleared deprecation notes on iwl,ndiswrapper,madwifi(sta) wrappersJouni Malinen2009-11-232-1/+10
* Merge set_key and hapd_set_key driver_ops into a single functionJouni Malinen2009-11-2317-110/+74
* Move HOSTAPD_MTU definition into driver_hostap.cJouni Malinen2009-11-231-0/+5
* Remove unneeded set-MTU operation from driversJouni Malinen2009-11-233-33/+0
* Move definitions away from hostapd_defs.hJouni Malinen2009-11-233-6/+14
* nl80211: Build some client functionality unconditionallyJouni Malinen2009-11-231-23/+11
* nl80211: Remove last remaining WEXT codeJouni Malinen2009-11-231-37/+0
* Merge set_beacon driver_ops into a single oneJouni Malinen2009-11-233-86/+13
* Add 'none' driver as an option for wpa_supplicantJouni Malinen2009-11-202-11/+47
* nl80211/SME: Use reassociation when roaming within the ESSJouni Malinen2009-11-172-0/+15
* hostapd: fix AP mode initialization for nl80211Felix Fietkau2009-11-111-3/+3
* driver_prism54: Use os_zalloc instead of malloc to clear memoryJouni Malinen2009-11-101-8/+8
* Fix MCS set field to be based on driver infoJouni Malinen2009-11-052-0/+8
* Work around some gcc 4.4 strict-aliasing warningsJouni Malinen2009-11-042-4/+6
* DragonFly BSD: Fix driver_bsd.c buildMasashi Honma2009-10-121-0/+5
* nl80211: Work around mac80211 limitation on (re)auth when authenticatedJouni Malinen2009-10-121-0/+17
* nl80211: Add parsing of NL80211_BSS_SEEN_MS_AGO into scan resultsJouni Malinen2009-10-012-0/+6
* nl80211: Recognize NL80211_CMD_TRIGGER_SCAN eventsJouni Malinen2009-10-011-0/+3
* nl80211: Fix a typo in set_sta_vlan()Author: Johannes Berg2009-09-301-1/+1
* DragonFly BSD: Fix wired IEEE 802.1XMasashi Honma2009-09-281-4/+4
* Mac OS X: Fix wired IEEE 802.1XMasashi Honma2009-09-261-2/+2
* nl80211: Use defines for NL80211_KEY_CIPHER valuesJouni Malinen2009-09-151-5/+8