aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-27mac80211: Introduce a generic commit() to apply changesAlina Friedrichsen1-9/+16
2009-02-27nl80211: Optional IEs into scan requestJouni Malinen1-3/+5
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-1225/+421
2009-02-27mac80211: Make sure non-HT connection when IEEE80211_STA_TKIP_WEP_USED is setVasanthakumar Thiagarajan1-2/+4
2009-02-13mac80211: split managed/ibss code a little moreJohannes Berg1-108/+146
2009-02-13mac80211: fix IBSS authJohannes Berg1-0/+1
2009-02-13mac80211: use cfg80211s BSS infrastructureJohannes Berg1-140/+73
2009-02-13mac80211: dont add BSS when creating IBSSJohannes Berg1-49/+58
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-9/+28
2009-02-13mac80211: clean up BA session teardownJohannes Berg1-1/+1
2009-02-13mac80211: use ps-poll when dynamic power save mode is disabledKalle Valo1-3/+51
2009-02-13mac80211: remove multicast check from check_tim()Kalle Valo1-7/+4
2009-02-11mac80211: Free current bss information in few places where we don't need it any moreVasanthakumar Thiagarajan1-17/+21
2009-02-09mac80211: Remove bss information of the current AP when it goes out of rangeVasanthakumar Thiagarajan1-2/+16
2009-02-09mac80211: IBSS join reworkAlina Friedrichsen1-7/+14
2009-02-09mac80211: Creating new IBSS with fixed BSSIDAlina Friedrichsen1-3/+2
2009-02-09mac80211: Reset assoc_scan_tries after an unsuccessful scan runSujith1-1/+3
2009-01-29mac80211: Fixed BSSID handling revisitedAlina Friedrichsen1-39/+33
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-1/+2
2009-01-29wireless: restrict to 32 legacy ratesJohannes Berg1-8/+8
2009-01-29mac80211: Fix MFP Association Comeback to use Timeout Interval IEJouni Malinen1-2/+3
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen1-6/+46
2009-01-29mac80211: Handle power constraint level advertised in 11d+h beaconVasanthakumar Thiagarajan1-0/+9
2009-01-29mac80211: 802.11w - Implement Association Comeback processingJouni Malinen1-3/+17
2009-01-29mac80211: 802.11w - Configuration of MFP disabled/optional/requiredJouni Malinen1-0/+4
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen1-2/+5
2009-01-29mac80211: extend/document powersave APIJohannes Berg1-16/+15
2009-01-29mac80211: move dynamic PS timeout to hardware configJohannes Berg1-2/+3
2009-01-29mac80211: clean up channel type configJohannes Berg1-1/+1
2009-01-29mac80211: remove an unused parameter in ieee80211_rx_mgmt_probe_req().Rami Rosen1-4/+2
2009-01-29mac80211: Add 802.11h CSA supportSujith1-0/+13
2009-01-29mac80211: Don't merge if BSSID is set manuallyAlina Friedrichsen1-0/+1
2009-01-29mac80211: Don't scan if BSSID and channel are set manuallyAlina Friedrichsen1-0/+4
2009-01-29mac80211: Disallow to set multicast BSSIDAlina Friedrichsen1-2/+7
2009-01-29mac80211: no need for ht.enabledLuis R. Rodriguez1-1/+0
2009-01-29mac80211: Enhancements to dynamic power save.Vivek Natarajan1-1/+40
2009-01-29mac80211: A couple of fixes to dynamic power save.Vivek Natarajan1-1/+2
2009-01-29mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipherVasanthakumar Thiagarajan1-1/+8
2009-01-22mac80211: fix slot time debug messageChristian Lamparter1-2/+2
2008-12-19mac80211: implement dynamic power saveKalle Valo1-2/+47
2008-12-19mac80211: enable IEEE80211_CONF_PS only when associatedKalle Valo1-2/+13
2008-12-19mac80211: fix a typo in ieee80211_send_assoc() method.Rami Rosen1-1/+1
2008-12-19mac80211: Add HT rates into RX status reportingJouni Malinen1-1/+6
2008-12-19mac80211: Fix HT channel selectionSujith1-0/+1
2008-12-12mac80211: misc cleanupsRami Rosen1-7/+3
2008-12-05mac80211: accept empty strings for hidden SSIDsFabio Rossi1-1/+1
2008-12-05mac80211: disassociate prior to unlinking AP/stationTomas Winkler1-4/+14
2008-11-26mac80211: Look out for some other AP when disassoc is received.Vivek Natarajan1-2/+6
2008-11-25cfg80211/mac80211: Add 802.11d supportLuis R. Rodriguez1-0/+7
2008-11-21mac80211: remove unnecessary include.Rami Rosen1-1/+0