aboutsummaryrefslogtreecommitdiffstats
path: root/src/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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-191-4/+10
* Allow MLME frames to be sent without expecting an ACK (no retries)Helmut Schaa2011-11-194-13/+16
* 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-192-1/+24
* nl80211: Implement shared_freqJithu Jance2011-11-191-0/+39
* nl80211: Make MLME failure messages uniqueBen Greear2011-11-181-6/+9
* nl80211: Fix UNSPEC signal quality reportingDan Williams2011-11-181-1/+1
* nl80211: Get rid of family/cache objectsJohannes Berg2011-11-161-26/+4
* WEXT: Use linux/wireless.h instead of wireless_copy.hJouni Malinen2011-11-156-1187/+47
* nl80211: Verify that global driver pointer is not NULLJouni Malinen2011-11-131-2/+3
* 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
* Remove station functionality from hostap and madwifi driver wrappersJouni Malinen2011-11-134-1090/+36
* Remove unmaintained driver wrappersJouni Malinen2011-11-1311-3869/+0
* ndis: Work around lack of C99 designated initializers in MSVCJouni Malinen2011-11-031-111/+30
* Prefer 5 GHz networks over 2.4 GHz networksGary Morain2011-10-301-2/+77
* 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-293-20/+0
* nl80211: Ignore netlink interface down if interface is upJouni Malinen2011-10-283-0/+31
* TDLS: Add peer as a STA during link setupArik Nemtsov2011-10-232-7/+35
* TDLS/nl80211: Support receiving TDLS discovery response framesArik Nemtsov2011-10-231-0/+8
* nl80211: Implement TDLS callback functions and propagate capabilitiesArik Nemtsov2011-10-232-0/+108
* nl80211: Handle special TDLS direct link key index useJouni Malinen2011-10-231-0/+4
* Remove incorrect statement about get_hw_feature_data() driver_opsJouni Malinen2011-10-231-3/+0
* Remove unused driver_ops client MLME functionsJouni Malinen2011-10-233-120/+0
* Allow driver wrappers to indicate whether HT info is knownJouni Malinen2011-10-232-0/+5
* Remove unused variablesJouni Malinen2011-10-231-7/+6
* nl80211: Remove some unnecessary ifdef HOSTAPD blocksJouni Malinen2011-10-221-9/+9
* Remove user space client MLMEJouni Malinen2011-10-222-14/+1
* Share a single wpa_scan_results_free() implementationJouni Malinen2011-10-222-14/+13
* nl80211: Use one global ioctl socketBen Greear2011-10-221-44/+52
* nl80211: Use a global netlink command objectBen Greear2011-10-221-20/+23
* nl80211: Use global nl_cb templateBen Greear2011-10-221-16/+26
* nl80211: Clean up error path in wpa_driver_nl80211_initBen Greear2011-10-221-12/+7
* nl80211: Abstract handle/cache (de)allocationJohannes Berg2011-10-221-101/+80
* nl80211: Fix hostapd error pathJohannes Berg2011-10-221-12/+3
* nl80211: Use global netlink rtm event objectBen Greear2011-10-221-25/+59
* hostapd: Call global_init/global_deinit driver_opsJouni Malinen2011-10-223-1/+4