| /OK3568_Linux_fs/buildroot/package/wireless-regdb/ |
| H A D | wireless-regdb.mk | 8 WIRELESS_REGDB_SOURCE = wireless-regdb-$(WIRELESS_REGDB_VERSION).tar.xz 9 WIRELESS_REGDB_SITE = $(BR2_KERNEL_MIRROR)/software/network/wireless-regdb 19 $(TARGET_DIR)/etc/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
| H A D | wireless-regdb.hash | 1 # From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc 2 sha256 cff370c410d1e6d316ae0a7fa8ac6278fdf1efca5d3d664aca7cfd2aafa54446 wireless-regdb-2021.08.28…
|
| H A D | Config.in | 2 bool "wireless-regdb" 14 https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/crda/ |
| H A D | make.patch | 11 regdb.h reglib.h reglib.c keys-gcrypt.c -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -L ./ -lm -lgc… 21 -$(LIBREG): regdb.h reglib.h reglib.c
|
| H A D | do-not-run-ldconfig-if-destdir-is-set.patch | 20 %.o: %.c regdb.h $(LIBREG)
|
| H A D | 0001-Makefile-respect-LDFLAGS-for-libreg.patch | 20 $(LIBREG): regdb.h reglib.h reglib.c
|
| H A D | fix-linking-of-libraries-used-by-reglib.patch | 48 $(LIBREG): regdb.h reglib.h reglib.c
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/wireless-regdb/ |
| H A D | wireless-regdb_2023.02.13.bb | 14 install -d -m0755 ${D}${sysconfdir}/wireless-regdb/pubkeys 16 … install -m 0644 sforshee.key.pub.pem ${D}${sysconfdir}/wireless-regdb/pubkeys/sforshee.key.pub.pem
|
| /OK3568_Linux_fs/kernel/net/wireless/ |
| H A D | reg.c | 582 static const struct fwdb_header *regdb; variable 922 const struct fwdb_header *hdr = regdb; in reg_query_regdb_wmm() 925 if (!regdb) in reg_query_regdb_wmm() 928 if (IS_ERR(regdb)) in reg_query_regdb_wmm() 929 return PTR_ERR(regdb); in reg_query_regdb_wmm() 934 return __regdb_query_wmm(regdb, country, freq, rule); in reg_query_regdb_wmm() 1001 const struct fwdb_header *hdr = regdb; in query_regdb() 1006 if (IS_ERR(regdb)) in query_regdb() 1007 return PTR_ERR(regdb); in query_regdb() 1012 return regdb_query_country(regdb, country); in query_regdb() [all …]
|
| H A D | Kconfig | 93 bool "require regdb signature" if CFG80211_CERTIFICATION_ONUS 103 bool "allow regdb keys shipped with the kernel" if CFG80211_CERTIFICATION_ONUS 115 string "additional regdb key directory" if CFG80211_CERTIFICATION_ONUS
|
| /OK3568_Linux_fs/buildroot/package/crda/ |
| H A D | 0002-drop-ldconfig-call.patch | 14 %.o: %.c regdb.h $(LIBREG)
|
| H A D | Config.in | 8 # regdb is a runtime dependency
|
| H A D | 0003-drop-werror.patch | 27 RUNTIME_PUBKEY_DIR?=/etc/wireless-regdb/pubkeys
|
| H A D | 0001-crda-support-python-3-in-utils-key2pub.py.patch | 52 $(LIBREG): regdb.h reglib.h reglib.c
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/ |
| H A D | kernel_wireless_regdb.bbclass | 13 DEPENDS += "wireless-regdb-native"
|
| /OK3568_Linux_fs/yocto/meta-clang/conf/ |
| H A D | nonscanable.conf | 6 SCAN_BUILD:pn-wireless-regdb = ""
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/ |
| H A D | crda_3.18.bb | 39 RDEPENDS:${PN} = "udev wireless-regdb-static"
|
| /OK3568_Linux_fs/kernel/net/wireless/certs/ |
| H A D | sforshee.hex | 1 /* Seth Forshee's regdb certificate */
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | release-notes-3.4.4.rst | 59 - wireless-regdb: upgrade 2022.02.18 -> 2022.04.08
|
| H A D | release-notes-3.4.3.rst | 90 - wireless-regdb: upgrade 2021.08.28 -> 2022.02.18
|
| H A D | release-notes-3.4.1.rst | 155 - wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
|
| H A D | release-notes-4.0.1.rst | 132 - wireless-regdb: upgrade 2022.02.18 -> 2022.04.08
|
| H A D | release-notes-4.0.4.rst | 157 - wireless-regdb: upgrade to 2022.08.12
|
| /OK3568_Linux_fs/buildroot/linux/ |
| H A D | linux.mk | 84 $(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/ |
| H A D | packagegroup-base.bb | 273 wireless-regdb-static \
|