summaryrefslogtreecommitdiffstats
path: root/net/wireless/sme.c
Commit message (Expand)AuthorAgeFilesLines
* wext: refactorJohannes Berg2009-10-071-6/+6
* cfg80211: always get BSSJohannes Berg2009-09-281-3/+2Star
* cfg80211: fix SME connectJohannes Berg2009-09-161-8/+13
* cfg80211: make spurious warnings less likely, configurableJohannes Berg2009-08-281-3/+9
* cfg80211: allow cfg80211_connect_result with bssid == NULLZhu Yi2009-08-201-1/+2
* cfg80211: fix leaks of wdev->conn->ieDavid Kilroy2009-08-201-0/+4
* cfg80211: report userspace SME connected event properlyJohannes Berg2009-08-201-16/+6Star
* cfg80211: fix alignment problem in scan requestJohannes Berg2009-08-141-2/+1Star
* cfg80211: use reassociation when possibleJohannes Berg2009-08-141-12/+42
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-141-0/+9
* cfg80211: Set WEP ciphersSamuel Ortiz2009-08-141-2/+16
* cfg80211: fix SME association after disassociationJohannes Berg2009-08-141-0/+20
* cfg80211: clear SSID on disconnect/no connectionJohannes Berg2009-08-041-0/+4
* cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez2009-08-041-0/+16
* cfg80211: keep track of current_bss for userspace SMEJohannes Berg2009-08-041-17/+18
* cfg80211: self-contained wext handling where possibleJohannes Berg2009-07-291-0/+2
* cfg80211: make aware of net namespacesJohannes Berg2009-07-271-1/+2
* cfg80211: fix typo of IWEVASSOCRESPIEZhu Yi2009-07-241-2/+2
* cfg80211: remove WARN_ON in __cfg80211_sme_scan_doneZhu Yi2009-07-241-1/+1
* cfg80211: fix a locking bugJohannes Berg2009-07-241-2/+2
* cfg80211: rework key operationJohannes Berg2009-07-241-26/+71
* cfg80211: fix two bugletsJohannes Berg2009-07-241-3/+2Star
* cfg80211: clean up naming once and for allJohannes Berg2009-07-101-24/+24
* cfg80211: fix lockingJohannes Berg2009-07-101-56/+196
* cfg80211: let SME control reassociation vs. associationJohannes Berg2009-07-101-1/+7
* cfg80211: keep track of BSSesJohannes Berg2009-07-101-63/+93
* cfg80211: send events for userspace SMEJohannes Berg2009-07-101-26/+38
* cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-22/+33
* cfg80211: emulate connect with auth/assocJohannes Berg2009-07-101-13/+382
* cfg80211: connect/disconnect APISamuel Ortiz2009-07-101-0/+224