aboutsummaryrefslogtreecommitdiffstats
path: root/mesh.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14iw: S1G: add frequency set in kHz and offset optionsGilad Itzkovitch1-1/+1
2021-09-23iw: mesh: add comments in the mesh confguration parameter printing sectionsGokul Sivakumar1-1/+2
2021-08-13iw: mesh: add new cmd to dump all the supported mesh config params at onceGokul Sivakumar1-0/+14
2021-08-13iw: mesh: fix crash when attempting to print the conf param "mesh_nolearn"Gokul Sivakumar1-5/+9
2020-08-27iw: handle all mesh config parametersMarkus Theil1-0/+4
2020-07-30iw: mesh: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing1-0/+2
2019-05-24mesh: initialize err in set_interface_meshparam()Johannes Berg1-1/+1
2018-10-11iw: fix various static checker warningsJohannes Berg1-1/+1
2018-05-22iw: enable -Wextra and fix warnings caused by itJohannes Berg1-1/+1
2016-11-16mesh: Use common freqchan helper for joining a meshBenjamin Berg1-56/+11
2016-01-06iw: print NOHT always as first in usage textsSven Eckelmann1-1/+1
2016-01-06iw: add VHT80 support for 802.11sSven Eckelmann1-1/+5
2016-01-06iw: prepare get_cf1 for use in join_* functionsSven Eckelmann1-7/+3
2015-10-21mesh: show mesh parameters when no args are givenOla Olsson1-7/+16
2015-10-14iw: add and fix -Wsign-compareJohannes Berg1-4/+5
2015-10-08iw: remove superfluous includesOla Olsson1-1/+0
2015-08-13iw: remove cb from arguments and simplify valid handlerJohannes Berg1-7/+4
2014-10-09iw: Allow basic rates to be configured when joining meshChun-Yeow Yeoh1-6/+34
2014-10-09iw: Allow user to provide freq during mesh joinChun-Yeow Yeoh1-3/+67
2013-07-08iw: Add support for mesh peer link expiration.Colleen Twitty1-0/+7
2013-01-29iw: add default mesh Power Mode and Awake Window to mesh configMarco Porsch1-2/+50
2013-01-29iw: add beacon interval and DTIM period parameters to mesh joinMarco Porsch1-2/+30
2012-10-22iw: remove unnecessary variable in find_mesh_paramAshok Nagarajan1-7/+3
2012-07-19pass idby argument to all functionsJohannes Berg1-5/+9
2012-07-06iw: allow setting mesh proactive tree building mode related parametersChun-Yeow Yeoh1-1/+9
2012-04-20iw: Allow setting RSSI threshold for peeringAshok Nagarajan1-0/+22
2012-04-13iw: add mesh conf parameter "mesh_sync_offset_max_neighor"Ashok Nagarajan1-0/+8
2012-04-13iw: allow user to enable vendor synchronization when joining meshAshok Nagarajan1-1/+23
2012-03-26iw: Add support of setting non-forwarding entity in MeshChun-Yeow Yeoh1-0/+2
2012-01-17iw: allow setting mesh mcast-rateChun-Yeow Yeoh1-2/+18
2011-09-03support for setting RANN interval and mesh gateJavier Cardona1-0/+4
2010-12-14mesh: add support for NL80211_MESHCONF_ELEMENT_TTLJohannes Berg1-0/+3
2010-12-14mesh: support join/leaveJohannes Berg1-0/+34
2010-12-14mesh: allow setting multiple parameters at onceJohannes Berg1-36/+52
2010-12-14mesh: allow getting all parameters at onceJohannes Berg1-6/+23
2009-11-16implement rootmodeRui Paulo1-0/+2
2009-05-05finish docsJohannes Berg1-2/+4
2009-05-05add ability to document commands, document event/helpJohannes Berg1-2/+2
2009-04-08prepare for more generic commandsJohannes Berg1-6/+8
2009-01-29mesh parameter list improvementsJohannes Berg1-7/+5
2009-01-10iw: Fix regression in mesh_param input parsingColin McCabe1-1/+2
2008-12-08fix sparse warningsJohannes Berg1-8/+8
2008-12-08add and use ARRAY_SIZEJohannes Berg1-7/+2
2008-10-22iw: Add commands to get and set o11s mesh networking parameterscolin@cozybit.com1-0/+297