Commit graph

  • 14685a2680 lua: fix meta table for the module master Raito Bezarius 2024-09-07 20:01:28 +0200
  • bbb4f9ff69 Merge pull request 'lua: Lua 5.3 support' (#1) from lua_5_3 into master Ryan Lahfa 2024-09-07 19:38:40 +0200
  • 2d0826435d lua: Lua 5.3 support Raito Bezarius 2024-09-07 19:35:16 +0200
  • aaa40cc77a chore: cleanup UCI dependency Raito Bezarius 2024-09-07 18:39:59 +0200
  • 215820132b devices: add device id for Atheros AR9590 Tan Zien 2024-07-05 21:20:16 +0800
  • 79a9615064 devices: add device id for Realtek RTL8188CU and RTL8188FTV Shiji Yang 2024-03-10 18:25:11 +0800
  • 3aa2b6b2c6 devices: add device id for MediaTek MT7601U Shiji Yang 2024-03-10 18:25:10 +0800
  • 8ffb8bfd11
    devices: add add Qualcomm Atheros IPQ6018 WiSoC compatible Vladdrako 2024-03-08 15:17:12 +0200
  • 163a640fef devices: add device id for Qualcomm Atheros QCA6174 Martin Schiller 2024-02-07 09:34:50 +0100
  • a34977c076
    devices: add device id for Cypress CYW43455 Marty Jones 2023-11-04 19:42:32 -0400
  • 3eb34df3ee
    devices: add device id for MediaTek MT7916AN Dennis Schmalacker 2023-10-13 19:08:53 +0200
  • ca79f64154 lib: report byte counters as 64 bit values Thomas Weißschuh 2023-05-15 16:54:27 +0200
  • 65ea345a5b nl80211: constify a few arrays Thomas Weißschuh 2023-05-15 16:45:30 +0200
  • d1f07cfdf3
    devices: add device id for Atheros AR9287 and AR9380 Shiji Yang 2023-05-22 22:23:39 +0800
  • c9f5c3f7b5 devices: add MediaTek MT7981 WMAC compatible David Bauer 2023-05-17 22:41:40 +0200
  • b3888b2953
    devices: add compatible strings for Ralink WiSoCs Daniel Golle 2023-02-08 00:41:31 +0000
  • c7eb8ebe33
    nl80211: restore iterating over all devices in nl80211_phy2ifname() Andre Heider 2023-01-30 19:57:57 +0100
  • 1e4e709d6f
    iwinfo: readd missing define for IWINFO_AUTH in header Christian Marangi 2023-01-23 13:44:22 +0100
  • f766138662
    cli: print the flags on the frequency list Andre Heider 2023-01-11 12:13:44 +0100
  • 8ee7971c76
    lib: add IWINFO_FREQ_FLAG_NAMES Andre Heider 2023-01-11 11:39:32 +0100
  • 81184d2763
    nl80211: fix some comments Andre Heider 2022-12-24 12:13:59 +0100
  • 2c4ee842e5
    nl80211: prefer non-supplicant-based devices Andre Heider 2022-12-24 12:03:01 +0100
  • 6194aaf052
    nl80211: simplify iterating over phy's devices Andre Heider 2022-12-24 11:53:36 +0100
  • acbf4fe47d
    nl80211: remove redundant check in nl80211_phy2ifname() Andre Heider 2022-12-24 11:45:43 +0100
  • 0172c97759
    cli: print the frequency and band on the scan list Andre Heider 2022-11-24 17:37:16 +0100
  • bbe424f394
    cli: print the band on the frequency list Andre Heider 2022-11-22 09:55:06 +0100
  • afa147c45a
    nl80211: add "mhz" and "band" to iwinfo_scanlist_entry Andre Heider 2022-11-23 15:21:57 +0100
  • 0d5ea34245
    nl80211: add "band" to iwinfo_freqlist_entry Andre Heider 2022-11-21 13:48:43 +0100
  • dba0f0690b
    nl80211: add support for radiation and indoor chan restriction Christian Marangi 2022-01-21 01:07:50 +0100
  • 7e3d7ded29
    iwinfo: reorganize iwinfo header to enum and defines Christian Marangi 2023-01-20 16:53:38 +0100
  • 9b47b031c0
    devices: add USB devices supported by the mt76 driver Andre Heider 2023-01-18 14:24:38 +0100
  • c0fda7cf24
    utils: skip comment lines when parsing devices.txt Andre Heider 2023-01-18 14:24:37 +0100
  • dbc0ee7c57
    cli: describe USB devices as such Andre Heider 2023-01-18 14:24:36 +0100
  • 891acee618
    devices: add MediaTek MT7628 card Andre Heider 2023-01-18 14:24:35 +0100
  • fac0787ab0
    devices: add support for declaring compatible matched devices Jo-Philipp Wich 2023-01-09 20:49:53 +0100
  • c7b420a2f3
    devices: add Qualcomm Atheros QCN6024/9024/9074 cards Robert Marko 2023-01-06 17:33:55 +0100
  • 5914d7113e
    iwinfo: devices: add Qualcomm Atheros IPQ8074 WiSoC Robert Marko 2023-01-06 10:56:54 +0100
  • 8d158096a9 cli: print current HT mode Andre Heider 2022-11-21 11:22:15 +0100
  • 8f86dd69f7 cli: use IWINFO_HTMODE_COUNT Andre Heider 2022-11-21 10:58:14 +0100
  • f36b72b00d cli: use IWINFO_KMGMT_NAMES Andre Heider 2022-11-21 10:12:27 +0100
  • 91be7e0d28 cli: use IWINFO_CIPHER_NAMES Andre Heider 2022-11-21 09:59:09 +0100
  • 49b6ec91e9 cli: fix printing the scan channel width Andre Heider 2022-11-21 18:56:38 +0100
  • b1c8873e37 cli: fix marking the active channel Andre Heider 2022-11-17 21:59:46 +0100
  • 9e14e643c5 utils: add iwinfo_band2ghz() and iwinfo_ghz2band() helpers Andre Heider 2022-11-22 09:39:12 +0100
  • e084781afc utils: add helper functions to get names by values Andre Heider 2022-11-22 09:45:23 +0100
  • d09a77a369 utils: add iwinfo_htmode_is_{ht|vht|he} helpers Andre Heider 2022-11-21 17:50:09 +0100
  • 87529770f6 utils: add and use iwinfo_format_hwmodes() Andre Heider 2022-11-21 17:27:20 +0100
  • 02f433e305 lib: add IWINFO_80211_COUNT and IWINFO_80211_NAMES Andre Heider 2022-11-21 17:26:19 +0100
  • 1d30df1929 lib: add IWINFO_BAND_COUNT and IWINFO_BAND_NAMES Andre Heider 2022-11-21 13:50:16 +0100
  • aefd0ef68f lib: use common IWINFO_CIPHER_NAMES strings Andre Heider 2022-11-21 09:49:05 +0100
  • a5b30de2b8 lib: add IWINFO_OPMODE_COUNT and use it for IWINFO_OPMODE_NAMES Andre Heider 2022-11-21 10:11:13 +0100
  • 9f29e79eea lib: constify and fixup the string array definitions Andre Heider 2022-11-21 10:07:37 +0100
  • fddc015704 nl80211: mark frequencies where HE operation in not allowed Andre Heider 2022-11-20 16:52:42 +0100
  • 6d50a7cc0b nl80211: add support for HE htmodes Andre Heider 2022-11-18 12:14:47 +0100
  • 4ba571370d nl80211: properly get available bands for the hwmode Andre Heider 2022-11-18 12:12:09 +0100
  • 91b2ada787 nl80211: update the kernel header nl80211.h Andre Heider 2022-11-20 22:48:23 +0100
  • 3f619a5fbe nl80211: fix frequency/channel conversion for the 6G band Andre Heider 2022-11-17 21:02:16 +0100
  • a77d915568 nl80211: don't guess if a name is an ifname Andre Heider 2022-11-15 14:12:41 +0100
  • c27ce7113e devices: add usb device MediaTek MT7921AU Andre Heider 2022-11-13 15:39:27 +0100
  • 14f864eb72 nl80211: add ability to describe USB devices Jo-Philipp Wich 2022-12-15 20:45:20 +0100
  • a5a75fd661 nl80211: remove ancient wpa_supplicant ctrl socket path Andre Heider 2022-11-20 17:45:11 +0100
  • dd4e1ffeac nl80211: fix wpa supplicant ctrl socket permissions Andre Heider 2022-11-13 21:11:06 +0100
  • d6381634c2 fix -Wdangling-else warnings Andre Heider 2022-11-23 14:43:13 +0100
  • 4aa6c5a45c fix -Wreturn-type warning Andre Heider 2022-11-23 14:40:24 +0100
  • 311272660d fix -Wpointer-sign warning Andre Heider 2022-11-23 14:38:37 +0100
  • ebd5f84955 fix -Wmaybe-uninitialized warning Andre Heider 2022-11-23 14:26:41 +0100
  • 5469898e8b fix -Wunused-variable warnings Andre Heider 2022-11-23 14:15:08 +0100
  • 462b679716 fix -Wduplicate-decl-specifier warnings Andre Heider 2022-11-23 14:11:58 +0100
  • ccaabb4ea4 fix -Wformat-truncation warnings Andre Heider 2022-11-18 12:29:44 +0100
  • 50380db79b enable useful compiler warnings via -Wall Andre Heider 2022-11-23 14:11:31 +0100
  • 00aab871c5 Correctly identify key management algorithms starting with "FT-" Joerg Werner 2022-08-28 17:21:20 +0200
  • 0496c722f1 nl80211: fix issues with renamed wiphy and multiple phy per device Felix Fietkau 2022-10-14 10:59:07 +0200
  • 4a43b0d40b nl80211: look up the phy name instead of assuming name == phy<idx> Felix Fietkau 2022-09-22 14:39:43 +0200
  • b7f9f06e15 nl80211: fix phy/netdev index lookup Felix Fietkau 2022-09-22 14:22:57 +0200
  • 1f695d9c7f nl80211: allow phy names that don't start with 'phy' Felix Fietkau 2022-09-22 13:28:57 +0200
  • b3e08c8b5a ops: make support for wireless extensions optional Felix Fietkau 2022-09-22 13:20:15 +0200
  • 46f04f3808 devices: add MediaTek MT7986 WiSoC Daniel Golle 2022-07-25 04:17:44 +0200
  • 0dad3e6660 Add support for CCMP-256 and GCMP-256 ciphers Joerg Werner 2022-08-19 11:06:22 +0200
  • 705d3b5cc3 iwinfo: Add missing auth_suites mappings for WPA3 Tjeu Kayim 2022-07-28 10:47:09 +0200
  • dc6847eb5e iwinfo: nl80211: omit A-hwmode on non-5GHz hardware David Bauer 2022-04-26 01:53:51 +0200
  • a479b9b08a devices: remove whitespace David Bauer 2022-04-24 23:04:57 +0200
  • 562d015326 iwinfo: nl80211: fix hwmode parsing for multi-band NICs David Bauer 2022-04-22 23:56:35 +0200
  • 90bfbb9a3a devices: Add Cypress CYW43455 Hauke Mehrtens 2022-01-16 20:47:30 +0100
  • 234075bf15 devices: fix AMD RZ608 format David Bauer 2022-01-06 02:13:37 +0100
  • 0e2a318824 devices: add AMD RZ608 device-id David Bauer 2022-01-02 02:32:58 +0100
  • a0a0e02dd9 iwinfo: rename hardware.txt to devices.txt Jo-Philipp Wich 2021-07-11 15:56:35 +0200
  • c9b1672f5a nl80211: fix path compatibility issue Felix Fietkau 2021-06-28 15:30:28 +0200
  • c0414642fe iwinfo: nl80211: fix typo Felix Fietkau 2021-06-09 22:12:08 +0200
  • 268bb26d2e iwinfo: nl80211: support looking up phy by path=.. and macaddr=... Felix Fietkau 2021-06-09 14:21:51 +0200
  • dd6d6d2dec iwinfo: nl80211: use new path lookup function for nl80211_phy_idx_from_uci_path Felix Fietkau 2021-06-09 14:03:29 +0200
  • aa0e3c4bbe iwinfo: nl80211: add support for printing the device path for a phy Felix Fietkau 2021-06-09 13:57:23 +0200
  • c45f0b584b iwinfo: add 802.11ax HE rate information David Bauer 2021-04-17 23:05:16 +0200
  • cd23727f72 iwinfo: cli: fix hwmode formatting David Bauer 2021-04-20 02:22:38 +0200
  • 70d2136069 iwinfo: nl80211: perform split wiphy dump David Bauer 2021-04-19 01:38:15 +0200
  • 50b64a63e3 iwinfo: add basic IEEE 802.11ax support David Bauer 2020-12-17 20:39:56 +0100
  • 4a32b33e96 iwinfo: add PCI ID for MediaTek MT7613BE Stijn Segers 2021-01-30 21:32:05 +0100
  • 5a2dd180f7 iwinfo: add hardware description for MediaTek MT7622 Daniel Golle 2021-01-28 22:34:42 +0000
  • 23d2722b12 build: add ability to specify shared object version Jo-Philipp Wich 2021-01-06 23:12:46 +0100
  • 51c1336e7a iwinfo: set center chan unsupported for not-nl80211 driver Ansuel Smith 2021-01-06 05:54:57 +0100
  • 0702f32294 iwinfo: improve center channel handling Ansuel Smith 2021-01-06 04:05:37 +0100