aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-20cfg80211: fix dangling scan request checkingJohannes Berg1-0/+2
2009-08-14cfg80211: allow driver to override PS defaultJohannes Berg1-0/+4
2009-08-14mac80211: remove max_bandwidthPat Erley1-2/+0
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg1-1/+3
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+12
2009-08-14cfg80211: use reassociation when possibleJohannes Berg1-2/+2
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+5
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez1-14/+0
2009-08-03cfg80211: fix regression on beacon world roaming featureLuis R. Rodriguez1-0/+5
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-14/+6
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-18/+6
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-14/+6
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-4/+36
2009-07-24cfg80211: update misleading commentHelmut Schaa1-1/+1
2009-07-24cfg80211: rework key operationJohannes Berg1-1/+17
2009-07-10cfg80211: fix lockingJohannes Berg1-5/+19
2009-07-10cfg80211: mlme API must be able to sleepJohannes Berg1-16/+14
2009-07-10cfg80211: dont use union for wextJohannes Berg1-4/+2
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-1/+2
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-64/+22
2009-07-10cfg80211: assimilate and export ieee80211_bss_get_ieJohannes Berg1-0/+9
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-0/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+32
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+10
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+13
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-1/+35
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-1/+5
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-6/+129
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+83
2009-07-10cfg80211: remove wireless_dev->bssidJohannes Berg1-1/+0
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-7/+14
2009-07-10cfg80211: add wrapper function to get wiphy from priv pointerDavid Kilroy1-0/+11
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-1/+2
2009-06-03cfg80211: add rfkill supportJohannes Berg1-4/+25
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+30
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-0/+47
2009-05-20cfg80211: allow wext to remove keys that don't existJohannes Berg1-2/+3
2009-05-20cfg80211: mark wiphy->privid as pointer to constDavid Kilroy1-1/+1
2009-05-20cfg80211: mark ops as pointer to constDavid Kilroy1-1/+1
2009-05-20wireless: rename IEEE80211_CHAN_NO_FAT_* to HT40-/+Luis R. Rodriguez1-5/+5
2009-05-20cfg80211: Process regulatory max bandwidth checks for HT40Luis R. Rodriguez1-4/+10
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+5
2009-05-13nl80211: improve station flags handlingJohannes Berg1-23/+5
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-0/+10
2009-05-11cfg80211: put wext data into substructureJohannes Berg1-2/+4
2009-05-11cfg80211: constify key mac address in opsJohannes Berg1-3/+3
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen1-0/+2
2009-04-22nl80211: Add event for authentication/association timeoutJouni Malinen1-2/+20
2009-04-22nl80211: allow configuring IBSS beacon intervalJohannes Berg1-0/+2
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-0/+50