summaryrefslogtreecommitdiffstats
path: root/net/wireless/wext-sme.c
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* cfg80211: wext does not need to set monitor channel in managed modeJorge Ramirez-Ortiz2017-01-111-23/+0
* cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-301-1/+1
* cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-151-1/+1
* cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-131-2/+1
* wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* cfg80211: clear connect keys when freeing themJohannes Berg2014-09-111-1/+1
* cfg80211: change wiphy_to_dev function nameZhao, Gang2014-04-251-5/+5
* cfg80211: remove unused wiphy argument from cfg80211_wext_freq()Zhao, Gang2014-04-101-1/+1
* cfg80211: remove macro ASSERT_RDEV_LOCK(rdev)Zhao, Gang2014-03-191-1/+1
* cfg80211: separate internal SME implementationJohannes Berg2013-06-041-4/+4
* cfg80211: remove some locked wrappers from sme APIJohannes Berg2013-05-251-12/+11
* cfg80211: vastly simplify lockingJohannes Berg2013-05-251-18/+0
* cfg80211: always check for scan end on P2P deviceJohannes Berg2013-03-241-0/+6
* cfg80211: fix BSS struct IE access racesJohannes Berg2012-11-301-2/+6
* nl80211/cfg80211: support VHT channel configurationJohannes Berg2012-11-261-1/+2
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-1/+9
* cfg80211: clarify set_channel APIsJohannes Berg2012-06-061-2/+8
* wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-1/+1
* cfg80211: Add background scan period attribute.Bala Shanmugam2012-03-121-0/+3
* net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker2011-10-311-0/+1
* cfg80211: remove unused wext handler exportsJohannes Berg2011-08-081-2/+0
* cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-081-0/+1
* cfg80211: allow changing port control protocolJohannes Berg2010-08-271-0/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-111-1/+1
|\
| * cfg80211/mac80211: better channel handlingJohannes Berg2010-05-071-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* cfg80211: don't set privacy w/o keyJohannes Berg2009-09-281-1/+2
* cfg80211: wext: don't display BSSID unless associatedJohannes Berg2009-09-281-4/+1
* cfg80211: don't overwrite privacy settingJohannes Berg2009-09-231-1/+1
* cfg80211: fix locking for SIWFREQJohannes Berg2009-08-141-1/+1
* cfg80211: use reassociation when possibleJohannes Berg2009-08-141-1/+7
* cfg80211: validate channel settings across interfacesJohannes Berg2009-08-141-29/+36
* wireless: display wext SSID when connected by cfg80211Zhu Yi2009-08-141-1/+9
* cfg80211: combine IWESSID handlersJohannes Berg2009-07-291-4/+0
* cfg80211: combine IWAP handlersJohannes Berg2009-07-291-4/+0
* cfg80211: combine iwfreq implementationsJohannes Berg2009-07-291-4/+1
* cfg80211: don't optimise wext calls too muchJohannes Berg2009-07-241-19/+21
* cfg80211: fix wext setting SSIDJohannes Berg2009-07-241-1/+1
* cfg80211: don't look at wdev->ssid for giwessidJohannes Berg2009-07-241-5/+1
* cfg80211: rework key operationJohannes Berg2009-07-241-7/+23
* cfg80211: fix lockingJohannes Berg2009-07-101-37/+88
* cfg80211: keep track of BSSesJohannes Berg2009-07-101-2/+2
* cfg80211: managed mode wext compatibilityJohannes Berg2009-07-101-0/+329
OpenPOWER on IntegriCloud