Home
last modified time | relevance | path

Searched refs:regdb (Results 1 – 25 of 32) sorted by relevance

12

/OK3568_Linux_fs/buildroot/package/wireless-regdb/
H A Dwireless-regdb.mk8 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 Dwireless-regdb.hash1 # From https://www.kernel.org/pub/software/network/wireless-regdb/sha256sums.asc
2 sha256 cff370c410d1e6d316ae0a7fa8ac6278fdf1efca5d3d664aca7cfd2aafa54446 wireless-regdb-2021.08.28…
H A DConfig.in2 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 Dmake.patch11 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 Ddo-not-run-ldconfig-if-destdir-is-set.patch20 %.o: %.c regdb.h $(LIBREG)
H A D0001-Makefile-respect-LDFLAGS-for-libreg.patch20 $(LIBREG): regdb.h reglib.h reglib.c
H A Dfix-linking-of-libraries-used-by-reglib.patch48 $(LIBREG): regdb.h reglib.h reglib.c
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/wireless-regdb/
H A Dwireless-regdb_2023.02.13.bb14 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 Dreg.c582 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 DKconfig93 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 D0002-drop-ldconfig-call.patch14 %.o: %.c regdb.h $(LIBREG)
H A DConfig.in8 # regdb is a runtime dependency
H A D0003-drop-werror.patch27 RUNTIME_PUBKEY_DIR?=/etc/wireless-regdb/pubkeys
H A D0001-crda-support-python-3-in-utils-key2pub.py.patch52 $(LIBREG): regdb.h reglib.h reglib.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/classes/
H A Dkernel_wireless_regdb.bbclass13 DEPENDS += "wireless-regdb-native"
/OK3568_Linux_fs/yocto/meta-clang/conf/
H A Dnonscanable.conf6 SCAN_BUILD:pn-wireless-regdb = ""
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/crda/
H A Dcrda_3.18.bb39 RDEPENDS:${PN} = "udev wireless-regdb-static"
/OK3568_Linux_fs/kernel/net/wireless/certs/
H A Dsforshee.hex1 /* Seth Forshee's regdb certificate */
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Drelease-notes-3.4.4.rst59 - wireless-regdb: upgrade 2022.02.18 -> 2022.04.08
H A Drelease-notes-3.4.3.rst90 - wireless-regdb: upgrade 2021.08.28 -> 2022.02.18
H A Drelease-notes-3.4.1.rst155 - wireless-regdb: upgrade 2021.07.14 -> 2021.08.28
H A Drelease-notes-4.0.1.rst132 - wireless-regdb: upgrade 2022.02.18 -> 2022.04.08
H A Drelease-notes-4.0.4.rst157 - wireless-regdb: upgrade to 2022.08.12
/OK3568_Linux_fs/buildroot/linux/
H A Dlinux.mk84 $(if $(BR2_PACKAGE_WIRELESS_REGDB),wireless-regdb)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-base.bb273 wireless-regdb-static \

12