summaryrefslogtreecommitdiff
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* nl80211: update the kernel header nl80211.hAndre Heider2022-12-151-71/+2719
| | | | | | | | | Required for NL80211_BAND_6GHZ and NL80211_FREQUENCY_ATTR_NO_HE. Taken from the v5.15.74 release, which is the current version of the used mac80211 package. Signed-off-by: Andre Heider <a.heider@gmail.com>
* iwinfo: add 802.11ax HE rate informationDavid Bauer2021-05-021-0/+12
| | | | | | | | | This adds 802.11ax HE specific rate information to iwinfo. Add fields for HE status of a STA as well as DCM and guard interval fields specific to HE operation. Signed-off-by: David Bauer <mail@david-bauer.net>
* iwinfo: add basic IEEE 802.11ax supportDavid Bauer2021-04-121-0/+38
| | | | | | | | This adds basic support for IEEE 802.11ax when requesting HW or HT Modelist for a PHY from iwinfo. This way, applications using iwinfo can detect HE phys. Signed-off-by: David Bauer <mail@david-bauer.net>
* Sync with upstream nl80211.hJo-Philipp Wich2016-01-251-55/+537
| | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
* iwinfo: detect AC PHY for broadcom-wlnbd2014-10-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn+ssh://svn.openwrt.org/openwrt/trunk@42761 3c298f89-4303-0410-b956-a3cf2f4a3e73
* iwinfo: detect HT PHY for broadcom-wlnbd2014-10-271-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn+ssh://svn.openwrt.org/openwrt/trunk@42760 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Initial commitJo-Philipp Wich2014-10-054-0/+5617
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>