aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/wext.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-29cfg80211: self-contained wext handling where possibleJohannes Berg1-98/+0
2009-07-29cfg80211: combine IWESSID handlersJohannes Berg1-33/+2
2009-07-29cfg80211: combine IWAP handlersJohannes Berg1-39/+2
2009-07-29cfg80211: combine iwfreq implementationsJohannes Berg1-71/+2
2009-07-10cfg80211: implement get_wireless_statsJohannes Berg1-68/+1
2009-07-10cfg80211: implement IWRATEJohannes Berg1-74/+2
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-22/+4
2009-07-10cfg80211: implement iwpowerJohannes Berg1-68/+2
2009-07-10cfg80211: managed mode wext compatibilityJohannes Berg1-195/+20
2009-06-15mac80211: disconnect when user changes channelJohannes Berg1-4/+27
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-78/+2
2009-05-20mac80211: don't try to do anything on unchanged genIEJohannes Berg1-2/+3
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+3
2009-05-13cfg80211: implement wext key handlingJohannes Berg1-276/+3
2009-05-06mac80211: report operating frequency rather than currentJohannes Berg1-1/+1
2009-04-22mac80211: remove IEEE80211_CONF_CHANGE_DYNPS_TIMEOUTJohannes Berg1-2/+1
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-132/+6
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-39/+24
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg1-24/+1
2009-04-22mac80211: disable powersave if pm_qos asks for low latencyJohannes Berg1-1/+1
2009-04-22mac80211: improve powersave implementationJohannes Berg1-33/+10
2009-04-22mac80211: Don't access managed mode bits in non-managed modeVasanthakumar Thiagarajan1-1/+1
2009-04-16mac80211: Fragmentation threshold (typo)Gerrit Renker1-1/+1
2009-04-16mac80211: correct wext transmit power handlerJohannes Berg1-8/+33
2009-03-27mac80211: remove mixed-cell and userspace MLME codeJohannes Berg1-16/+1
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen1-0/+3
2009-03-27mac80211: Populate HT limitation with TKIP/WEP to the handler for SIOCSIWENCODE tooVasanthakumar Thiagarajan1-2/+11
2009-03-05mac80211: Fix quality reporting for wireless statsJohannes Berg1-19/+39
2009-02-27mac80211/cfg80211: move iwrange handler to cfg80211Johannes Berg1-119/+16
2009-02-27cfg80211/mac80211: fill qual.qual value/adjust max_qual.qualJohannes Berg1-2/+16
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-61/+80
2009-02-13mac80211: calculate wstats_flags on the flyJohannes Berg1-3/+18
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-55/+4
2009-02-13mac80211: properly validate/translate IW_AUTH_MFP valuesJohannes Berg1-3/+15
2009-02-09mac80211: remove HW_SIGNAL_DBJohannes Berg1-2/+1
2009-01-30mac80211: Cancel the dynamic ps timer in ioctl_siwpower.Vivek Natarajan1-0/+2
2009-01-29mac80211: 802.11w - Add driver capability flag for MFPJouni Malinen1-0/+4
2009-01-29mac80211: 802.11w - Configuration of MFP disabled/optional/requiredJouni Malinen1-0/+7
2009-01-29mac80211: 802.11w - WEXT configuration for IGTKJouni Malinen1-14/+48
2009-01-29mac80211: 802.11w - WEXT parameter for setting mgmt cipherJouni Malinen1-0/+1
2009-01-29mac80211: extend/document powersave APIJohannes Berg1-16/+24
2009-01-29mac80211: move dynamic PS timeout to hardware configJohannes Berg1-6/+8
2009-01-29mac80211: validate SIOCSIWPOWER arguments betterJohannes Berg1-1/+4
2009-01-29mac80211: remove user_power_level from driver APIJohannes Berg1-1/+1
2009-01-29mac80211: Allow to set channel in adhoc properlyAlina Friedrichsen1-2/+4
2009-01-29mac80211: Fix tx power settingVasanthakumar Thiagarajan1-3/+2
2009-01-29mac80211: Enhancements to dynamic power save.Vivek Natarajan1-4/+9
2009-01-29mac80211: A couple of fixes to dynamic power save.Vivek Natarajan1-4/+5
2009-01-29mac80211: Scale down to non-HT association with TKIP/WEP as pairwise cipherVasanthakumar Thiagarajan1-1/+11
2008-12-19mac80211: implement dynamic power saveKalle Valo1-10/+20