aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-compat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-13cfg80211/nl80211: separate unicast/multicast default TX keysJohannes Berg1-4/+4
2010-10-11wireless: Set some stats used by /proc/net/wireless (wext)Ben Greear1-0/+4
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-13/+25
2010-08-30wireless extensions: fix kernel heap content leakJohannes Berg1-0/+3
2010-07-20wireless: correct sparse warning in wext-compat.cJohn W. Linville1-0/+1
2010-06-24cfg80211/mac80211: Update set_tx_power to use mBm instead of dBm unitsJuuso Oikarinen1-5/+5
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-5/+10
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-19nl80211: add power save commandsKalle Valo1-5/+5
2010-01-27cfg80211: fix wext-compat for setting rate to 'auto'John W. Linville1-1/+1
2010-01-12cfg80211/mac80211: Use more generic bitrate mask for rate controlJouni Malinen1-4/+30
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2009-12-21wireless: report reasonable bitrate for MCS rates through wextJohn W. Linville1-4/+1
2009-12-09cfg80211: Clear encryption privacy when key off is done.Vivek Natarajan1-0/+1
2009-11-28cfg80211: Add PMKSA wext compatibility handlerSamuel Ortiz1-0/+42
2009-11-18cfg80211: re-join IBSS when privacy changesJohannes Berg1-9/+40
2009-11-02cfg80211: Fix WEXT compat siwauth wpa and group cipherJouni Malinen1-4/+2
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-08-28cfg80211: clean up properly on interface type changeJohannes Berg1-13/+3
2009-08-20cfg80211: export cfg80211_wext_siwfreqJussi Kivilinna1-0/+1
2009-08-14cfg80211: fix locking for SIWFREQJohannes Berg1-1/+1
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-36/+19
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-0/+40
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-0/+34
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-8/+44
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-1/+53
2009-07-24cfg80211: set_default_key only for WEPZhu Yi1-1/+2
2009-07-24cfg80211: fix disabling WPA via wext (SIOCSIWAUTH)Gábor Stefanik1-1/+11
2009-07-24cfg80211: fix wext statsJohannes Berg1-4/+9
2009-07-24cfg80211: rework key operationJohannes Berg1-62/+101
2009-07-24cfg80211: fix race in giwrateJohannes Berg1-5/+8
2009-07-10cfg80211: fix MFP bug, sparse warningsJohannes Berg1-3/+3
2009-07-10cfg80211: check for current_bss from giwrateSamuel Ortiz1-2/+5
2009-07-10cfg80211: fix giwrangeJohannes Berg1-4/+3
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-0/+59
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+63
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+46
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+60
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-44/+185
2009-07-10cfg80211: infer WPA and WPA2 support from TKIP and CCMPDavid Kilroy1-4/+4
2009-07-10cfg80211: set WE encoding size based on available ciphersDavid Kilroy1-3/+10
2009-07-10cfg80211: allow drivers that can't scan for specific ssidsDavid Kilroy1-1/+2
2009-07-10cfg80211: Advertise ciphers via WE according to driver capabilityDavid Kilroy1-2/+13
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-1/+1
2009-06-03cfg80211: add rfkill supportJohannes Berg1-4/+7
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+80
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg1-0/+7
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-0/+5
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-1/+256