aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-0/+2
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-1/+2
2009-07-24cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi1-2/+2
2009-07-24cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi1-1/+1
2009-07-24cfg80211: fix a locking bugJohannes Berg1-2/+2
2009-07-24cfg80211: rework key operationJohannes Berg1-26/+71
2009-07-24cfg80211: fix two bugletsJohannes Berg1-3/+2
2009-07-10cfg80211: clean up naming once and for allJohannes Berg1-24/+24
2009-07-10cfg80211: fix lockingJohannes Berg1-56/+196
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-1/+7
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-63/+93
2009-07-10cfg80211: send events for userspace SMEJohannes Berg1-26/+38
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-22/+33
2009-07-10cfg80211: emulate connect with auth/assocJohannes Berg1-13/+382
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-0/+224