aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-16cfg80211: Allow use_mfp to be specified with the connect commandJouni Malinen1-1/+2
2013-01-03regulatory: code cleanupJohannes Berg1-4/+2
2012-11-30cfg80211: fix BSS struct IE access racesJohannes Berg1-2/+11
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-4/+5
2012-10-18cfg80211: add support for flushing old scan resultsSam Leffler1-0/+1
2012-10-17cfg80211: Allow user space to specify non-IEs to SAE AuthenticationJouni Malinen1-1/+1
2012-07-12nl80211: move scan API to wdevJohannes Berg1-3/+3
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg1-2/+2
2012-02-06cfg80211: stop tracking authenticated stateJohannes Berg1-34/+7
2011-12-13cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan1-21/+40
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville1-0/+1
2011-11-21wireless: Support ht-capabilities over-rides.Ben Greear1-1/+6
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-09-20wireless: Do not allow disabled channel in scan requestRajkumar Manoharan1-7/+12
2011-09-16wireless: Fix rate mask for scan requestRajkumar Manoharan1-0/+2
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-5/+14
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-1/+1
2010-09-16cfg80211/nl80211: introduce p2p device typesJohannes Berg1-3/+6
2010-07-20wireless: mark cfg80211_is_all_idle as staticJohn W. Linville1-1/+1
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/+0
2010-05-07cfg80211/mac80211: better channel handlingJohannes Berg1-5/+0
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-6/+10
2010-04-16cfg80211: Avoid sending IWEVASSOCREQIE and IWEVASSOCRESPIE events with NULL event bodyNishant Sarmukadam1-6/+10
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-6/+9
2010-04-07cfg80211: Add local-state-change-only auth/deauth/disassocJouni Malinen1-6/+9
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-01cfg80211: add regulatory hint disconnect supportLuis R. Rodriguez1-0/+40
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+1
2010-01-15cfg80211: make regulatory_hint_11d() band specificLuis R. Rodriguez1-0/+1
2010-01-14cfg80211: fix channel setting for wextAbhijeet Kolekar1-0/+1
2009-11-28wireless : use a dedicated workqueue for cfg80211.Alban Browaeys1-3/+3
2009-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+5
2009-11-02cfg80211: fix NULL ptr derefJohannes Berg1-2/+5
2009-10-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+19
2009-10-27cfg80211: sme: deauthenticate on assoc failureJohannes Berg1-2/+19
2009-10-07wext: refactorJohannes Berg1-6/+6
2009-09-28cfg80211: always get BSSJohannes Berg1-3/+2
2009-09-16cfg80211: fix SME connectJohannes Berg1-8/+13
2009-08-28cfg80211: make spurious warnings less likely, configurableJohannes Berg1-3/+9
2009-08-20cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi1-1/+2
2009-08-20cfg80211: fix leaks of wdev->conn->ieDavid Kilroy1-0/+4
2009-08-20cfg80211: report userspace SME connected event properlyJohannes Berg1-16/+6
2009-08-14cfg80211: fix alignment problem in scan requestJohannes Berg1-2/+1
2009-08-14cfg80211: use reassociation when possibleJohannes Berg1-12/+42
2009-08-14cfg80211: validate channel settings across interfacesJohannes Berg1-0/+9
2009-08-14cfg80211: Set WEP ciphersSamuel Ortiz1-2/+16
2009-08-14cfg80211: fix SME association after disassociationJohannes Berg1-0/+20
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg1-0/+4
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez1-0/+16
2009-08-04cfg80211: keep track of current_bss for userspace SMEJohannes Berg1-17/+18