Searched refs:regdomain (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/sbin/ifconfig/
H A Dregdomain.h68 struct regdomain { struct
69 enum RegdomainCode sku; /* regdomain code/SKU */
79 LIST_ENTRY(regdomain) next;
85 const struct regdomain *rd;
96 LIST_HEAD(, regdomain) domains; /* regulatory domains */
101 #define _PATH_REGDOMAIN "/etc/regdomain.xml"
109 const struct regdomain *lib80211_regdomain_findbysku(const struct regdata *,
111 const struct regdomain *lib80211_regdomain_findbyname(const struct regdata *,
H A DMakefile37 SRCS+= ifieee80211.c regdomain.c # SIOC[GS]IEEE80211 support
H A Dregdomain.c44 #include "regdomain.h"
53 struct regdomain *rd; /* current domain */
97 mt->rd = calloc(1, sizeof(struct regdomain));
359 warnx("no regdomain reference for country at line %ld",
401 * Parse an regdomain XML configuration and build the internal representation.
407 struct regdomain *dp;
545 * Cleanup state/resources for a previously parsed regdomain database.
554 struct regdomain *dp = LIST_FIRST(&rdp->domains);
642 * Lookup a regdomain by SKU.
644 const struct regdomain *
[all...]
H A Difieee80211.c93 #include "regdomain.h"
162 static struct ieee80211_regdomain regdomain; variable in typeref:struct:ieee80211_regdomain
210 errx(-1, "missing or corrupted regdomain database");
429 &regdomain, sizeof(regdomain)) < 0)
454 * compatible with the new regdomain. If not, then
461 if (cc->rd->sku != rd->regdomain) {
462 const struct regdomain *rp;
464 * Check if country is incompatible with regdomain.
466 * we permit a mismatch between the regdomain an
[all...]
/freebsd-10.1-release/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1017 syslog(LOG_ERR, "unknown regdomain (0x%x) ", which);
1026 wlan_snmp_to_regdomain(enum WlanRegDomainCode regdomain) argument
1030 switch (regdomain) {
1083 syslog(LOG_ERR, "unknown snmp regdomain (0x%x) ", regdomain);
1096 struct ieee80211_regdomain regdomain; local
1098 memset(&regdomain, 0, sizeof(regdomain));
1099 argsize = sizeof(regdomain);
1101 if (wlan_ioctl(wif->wname, IEEE80211_IOC_REGDOMAIN, &val, &regdomain,
1119 struct ieee80211_regdomain_req *regdomain; local
[all...]
/freebsd-10.1-release/share/man/man5/
H A DMakefile61 regdomain.5 \
/freebsd-10.1-release/sys/net80211/
H A D_ieee80211.h381 uint16_t regdomain; /* SKU */ member in struct:ieee80211_regdomain
H A Dieee80211_regdomain.c30 * IEEE 802.11 regdomain support.
68 if (ic->ic_regdomain.regdomain == 0 &&
478 /* regdomain parameters */
/freebsd-10.1-release/etc/
H A DMakefile136 BIN1+= regdomain.xml
/freebsd-10.1-release/sys/dev/wtap/
H A Dif_wtap.c806 ic->ic_regdomain.regdomain = SKU_ETSI;
/freebsd-10.1-release/sys/dev/ath/
H A Dif_ath.c987 * regdomain are available from the hal.
5612 __func__, reg->regdomain, reg->country, reg->location,
5616 reg->country, reg->regdomain);
5664 ic->ic_regdomain.regdomain = (uint16_t) sc->sc_eerd;
5675 ic->ic_regdomain.regdomain, ic->ic_regdomain.country,
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_uath.c121 SYSCTL_INT(_hw_usb_uath, OID_AUTO, regdomain, CTLFLAG_RD, &uath_regdomain,
/freebsd-10.1-release/sys/dev/mwl/
H A Dif_mwl.c529 * regdomain are available from the hal.
1120 switch (rd->regdomain) {
4693 ic->ic_regdomain.regdomain = SKU_DEBUG;

Completed in 121 milliseconds