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

/freebsd-12-stable/lib/lib80211/
H A Dlib80211_regdomain.h68 struct regdomain { struct
69 enum RegdomainCode sku; /* regdomain code/SKU */
81 LIST_ENTRY(regdomain) next;
87 const struct regdomain *rd;
98 LIST_HEAD(, regdomain) domains; /* regulatory domains */
103 #define _PATH_REGDOMAIN "/etc/regdomain.xml"
111 const struct regdomain *lib80211_regdomain_findbysku(const struct regdata *,
113 const struct regdomain *lib80211_regdomain_findbyname(const struct regdata *,
H A DMakefile3 CONFS= regdomain.xml
H A Dlib80211_regdomain.c54 struct regdomain *rd; /* current domain */
98 mt->rd = calloc(1, sizeof(struct regdomain));
373 warnx("no regdomain reference for country at line %ld",
415 * Parse an regdomain XML configuration and build the internal representation.
421 struct regdomain *dp;
578 * Cleanup state/resources for a previously parsed regdomain database.
587 struct regdomain *dp = LIST_FIRST(&rdp->domains);
677 * Lookup a regdomain by SKU.
679 const struct regdomain *
682 const struct regdomain *d
[all...]
/freebsd-12-stable/usr.sbin/bsdinstall/scripts/
H A Dwlanconfig45 # NB: Do not change order of arguments (or regdomain will be ignored)
48 [ "$1" ] && ifconfig_args="$ifconfig_args regdomain $1"
82 local input regdomains countries regdomain country prompt
114 prompt="Select your regdomain."
118 regdomain=$( eval $DIALOG \
128 f_dialog_data_sanitize regdomain
147 country_set "$regdomain" "$country"
182 # There is no way to check country/regdomain without (possible)
186 # Get current country/regdomain for selected interface
188 INPUT=$( ifconfig "$WLAN_IFACE" list regdomain | hea
[all...]
/freebsd-12-stable/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1020 syslog(LOG_ERR, "unknown regdomain (0x%x) ", which);
1029 wlan_snmp_to_regdomain(enum WlanRegDomainCode regdomain) argument
1033 switch (regdomain) {
1086 syslog(LOG_ERR, "unknown snmp regdomain (0x%x) ", regdomain);
1099 struct ieee80211_regdomain regdomain; local
1101 memset(&regdomain, 0, sizeof(regdomain));
1102 argsize = sizeof(regdomain);
1104 if (wlan_ioctl(wif->wname, IEEE80211_IOC_REGDOMAIN, &val, &regdomain,
1122 struct ieee80211_regdomain_req *regdomain; local
[all...]
/freebsd-12-stable/sbin/ifconfig/
H A Difieee80211.c191 static struct ieee80211_regdomain regdomain; variable in typeref:struct:ieee80211_regdomain
254 errx(-1, "missing or corrupted regdomain database");
480 &regdomain, sizeof(regdomain)) < 0)
505 * compatible with the new regdomain. If not, then
512 if (cc->rd->sku != rd->regdomain) {
513 const struct regdomain *rp;
515 * Check if country is incompatible with regdomain.
517 * we permit a mismatch between the regdomain and
518 * the country's associated regdomain whe
[all...]
/freebsd-12-stable/share/man/man5/
H A DMakefile63 regdomain.5 \
/freebsd-12-stable/sys/net80211/
H A D_ieee80211.h437 uint16_t regdomain; /* SKU */ member in struct:ieee80211_regdomain
H A Dieee80211_regdomain.c32 * IEEE 802.11 regdomain support.
72 if (ic->ic_regdomain.regdomain == 0 &&
444 /* regdomain parameters */
/freebsd-12-stable/sys/dev/wtap/
H A Dif_wtap.c633 ic->ic_regdomain.regdomain = SKU_ETSI;
/freebsd-12-stable/sys/dev/ath/
H A Dif_ath.c1366 * regdomain are available from the hal.
6301 __func__, reg->regdomain, reg->country, reg->location,
6305 reg->country, reg->regdomain);
6353 ic->ic_regdomain.regdomain = (uint16_t) sc->sc_eerd;
6364 ic->ic_regdomain.regdomain, ic->ic_regdomain.country,
/freebsd-12-stable/sys/dev/mwl/
H A Dif_mwl.c507 * regdomain are available from the hal.
1081 switch (rd->regdomain) {
4472 ic->ic_regdomain.regdomain = SKU_DEBUG;
/freebsd-12-stable/sys/dev/usb/wlan/
H A Dif_uath.c123 SYSCTL_INT(_hw_usb_uath, OID_AUTO, regdomain, CTLFLAG_RD, &uath_regdomain,

Completed in 244 milliseconds