mac80211: Add capability to enable/disable beaconing
[safe/jmp/linux-2.6] / net / mac80211 / mlme.c
2009-01-29 Johannes Bergmac80211: Add capability to enable/disable beaconing
2009-01-29 Johannes Bergwireless: restrict to 32 legacy rates
2009-01-29 Jouni Malinenmac80211: Fix MFP Association Comeback to use Timeout...
2009-01-29 Jouni Malinennl80211: New command for adding extra IE(s) into manage...
2009-01-29 Vasanthakumar Thia... mac80211: Handle power constraint level advertised...
2009-01-29 Jouni Malinenmac80211: 802.11w - Implement Association Comeback...
2009-01-29 Jouni Malinenmac80211: 802.11w - Configuration of MFP disabled/optio...
2009-01-29 Jouni Malinenmac80211: 802.11w - STA flag for MFP
2009-01-29 Johannes Bergmac80211: extend/document powersave API
2009-01-29 Johannes Bergmac80211: move dynamic PS timeout to hardware config
2009-01-29 Johannes Bergmac80211: clean up channel type config
2009-01-29 Rami Rosenmac80211: remove an unused parameter in ieee80211_rx_mg...
2009-01-29 Sujithmac80211: Add 802.11h CSA support
2009-01-29 Alina Friedrichsenmac80211: Don't merge if BSSID is set manually
2009-01-29 Alina Friedrichsenmac80211: Don't scan if BSSID and channel are set manually
2009-01-29 Alina Friedrichsenmac80211: Disallow to set multicast BSSID
2009-01-29 Luis R. Rodriguezmac80211: no need for ht.enabled
2009-01-29 Vivek Natarajanmac80211: Enhancements to dynamic power save.
2009-01-29 Vivek Natarajanmac80211: A couple of fixes to dynamic power save.
2009-01-29 Vasanthakumar Thia... mac80211: Scale down to non-HT association with TKIP...
2009-01-22 Christian Lampartermac80211: fix slot time debug message
2008-12-19 Kalle Valomac80211: implement dynamic power save
2008-12-19 Kalle Valomac80211: enable IEEE80211_CONF_PS only when associated
2008-12-19 Rami Rosenmac80211: fix a typo in ieee80211_send_assoc() method.
2008-12-19 Jouni Malinenmac80211: Add HT rates into RX status reporting
2008-12-19 Sujithmac80211: Fix HT channel selection
2008-12-12 Rami Rosenmac80211: misc cleanups
2008-12-05 Fabio Rossimac80211: accept empty strings for hidden SSIDs
2008-12-05 Tomas Winklermac80211: disassociate prior to unlinking AP/station
2008-11-26 Vivek Natarajanmac80211: Look out for some other AP when disassoc...
2008-11-25 Luis R. Rodriguezcfg80211/mac80211: Add 802.11d support
2008-11-21 Rami Rosenmac80211: remove unnecessary include.
2008-11-21 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-19 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-11-18 Johannes Bergmac80211: remove ieee80211_notify_mac
2008-11-12 Johannes Bergmac80211: fix notify_mac function
2008-11-10 Tomas Winklermac80211: fix basic rates setting from association...
2008-11-10 Johannes Bergmac80211: remove SSID driver code
2008-11-10 Zhu Yimac80211: print reason code for deauth/dissoc frames
2008-10-31 Rami Rosenmac80211: check return value of dev_alloc_skb() in...
2008-10-31 Johannes Bergmac80211: insert AP sta entry after filling it
2008-10-31 Johannes Bergmac80211: inform userspace of probe/auth/assoc timeout
2008-10-31 Johannes Bergmac80211: rewrite HT handling
2008-10-31 Johannes Bergmac80211: move bss_conf into vif
2008-10-31 Johannes Berg802.11: clean up/fix HT support
2008-10-31 Johannes Bergmac80211: fix short slot handling
2008-10-28 Johannes Bergmac80211: convert to %pM away from print_mac
2008-10-15 Johannes Bergmac80211: fix HT information element parsing
2008-10-06 John W. Linvillemac80211: avoid "Wireless Event too big" message for...
2008-10-06 Linus Torvaldswireless: restore revert lost to merge damage
2008-09-24 Emmanuel Grumbachmac80211: fix led behavior in IBSS
2008-09-24 Johannes Bergmac80211: probe with correct SSID
2008-09-24 Johannes Bergmac80211: clean up rate control API
2008-09-15 Johannes Bergmac80211: share sta_info->ht_info
2008-09-15 Johannes Bergmac80211: share sta->supp_rates
2008-09-15 Johannes Bergmac80211: share STA information with driver
2008-09-15 Johannes Bergmac80211: use nl80211 interface types
2008-09-15 Johannes Bergmac80211: inform driver of basic rateset
2008-09-15 Johannes Bergmac80211: clean up scan namespace
2008-09-15 Johannes Bergmac80211: reorder MLME code more
2008-09-15 Johannes Bergmac80211: fix scan vs. interface removal race
2008-09-15 Johannes Bergmac80211: split off mesh handling entirely
2008-09-15 Johannes Bergmac80211: dont set REQ_RUN when scan finishes
2008-09-15 Johannes Bergmac80211: move STA timer restart
2008-09-15 Johannes Bergmac80211: move ieee80211_sta_expire
2008-09-11 Johannes Bergmac80211: move frame TX function
2008-09-11 Johannes Bergmac80211: move spectrum management code out
2008-09-11 Johannes Bergmac80211: make BA session handling independent of STA...
2008-09-11 Johannes Bergmac80211: initialise queue QoS parameters at hw start
2008-09-11 Johannes Bergmac80211: split ieee80211_sta_def_wmm_params
2008-09-11 Johannes Bergmac80211: consolidate deauth/disassoc
2008-09-11 Johannes Bergmac80211: reorder frame code in mlme
2008-09-11 Johannes Bergmac80211: remove useless 'ibss' parameter
2008-09-11 Johannes Bergmac80211: simplify scan start
2008-09-11 Johannes Bergmac80211: move some HT code out of mlme.c
2008-09-11 Johannes Bergmac80211: move BSS handling to scan code
2008-09-11 Johannes Bergmac80211: refactor and move scan RX code
2008-09-11 Johannes Bergmac80211: start moving scan code from mlme
2008-09-11 Johannes Bergmac80211: remove useless non-NULL tests from scan resul...
2008-09-11 Johannes Bergmac80211: use sdata pointer for scan interface
2008-09-11 Johannes Bergmac80211: reorder mlme code
2008-09-11 Tomas Winklermac80211: stop queues before carrier off
2008-09-11 Tomas Winklermac80211: remove disassociation code from ieee80211_set...
2008-09-11 Tomas Winklermac80211: disassociate when moving to new BSS
2008-09-11 Tomas Winklermac80211: restructure disassoc/deauth flows
2008-09-11 Johannes Bergmac80211: move IE parsing to util file
2008-09-11 Johannes Bergmac80211: fix typo in action frame handling
2008-09-11 Johannes Bergmac80211: fix action frame length checks
2008-09-11 Johannes Bergmac80211: BSS info: check channel first
2008-09-11 Johannes Bergmac80211: make conf_tx non-atomic
2008-09-11 Johannes Bergmac80211: move some RCU locking into an if branch
2008-09-08 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-09-08 Emmanuel Grumbachmac80211: Fix rate scale initialization in IBSS
2008-09-08 Tomas Winklermac80211: Fix low bit rate in IBSS
2008-09-05 Linus TorvaldsRevert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"
2008-08-30 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-08-29 Jouni Malinenmac80211: Handle scan result IEs in one block
2008-08-27 John W. Linvillemac80211: quiet chatty IBSS merge message
2008-08-27 Jan-Espen Pettersenmac80211: don't send empty extended rates IE
2008-08-27 Jouni Malinenmac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM
next