/freebsd/lib/lib80211/ |
H A D | lib80211_regdomain.h | 66 struct regdomain { struct 79 LIST_ENTRY(regdomain) next; argument 85 const struct regdomain *rd; 96 LIST_HEAD(, regdomain) domains; /* regulatory domains */ 109 const struct regdomain *lib80211_regdomain_findbysku(const struct regdata *, 111 const struct regdomain *lib80211_regdomain_findbyname(const struct regdata *,
|
H A D | lib80211_regdomain.c | 51 struct regdomain *rd; /* current domain */ 95 mt->rd = calloc(1, sizeof(struct regdomain)); in start_element() 418 struct regdomain *dp; in lib80211_regdomain_readconfig() 584 struct regdomain *dp = LIST_FIRST(&rdp->domains); in lib80211_regdomain_cleanup() 676 const struct regdomain * 679 const struct regdomain *dp; in lib80211_regdomain_findbysku() 691 const struct regdomain * 694 const struct regdomain *dp; in lib80211_regdomain_findbyname()
|
H A D | Makefile | 2 CONFS= regdomain.xml
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | wlanconfig | 82 local input regdomains countries regdomain country prompt 114 prompt="Select your regdomain." 147 country_set "$regdomain" "$country" 194 if f_yesno "Change regdomain/country ($DEF_REGDOMAIN/$DEF_COUNTRY)?"
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/ |
H A D | wlan_sys.c | 1026 wlan_snmp_to_regdomain(enum WlanRegDomainCode regdomain) in wlan_snmp_to_regdomain() argument 1030 switch (regdomain) { in wlan_snmp_to_regdomain() 1083 syslog(LOG_ERR, "unknown snmp regdomain (0x%x) ", regdomain); in wlan_snmp_to_regdomain() 1096 struct ieee80211_regdomain regdomain; in wlan_config_get_country() local 1098 memset(®domain, 0, sizeof(regdomain)); in wlan_config_get_country() 1099 argsize = sizeof(regdomain); in wlan_config_get_country() 1101 if (wlan_ioctl(wif->wname, IEEE80211_IOC_REGDOMAIN, &val, ®domain, in wlan_config_get_country() 1105 wif->reg_domain = wlan_regdomain_to_snmp(regdomain.regdomain); in wlan_config_get_country() 1106 wif->country_code[0] = regdomain.isocc[0]; in wlan_config_get_country() 1107 wif->country_code[1] = regdomain.isocc[1]; in wlan_config_get_country() [all …]
|
H A D | BEGEMOT-WIRELESS-MIB.txt | 168 "Enumeration of regdomain codes."
|
/freebsd/sbin/ifconfig/ |
H A D | ifieee80211.c | 192 static struct ieee80211_regdomain regdomain; variable 483 ®domain, sizeof(regdomain)) < 0) in getregdomain() 515 if (cc->rd->sku != rd->regdomain) { in setregdomain_cb() 516 const struct regdomain *rp; in setregdomain_cb() 530 rp = lib80211_regdomain_findbysku(rdp, rd->regdomain); in setregdomain_cb() 534 rd->regdomain); in setregdomain_cb() 2327 const struct regdomain *rd; in regdomain_makechannels() 2337 if (reg->regdomain == 0) { in regdomain_makechannels() 2344 rd = lib80211_regdomain_findbysku(rdp, reg->regdomain); in regdomain_makechannels() 2347 reg->regdomain); in regdomain_makechannels() [all …]
|
/freebsd/tools/tools/ath/athprom/ |
H A D | eeprom-3 | 9 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 75 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 123 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
|
H A D | eeprom-4 | 11 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 84 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 149 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
|
H A D | eeprom-5 | 12 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 98 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable | 176 | RegDomain $regdomain | Turbo2 Disable $turbo2Disable | Turbo5 Disable $turbo5Disable |
|
/freebsd/share/man/man5/ |
H A D | Makefile | 46 regdomain.5 \
|
/freebsd/sys/contrib/dev/athk/ |
H A D | regd.c | 249 bool ath_is_49ghz_allowed(u16 regdomain) in ath_is_49ghz_allowed() argument 252 return regdomain == MKK9_MKKC; in ath_is_49ghz_allowed()
|
/freebsd/sys/net80211/ |
H A D | ieee80211_regdomain.c | 70 if (ic->ic_regdomain.regdomain == 0 && in ieee80211_regdomain_attach()
|
H A D | _ieee80211.h | 435 uint16_t regdomain; /* SKU */ member
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | armada-385-turris-omnia.dts | 366 * char regdomain[4];
|
/freebsd/sys/dev/wtap/ |
H A D | if_wtap.c | 656 ic->ic_regdomain.regdomain = SKU_ETSI; in wtap_attach()
|
/freebsd/sys/dev/ath/ |
H A D | if_ath.c | 6361 __func__, reg->regdomain, reg->country, reg->location, in ath_setregdomain() 6365 reg->country, reg->regdomain); in ath_setregdomain() 6413 ic->ic_regdomain.regdomain = (uint16_t) sc->sc_eerd; in ath_getchannels() 6424 ic->ic_regdomain.regdomain, ic->ic_regdomain.country, in ath_getchannels()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | wmi.h | 2777 __le32 regdomain; member 2878 u32 regdomain; member
|
H A D | wmi.c | 1050 cmd->regdomain = cpu_to_le32(arg->regdomain); in ath12k_wmi_vdev_start()
|
H A D | mac.c | 5836 arg.regdomain = ar->ab->dfs_region; in ath12k_mac_vdev_start_restart()
|
/freebsd/sys/dev/mwl/ |
H A D | if_mwl.c | 1077 switch (rd->regdomain) { in mwl_map2regioncode() 4462 ic->ic_regdomain.regdomain = SKU_DEBUG; in mwl_getchannels()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wmi.h | 2676 u32 regdomain; member 2845 u32 regdomain; member
|
H A D | wmi.c | 1016 cmd->regdomain = arg->regdomain; in ath11k_wmi_vdev_start()
|
H A D | mac.c | 7244 arg.regdomain = ar->ab->dfs_region; in ath11k_mac_vdev_start_restart()
|
/freebsd/sys/dev/usb/wlan/ |
H A D | if_uath.c | 121 SYSCTL_INT(_hw_usb_uath, OID_AUTO, regdomain, CTLFLAG_RD, &uath_regdomain,
|