aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ibss.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-10wifi: mac80211: pass frame type to element parsingJohannes Berg1-5/+9
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma1-2/+2
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()timers-cleanups-2025-06-08Ingo Molnar1-1/+1
2025-04-23wifi: cfg80211/mac80211: remove more 5/10 MHz codeJohannes Berg1-18/+1
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-01-13wifi: mac80211: ibss: mark IBSS left before leavingJohannes Berg1-1/+1
2025-01-13wifi: mac80211: ibss: stop transmit when merging IBSSJohannes Berg1-0/+1
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-1/+2
2024-10-23wifi: mac80211: allow rate_control_rate_init() for linksJohannes Berg1-2/+2
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau1-1/+1
2024-06-26wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg1-1/+2
2024-05-23wifi: mac80211: collect some CSA data into sub-structsJohannes Berg1-3/+3
2024-02-12wifi: mac80211: flush only stations using requests linksAditya Kumar Singh1-2/+2
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg1-18/+18
2024-02-08wifi: mac80211: clean up connection processJohannes Berg1-7/+8
2023-12-12wifi: mac80211: drop spurious WARN_ON() in ieee80211_ibss_csa_beacon()Dmitry Antipov1-1/+1
2023-10-06Merge wireless into wireless-nextJohannes Berg1-1/+1
2023-09-25wifi: mac80211: work around Cisco AP 9115 VHT MPDU lengthJohannes Berg1-1/+1
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg1-10/+3
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg1-24/+6
2023-09-11wifi: cfg80211: remove wdev mutexJohannes Berg1-27/+12
2023-09-11wifi: mac80211: reduce iflist_mtxJohannes Berg1-2/+2
2023-09-11wifi: mac80211: remove local->mtxJohannes Berg1-7/+3
2023-09-11wifi: mac80211: remove chanctx_mtxJohannes Berg1-2/+2
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-3/+1
2023-06-07wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg1-6/+8
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg1-4/+4
2023-06-06wifi: mac80211: consistently use u64 for BSS changesAnjaneyulu1-7/+9
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao1-4/+4
2022-08-25wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant1-0/+4
2022-07-15wifi: mac80211: fix up link station creation/insertionJohannes Berg1-2/+2
2022-07-15wifi: mac80211: move IEEE80211_SDATA_OPERATING_GMODE to linkJohannes Berg1-4/+2
2022-07-15wifi: mac80211: fix multi-BSSID element parsingJohannes Berg1-3/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+1
2022-07-15wifi: mac80211: separate out connection downgrade flagsJohannes Berg1-6/+7
2022-07-15wifi: mac80211: RCU-ify link/link_conf pointersJohannes Berg1-4/+4
2022-07-15wifi: mac80211: consistently use sdata_dereference()Johannes Berg1-8/+4
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg1-2/+3
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg1-2/+2
2022-06-20wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg1-1/+1
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg1-4/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: reorg some iface data structs for MLDJohannes Berg1-5/+5
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-13/+13
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-04-11mac80211: prepare sta handling for MLO supportSriram R1-13/+13
2021-10-21mac80211: fix memory leaks with element parsingJohannes Berg1-5/+5
2021-09-23mac80211: always allocate struct ieee802_11_elemsJohannes Berg1-10/+15
2021-08-13mac80211: Remove unnecessary variable and labeldingsenjie1-11/+4
2021-03-16mac80211: fix double free in ibss_leaveMarkus Theil1-0/+2
2020-09-28mac80211: support S1G associationThomas Pedersen1-1/+2
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-2/+2
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-05-31mac80211: avoid using ext NSS high BW if not supportedJohannes Berg1-2/+9
2020-04-24mac80211: handle channel frequency offsetThomas Pedersen1-0/+5
2019-10-04mac80211: IBSS: avoid unneeded return value processingKoen Vandeputte1-8/+1
2019-09-11mac80211: IBSS: send deauth when expiring inactive STAsJohannes Berg1-0/+8
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-02-08mac80211: pass bssids to elements parsing functionSara Sharon1-4/+4
2018-09-05mac80211: add ability to parse CCFS2Johannes Berg1-1/+3
2018-09-03mac80211: shorten the IBSS debug messagesEmmanuel Grumbach1-11/+11
2018-03-29mac80211: Send control port frames over nl80211Denis Kenzior1-0/+1
2018-03-23mac80211: notify driver for change in multicast ratesPradeep Kumar Chitrapu1-1/+1
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook1-4/+3
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-05-19mac80211: move clearing result into ieee80211_parse_ch_switch_ie()Johannes Berg1-1/+0
2017-05-08mac80211: fix IBSS presp allocation sizeJohannes Berg1-0/+2
2017-04-28mac80211: Fix possible sband related NULL pointer de-referenceMohammed Shafi Shajakhan1-1/+5
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-2/+2
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-2/+2
2017-04-18mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke1-2/+2
2017-02-09mac80211: fix CSA in IBSS modeKoen Vandeputte1-2/+2
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-5/+5
2016-04-06mac80211: add separate last_ack variableJohannes Berg1-5/+8
2016-04-06mac80211: remove rx_stats.last_rx update after sta allocJohannes Berg1-4/+0
2016-03-01Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc...David S. Miller1-13/+19
2016-02-24mac80211: fix ibss scan parametersSara Sharon1-7/+15
2016-02-24mac80211: refactor HT/VHT to chandef codeJohannes Berg1-6/+4
2016-01-26mac80211: Requeue work after scan complete for all VIF types.Sachin Kulkarni1-1/+0
2015-12-04mac80211: Allow a STA to join an IBSS with 80+80 MHz channelJouni Malinen1-0/+1
2015-11-03mac80211: make enable_qos parameter to ieee80211_set_wmm_default()Johannes Berg1-1/+1
2015-11-03mac80211: TDLS: add proper HT-oper IEArik Nemtsov1-1/+1
2015-10-21mac80211: move station statistics into sub-structsJohannes Berg1-6/+7
2015-10-13mac80211: use new cfg80211_inform_bss_frame_data() APIJohannes Berg1-5/+6
2015-06-09mac80211: fix the beacon csa counter for mesh and ibssChun-Yeow Yeoh1-0/+1
2015-05-11mac80211: check fast-xmit if IBSS STA QoS changedJohannes Berg1-1/+4
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller1-121/+220
2015-03-30mac80211: add VHT support for IBSSJanusz.Dziedzic@tieto.com1-9/+40
2015-03-30mac80211: IBSS fix scan requestJanusz.Dziedzic@tieto.com1-2/+79
2015-03-30mac80211: make sta.wme indicate whether QoS is usedJohannes Berg1-1/+1
2015-03-20mac80211: remove drop_unencrypted codeJohannes Berg1-4/+0
2015-03-17mac80211: IBSS: refactor ieee80211_rx_bss_infoJanusz.Dziedzic@tieto.com1-85/+99
2015-03-03mac80211: Use eth_<foo>_addr instead of memsetJoe Perches1-1/+1
2015-03-03cfg80211: add bss_type and privacy arguments in cfg80211_get_bss()Dedy Lansky1-31/+12
2014-12-17mac80211: notify NSS changed when IBSS and HTJanusz Dziedzic1-2/+9
2014-10-29mac80211: use secondary channel offset IE also beacons during CSALuciano Coelho1-1/+1
2014-09-05mac80211: add Intel Mobile Communications copyrightJohannes Berg1-0/+1
2014-08-15mac80211: don't duplicate station QoS capability dataJohannes Berg1-1/+1
2014-07-21mac80211: add QoS IE during TDLS setup startArik Nemtsov1-11/+2
2014-06-23mac80211: move csa counters from sdata to beacon/prespMichal Kazior1-1/+1
2014-05-27mac80211: fix IBSS join by initializing last_scan_completedKrzysztof HaƂasa1-0/+1
2014-05-15mac80211: Support multiple CSA countersAndrei Otcheretianski1-1/+1
2014-04-09cfg80211/mac80211: move combination check to mac80211 for ibssLuciano Coelho1-3/+29
2014-04-09cfg80211/mac80211: refactor cfg80211_chandef_dfs_required()Luciano Coelho1-16/+16
2014-04-09cfg80211: Enable GO operation on additional channelsIlan Peer1-3/+6
2014-04-09mac80211: use RCU_INIT_POINTERMonam Agarwal1-1/+1
2014-03-19cfg80211/mac80211: ignore signal if the frame was heard on wrong channelEmmanuel Grumbach1-10/+2
2014-02-21mac80211: ibss: handle cfg80211_chandef_dfs_required() error codesLuciano Coelho1-0/+5
2014-02-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+1
2014-02-06mac80211: Fix IBSS disconnectSujith Manoharan1-4/+1
2014-02-04cfg80211: fix channel configuration in IBSS joinAntonio Quartulli1-1/+1
2014-02-04mac80211: remove set but unused variablesJohannes Berg1-3/+0
2014-02-04mac80211: send ibss probe responses with noack flagSimon Wunderlich1-0/+5
2014-02-04mac80211: ibss: remove unnecessary call to release channelLuciano Coelho1-1/+0
2014-02-04mac80211: add missing CSA lockingMichal Kazior1-0/+2
2014-02-04mac80211: fix sdata->radar_required lockingMichal Kazior1-1/+1
2014-02-04mac80211: batch CSA bss info notificationMichal Kazior1-4/+3
2014-02-04mac80211: only set CSA beacon when at least one beacon must be transmittedLuciano Coelho1-6/+0
2013-12-19mac80211: fix iflist_mtx/mtx locking in radar detectionJohannes Berg1-0/+7
2013-12-16mac80211: align ieee80211_ibss_csa_beacon() with ieee80211_assign_beacon()Luciano Coelho1-1/+4
2013-12-16mac80211: refactor ieee80211_ibss_process_chanswitch()Luciano Coelho1-48/+13
2013-12-16mac80211: lock sdata in ieee80211_csa_connection_drop_work()Luciano Coelho1-0/+4
2013-12-16Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-0/+4
2013-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+4
2013-12-05mac80211: fix nested sdata lock for IBSS/CSASimon Wunderlich1-2/+2
2013-12-02mac80211: check csa wiphy flag in ibss before switchingSimon Wunderlich1-0/+4
2013-11-25mac80211: move csa_chandef to sdataLuciano Coelho1-3/+3
2013-10-28{nl,cfg,mac}80211: enable the triggering of CSA frame in meshChun-Yeow Yeoh1-54/+0
2013-10-28mac80211: refactor the parsing of chan switch ieChun-Yeow Yeoh1-6/+7
2013-10-28mac80211: enable DFS for IBSS modeSimon Wunderlich1-5/+44
2013-10-01mac80211: add explicit IBSS driver operationsJohannes Berg1-2/+20
2013-09-26mac80211: send a CSA action frame when changing channelSimon Wunderlich1-0/+60
2013-09-26mac80211: add support for CSA in IBSS modeSimon Wunderlich1-6/+348
2013-09-26mac80211: split off ibss disconnectSimon Wunderlich1-80/+92
2013-08-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+30
2013-08-21mac80211: ibss: fix ignored channel parameterSimon Wunderlich1-4/+29
2013-08-21mac80211: add missing channel context releaseJohannes Berg1-0/+1
2013-08-16mac80211: move ibss presp generation in own functionSimon Wunderlich1-76/+109
2013-08-12mac80211: ibss - do not scan if not needed when creating an IBSSAntonio Quartulli1-0/+11
2013-08-01mac80211: ibss - remove not authorized station earlierAntonio Quartulli1-1/+29
2013-07-16mac80211: fix off-by-one regression in ibss beacon generationSimon Wunderlich1-1/+3
2013-07-16mac80211: fix regression when initializing ibss wmm paramsSimon Wunderlich1-2/+10
2013-07-16mac80211: return if IBSS chandef can not be usedSimon Wunderlich1-0/+8
2013-07-16mac80211: allow scanning for 5/10 MHz channels in IBSSSimon Wunderlich1-4/+12
2013-07-16cfg80211/mac80211: get mandatory rates based on scan widthSimon Wunderlich1-4/+15
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-19/+62
2013-07-16mac80211: enable HT overrides for ibssSimon Wunderlich1-2/+16
2013-06-18Revert "mac80211: in IBSS use the Auth frame to trigger STA reinsertion"Antonio Quartulli1-34/+7
2013-06-18mac80211: change IBSS channel state to chandefSimon Wunderlich1-11/+11
2013-06-18mac80211: fix various components for the new 5 and 10 MHz widthsSimon Wunderlich1-0/+2
2013-05-25cfg80211/mac80211: use cfg80211 wdev mutex in mac80211Johannes Berg1-24/+15
2013-05-24{cfg,mac}80211: move mandatory rates calculation to cfg80211Ashok Nagarajan1-3/+7
2013-04-16mac80211: parse VHT channel switch IEsJohannes Berg1-1/+1
2013-04-10mac80211: provide SSID in IBSS modeMarek Puzyniak1-0/+4
2013-04-08mac80211: check DSSS params IE length in parserJohannes Berg1-1/+1
2013-03-25mac80211: ibss: use beacon_data struct for beacon and probe responseJohannes Berg1-67/+64
2013-03-25mac80211: ibss: disable beaconing before freeing beaconJohannes Berg1-9/+12
2013-03-06mac80211: cleanup suspend/resume on ibss modeStanislaw Gruszka1-28/+1
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-15/+8
2013-02-11mac80211: simplify idle handlingJohannes Berg1-8/+0
2013-02-11cfg80211: move TSF into IEsJohannes Berg1-4/+10
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-2/+2
2013-01-31mac80211: start auth/assoc timeout on frame statusJohannes Berg1-2/+2
2013-01-03mac80211: track enable_beacon explicitlyJohannes Berg1-0/+3
2013-01-03mac82011: use frame control to differentiate probe resp/beaconEmmanuel Grumbach1-33/+17
2013-01-03mac80211: remove final sta_info_flush()Johannes Berg1-2/+2
2013-01-03mac80211: fix ibss scanningStanislaw Gruszka1-5/+4
2012-12-11Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-0/+14
2012-12-04mac80211: adapt slot time in IBSS modeSimon Wunderlich1-0/+14
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-19/+27
2012-11-26mac80211: convert to channel definition structJohannes Berg1-16/+18
2012-11-26nl80211/cfg80211: support VHT channel configurationJohannes Berg1-6/+7
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-9/+12
2012-11-26mac80211: in ADHOC print debug message for every Auth messageAntonio Quartulli1-2/+4
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-24/+5
2012-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-4/+4
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-24/+5
2012-11-13mac80211: deinitialize ibss-internals after emptiness checkSimon Wunderlich1-4/+4
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-10-26mac80211: fix SSID copy on IBSS JOINAntonio Quartulli1-1/+1
2012-10-18mac80211: Notify new IBSS network creationSujith Manoharan1-3/+8
2012-10-17mac80211: Take status code as parameter to ieee80211_send_authJouni Malinen1-2/+2
2012-10-17mac80211: track needed RX chains for channel contextsJohannes Berg1-0/+3
2012-10-17mac80211: use channel contextsJohannes Berg1-36/+34
2012-09-20mac80211: fix IBSS auth TX debug messageSylvain Roger Rieunier1-1/+1
2012-09-07mac80211: reply to AUTH with DEAUTH if sta allocation fails in IBSSAntonio Quartulli1-1/+32
2012-08-20mac80211: add supported rates change notification in IBSSAntonio Quartulli1-1/+4
2012-07-31mac80211: use eth_broadcast_addrJohannes Berg1-1/+1
2012-07-31mac80211: use oper_channel in ibssJohannes Berg1-4/+4
2012-06-24mac80211: clean up debuggingJohannes Berg1-46/+43
2012-06-22mac80211: two small verbose debug cleanupsJohannes Berg1-1/+1
2012-06-20mac80211: send auth in IBSS only if userspace isn't handling itWill Hawkins1-1/+1
2012-06-05cfg80211: simplify cfg80211_can_beacon_sec_chan APIJohannes Berg1-2/+1
2012-06-05net: mac80211: Add and use ibss_vdbg debugging macroJoe Perches1-51/+28
2012-06-05net: mac80211: Convert printk(KERN_DEBUG to pr_debugJoe Perches1-49/+39
2012-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextJohn W. Linville1-0/+5
2012-05-16mac80211: Push the deleted comment to correct placeAshok Nagarajan1-0/+5
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches1-6/+4