aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/mlme.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2016-01-14cfg80211/mac80211: use to_delayed_workGeliang Tang1-2/+1
2015-07-17cfg80211: allow mgmt_frame_register callback to sleepJohannes Berg1-15/+60
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-2/+4
2014-09-11cfg80211/mac80211: add wmm info to assoc eventEliad Peller1-2/+2
2014-08-26cfg80211: remove @gfp parameter from cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2014-04-25cfg80211: change wiphy_to_dev function nameZhao, Gang1-12/+12
2014-04-09cfg80211/mac80211: move interface counting for combination check to mac80211Luciano Coelho1-13/+1
2014-02-25cfg80211: DFS get CAC time from regulatory databaseJanusz Dziedzic1-1/+1
2014-02-04cfg80211: consider existing DFS interfacesMichal Kazior1-1/+1
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski1-8/+4
2013-11-25cfg80211/mac80211: DFS setup chandef for cac eventJanusz Dziedzic1-5/+3
2013-10-21cfg80211: update dfs_state_entered upon dfs_state changeMichal Kazior1-0/+2
2013-10-21cfg80211: fix DFS channel recovery timeoutMichal Kazior1-2/+2
2013-08-23cfg80211: add flags to cfg80211_rx_mgmt()Vladimir Kondratiev1-2/+2
2013-06-19cfg80211: hold BSS over association processJohannes Berg1-0/+4
2013-06-19cfg80211: require passing BSS struct back to cfg80211_assoc_timeoutJohannes Berg1-3/+5
2013-06-04cfg80211: separate internal SME implementationJohannes Berg1-131/+60
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg1-32/+54
2013-05-25cfg80211: remove some locked wrappers from mlme APIJohannes Berg1-97/+23
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-40/+8
2013-05-25cfg80211: vastly simplify lockingJohannes Berg1-6/+6
2013-05-16cfg80211: use C99 initialisers to simplify code a bitJohannes Berg1-24/+20
2013-04-22cfg80211: introduce critical protocol indication from user-spaceArend van Spriel1-0/+5
2013-03-06cfg80211: refactor association parametersJohannes Berg1-48/+16
2013-03-06cfg80211: add ability to override VHT capabilitiesJohannes Berg1-3/+32
2013-03-06cfg80211: move exported event functions into nl80211Johannes Berg1-159/+0
2013-02-15nl80211/cfg80211: add radar detection command/eventSimon Wunderlich1-0/+120
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-7/+7
2013-01-29cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg1-1/+1
2013-01-03cfg80211: move some AP code to right fileJohannes Berg1-62/+0
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-10/+5
2012-11-26cfg80211: remove remain-on-channel channel typeJohannes Berg1-15/+6
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-9/+3
2012-10-18cfg80211: add cfg80211 exported function tracingBeni Lev1-7/+48
2012-10-18cfg80211: add wrappers for registered_device_opsHila Gonen1-12/+14
2012-10-17cfg80211: Allow user space to specify non-IEs to SAE AuthenticationJouni Malinen1-3/+8
2012-10-15cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka1-9/+3
2012-09-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-0/+11
2012-09-18cfg80211/nl80211: Notify connection request failure in AP modePandiyarajan Pitchaimuthu1-0/+11
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-8/+8
2012-08-20cfg80211: add P2P Device abstractionJohannes Berg1-3/+7
2012-07-17cfg80211: support TX error rate CQMThomas Pedersen1-0/+13
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg1-19/+15
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior1-0/+16
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior1-0/+1
2012-06-06cfg80211: clarify set_channel APIsJohannes Berg1-2/+0
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches1-16/+15
2012-04-11cfg80211: add channel switch notify eventThomas Pedersen1-0/+27
2012-04-09cfg80211: use compare_ether_addr on MAC addresses instead of memcmpFelix Fietkau1-15/+17