aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/cfg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-02mac80211: check interface is down before type changeJohannes Berg1-3/+3
2009-08-14nl80211: add generation number to all dumpsJohannes Berg1-0/+4
2009-07-27cfg80211: make aware of net namespacesJohannes Berg1-12/+2
2009-07-24mac80211: fix sparse warningJohannes Berg1-1/+1
2009-07-10cfg80211: fix lockingJohannes Berg1-4/+8
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg1-101/+4
2009-07-10cfg80211: let SME control reassociation vs. associationJohannes Berg1-0/+6
2009-07-10cfg80211: keep track of BSSesJohannes Berg1-13/+9
2009-07-10mac80211: remove dead code, clean upJohannes Berg1-25/+14
2009-07-10mac80211: remove auth algorithm retryJohannes Berg1-4/+4
2009-07-10mac80211: re-add HT disablingJohannes Berg1-1/+9
2009-07-10cfg80211: implement IWRATEJohannes Berg1-0/+43
2009-07-10cfg80211: implement IWAP for WDSJohannes Berg1-0/+11
2009-07-10cfg80211: implement iwpowerJohannes Berg1-0/+26
2009-07-10cfg80211: connect/disconnect APISamuel Ortiz1-1/+1
2009-07-10cfg80211: introduce nl80211 testmode commandJohannes Berg1-0/+13
2009-07-10cfg80211: pass netdev to change_virtual_intfJohannes Berg1-7/+2
2009-06-10mac80211: don't use master netdev nameJohannes Berg1-2/+2
2009-06-03cfg80211: add rfkill supportJohannes Berg1-12/+8
2009-06-03cfg80211: move txpower wext from mac80211Johannes Berg1-0/+54
2009-06-03mac80211: handle -EALREADY on cfg80211 op assoc reqLuis R. Rodriguez1-1/+1
2009-06-03cfg80211: validate AID of stations being addedJohannes Berg1-6/+7
2009-05-13nl80211: Add RSC configuration for new keysJouni Malinen1-1/+2
2009-05-13nl80211: Add IEEE 802.1X PAE control for station modeJouni Malinen1-0/+5
2009-05-13nl80211: improve station flags handlingJohannes Berg1-12/+16
2009-05-11cfg80211: constify key mac address in opsJohannes Berg1-3/+3
2009-05-11nl80211 : Add support for configuring MFPJouni Malinen1-0/+8
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-14/+10
2009-05-06mac80211: unify config_interface and bss_info_changedJohannes Berg1-3/+5
2009-05-06mac80211: clean up beacon interval settingsJohannes Berg1-12/+5
2009-04-22nl80211: Add set/get for frag/rts threshold and retry limitsJouni Malinen1-0/+27
2009-04-22mac80211: convert to cfg80211 IBSS APIJohannes Berg1-0/+17
2009-04-22cfg80211/mac80211: move wext SIWMLME into cfg80211Johannes Berg1-8/+4
2009-04-22mac80211: Allow scan to be requested in AP modeJouni Malinen1-1/+2
2009-03-27nl80211: Check iftype in cfg80211 codeJouni Malinen1-40/+0
2009-03-27nl80211: Check that netif_runnin is true in cfg80211 codeJouni Malinen1-25/+0
2009-03-27nl80211: Remove NL80211_CMD_SET_MGMT_EXTRA_IEJouni Malinen1-86/+0
2009-03-27nl80211: Add MLME primitives to support external SMEJouni Malinen1-0/+140
2009-03-05mac80211: Notify the driver only when the beacon interval changesSujith1-1/+2
2009-02-27nl80211: Provide access to STA TX/RX packet countersJouni Malinen1-0/+4
2009-02-27mac80211: split IBSS/managed codeJohannes Berg1-23/+22
2009-02-13cfg80211/nl80211: scanning (and mac80211 update to use it)Johannes Berg1-0/+20
2009-02-13mac80211: reject extra IEs for probe request when hw_scanJohannes Berg1-3/+8
2009-01-29mac80211: Add capability to enable/disable beaconingJohannes Berg1-2/+3
2009-01-29mac80211: add suspend/resume callbacksBob Copeland1-0/+17
2009-01-29nl80211: New command for adding extra IE(s) into management framesJouni Malinen1-0/+82
2009-01-29mac80211: 802.11w - Use BIP (AES-128-CMAC)Jouni Malinen1-0/+31
2009-01-29mac80211: 802.11w - STA flag for MFPJouni Malinen1-0/+4
2008-12-19mac80211: Send Layer 2 Update frame on reassociationJouni Malinen1-2/+11
2008-12-19mac80211: Fix HT channel selectionSujith1-2/+2