aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setup"Jouni Malinen2009-09-151-37/+44
* nl80211: Share the same routine for NL80211_ATTR_KEY_CIPHER setupJouni Malinen2009-09-151-44/+37
* driver_nl80211: Fix MLME key settings for static WEPJohannes Berg2009-09-152-3/+65
* Fix driver_test for hostapdJouni Malinen2009-09-111-0/+1
* driver_test: Update BSS data when using wpa_supplicant AP modeJouni Malinen2009-09-111-9/+39
* driver_test: Implement set_mode for wpa_supplicant AP deinitJouni Malinen2009-09-111-9/+25
* driver_test: Preliminary support for wpa_supplicant AP functionalityJouni Malinen2009-09-101-11/+69
* driver_test: Share the same deinit() for hostapd and wpa_supplicantJouni Malinen2009-09-101-53/+33
* driver_test: Merge socket_dir into test_dirJouni Malinen2009-09-101-14/+13
* driver_test: Some additional merging of send_mlmeJouni Malinen2009-09-101-49/+40
* driver_test: Claim AP mode capability for wpa_supplicantJouni Malinen2009-09-101-0/+1