3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2025-10-17 18:07:29 +02:00

1 Commits

Author SHA1 Message Date
James Prestwood
a1247fe46e vendor_quirks: initial skeleton
This module will provide a database for known issues or quirks with
wireless vendors.

The vendor_quirks_append_for_oui() API is intended to be called from
scan.c when parsing vendor attributes. This will lookup any quirks
associated with the OUI provided and combine them into an existing
vendor_quirk structure. This can be repeated against all the vendor
OUI's seen in the scan then referenced later to alter IWD behavior.

In the future more critera could be added such as MAC address prefix
or more generalized IE matches e.g.

vendor_quirks_append_for_mac()
vendor_quirks_append_for_ie()
etc.
2025-08-27 12:26:03 -05:00