summaryrefslogtreecommitdiffhomepage
path: root/lib/nl80211.c
AgeCommit message (Expand)Author
2024-07-11nl80211: support the MAC80211_HWSIM netlink protocol familyJo-Philipp Wich
2024-07-11nl80211: drop unused structure members from connection contextJo-Philipp Wich
2024-07-11nl80211: support conversion from/to struct array attributesJo-Philipp Wich
2024-07-11nl80211: gracefully handle illegal netlink error codeJo-Philipp Wich
2024-07-09nl80211: add wiphy multi-radio supportFelix Fietkau
2024-07-07nl80211: add support for multi-attribute arraysFelix Fietkau
2024-07-07nl80211: move access to tb array out of uc_nl_convert_attr and belowFelix Fietkau
2023-12-14nl80211: fix decoding of NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET attributeJo-Philipp Wich
2023-12-14nl80211: fix parsing of NL80211_BAND_ATTR_VHT_MCS_SET attributeJo-Philipp Wich
2023-12-11nl80211: fix datatype of NL80211_BAND_IFTYPE_ATTR_HE_CAP_{MAC,PHY} attrsJo-Philipp Wich
2023-11-01nl80211: fix maybe uninitialized variableJo-Philipp Wich
2023-08-09treewide: consolidate platform specific code in platform.cJo-Philipp Wich
2023-06-05nl80211: add constants for iftypesFelix Fietkau
2023-02-13nl80211: add missing ucv_get() callsFelix Fietkau
2023-02-12nl80211: fix NL80211_ATTR_SURVEY_INFOAndre Heider
2023-01-19nl80211: add support for registering an uloop based listenerFelix Fietkau
2023-01-19nl80211: refactor command bitmask handlingFelix Fietkau
2023-01-09nl80211: add support for NL80211_ATTR_MPATH_INFOJohn Crispin
2022-06-27nl80211: fix NL80211_SURVEY_INFO_NOISE datatypeJo-Philipp Wich
2022-06-17nl80211: recognize further NL80211_STA_INFO_* NLAsJo-Philipp Wich
2022-03-14nl80211: add missing attributes and correct some attribute flagsJo-Philipp Wich
2022-01-18lib: replace usages of vasprintf() with xvasprintf()Jo-Philipp Wich
2022-01-04treewide: rework numeric value handlingJo-Philipp Wich
2021-11-05nl80211: fix premature netlink reply receive abortJo-Philipp Wich
2021-11-02nl80211: fix wiphy dump reply merge logicJo-Philipp Wich
2021-09-22nl80211: fix issues spotted by static code analyzerJo-Philipp Wich
2021-09-21nl80211: treat signal attr values as signed integersJo-Philipp Wich
2021-09-21nl80211: expose sta_info attributesJo-Philipp Wich
2021-09-21lib: introduce Linux 802.11 netlink bindingJo-Philipp Wich