summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-11-25ubus: set scan duration to roam scan intervalDavid Bauer
2021-11-25policy: only select nodes with better signal when roamingDavid Bauer
2021-11-25ubus: don't request measurement from unsupported STAsDavid Bauer
2021-11-25local-node: update STA RRM capabilitesDavid Bauer
2021-11-25node: determine roamability when selecting neighborsDavid Bauer
2021-11-25node: save created time for nodeDavid Bauer
2021-11-25ubus: prioritize neighbor reports on bss transitionDavid Bauer
2021-11-25local-node: prioritize neighbor candidatesDavid Bauer
2021-11-25node: keep track of roam-sources and roam-destinationsDavid Bauer
2021-11-25sta-info: add last_connected fieldDavid Bauer
2021-10-29remote: always re-schedule update timeoutDavid Bauer
2021-10-29remote: fix compilation with glibcDavid Bauer
2021-10-29sta: schedule sta_info timeout on creationDavid Bauer
2021-10-29ubus: fix channel for active probingDavid Bauer
2021-10-29ubus: introduce enum for beacon measurement modeDavid Bauer
2021-10-15policy: use correct reference signalDavid Bauer
2021-10-15policy: avoid creating kick loop for clientDavid Bauer
2021-10-15sta: add sta_connection_state enumDavid Bauer
2021-10-15remote: include node BSSID into messagesDavid Bauer
2021-10-15usteer: add BSSID to node structDavid Bauer
2021-09-21remote: fix memory leak on host removalDavid Bauer
2021-09-21remote: fix incorrect use of strcmp resultDavid Bauer
2021-09-21gitignore: add .patch filesDavid Bauer
2021-09-21gitignore: add vscode directoryDavid Bauer
2021-09-21contrib: add libpcap build dependencyDavid Bauer
2021-09-21local-node: don't read pointer after clearDavid Bauer
2021-09-21usteer: add support for IPv6 remote exchangeJan Braun
2021-09-21remote: use port macro for destination portDavid Bauer
2021-07-07main: add a command line option for dumping remote node dataFelix Fietkau
2021-07-06config: reduce remote node timeout to 10 update intervalsFelix Fietkau
2021-07-06add support for defining global host infoFelix Fietkau
2021-07-06ubus: add support for getting a list of remote hostsFelix Fietkau
2021-07-06remote: track remote hosts as a separate data structureFelix Fietkau
2021-07-06rename script_data to node_infoFelix Fietkau
2021-07-06rename a few functions in preparation for renaming script_data to node_infoFelix Fietkau
2021-07-06ubus: add api for modifying node script dataFelix Fietkau
2021-07-06ubus: display script data when dumping node infoFelix Fietkau
2021-07-06config: check for empty ssid listFelix Fietkau
2021-05-13openwrt: add missing config handling for event log typesFelix Fietkau
2021-05-13make list of steering-enabled SSIDs configurableFelix Fietkau
2021-05-12openwrt: add documentation for uci options in the config fileFelix Fietkau
2021-04-16rework log handlingFelix Fietkau
2021-04-16openwrt: fix path to daemon in init scriptFelix Fietkau
2021-04-12policy: always accept assoc requests by defaultFelix Fietkau
2021-04-12policy: always accept auth requestsFelix Fietkau
2020-11-19Merge pull request #1 from thuehn/patch-1John Crispin
2020-11-19[fix] binary file name should be usteerd Dr.-Ing. Thomas Hühn
2020-11-12usteer: Initial importFelix Fietkau