| /src/sys/contrib/dev/athk/ |
| H A D | regd.c | 122 switch (reg->country_code) { in dynamic_country_user_possible() 261 if (reg->country_code == CTRY_INDIA) in ath_is_radar_freq() 475 u16 country_code; in __ath_reg_dyn_country() local 481 country_code = ath_regd_find_country_by_name(request->alpha2); in __ath_reg_dyn_country() 482 if (country_code == (u16) -1) in __ath_reg_dyn_country() 486 reg->current_rd |= country_code; in __ath_reg_dyn_country() 701 reg->country_code = ath_regd_get_default_country(regdmn); in __ath_regd_init() 703 if (reg->country_code == CTRY_DEFAULT && in __ath_regd_init() 707 reg->country_code = CTRY_UNITED_STATES; in __ath_regd_init() 710 if (reg->country_code == CTRY_DEFAULT) { in __ath_regd_init() [all …]
|
| H A D | ath.h | 86 u16 country_code; member
|
| /src/usr.sbin/bluetooth/hccontrol/ |
| H A D | info.c | 186 hci_cc2str(rp.country_code), rp.country_code); in hci_read_country_code()
|
| /src/sys/contrib/dev/rtw88/ |
| H A D | regd.c | 346 chip_reg = rtw_reg_find_by_name(rtwdev->efuse.country_code); in rtw_regd_init() 380 rtwdev->efuse.country_code[0], in rtw_regd_hint() 381 rtwdev->efuse.country_code[1]); in rtw_regd_hint() 383 ret = regulatory_hint(wiphy, rtwdev->efuse.country_code); in rtw_regd_hint() 416 rtw_reg_match(next_regd->regulatory, rtwdev->efuse.country_code)) { in rtw_regd_mgmt_programmed()
|
| H A D | rtw8814a.h | 49 u8 country_code[2]; /* 0xcb */ member
|
| H A D | rtw8723x.c | 211 DBG_EFUSE_2BYTE(rtwdev, map, country_code); in efuse_debug_dump() 273 efuse->country_code[0] = map->country_code[0]; in __rtw8723x_read_efuse() 274 efuse->country_code[1] = map->country_code[1]; in __rtw8723x_read_efuse()
|
| H A D | rtw8822b.h | 100 u8 country_code[2]; member
|
| H A D | rtw88xxa.h | 56 u8 country_code[2]; member
|
| H A D | rtw8821c.h | 98 u8 country_code[2]; member
|
| H A D | rtw8821c.c | 65 efuse->country_code[0] = map->country_code[0]; in rtw8821c_read_efuse() 66 efuse->country_code[1] = map->country_code[1]; in rtw8821c_read_efuse()
|
| H A D | rtw8822c.h | 85 u8 country_code[2]; member
|
| H A D | rtw88xxa.c | 231 efuse->country_code[0] = map->country_code[0]; in rtw88xxa_read_efuse() 232 efuse->country_code[1] = map->country_code[1]; in rtw88xxa_read_efuse()
|
| H A D | rtw8814a.c | 150 efuse->country_code[0] = map->country_code[0]; in rtw8814a_read_efuse() 151 efuse->country_code[1] = map->country_code[1]; in rtw8814a_read_efuse()
|
| H A D | rtw8822b.c | 58 efuse->country_code[0] = map->country_code[0]; in rtw8822b_read_efuse() 59 efuse->country_code[1] = map->country_code[1]; in rtw8822b_read_efuse()
|
| H A D | rtw8723x.h | 92 u8 country_code[2]; member
|
| /src/sys/contrib/dev/rtw89/ |
| H A D | rtw8851b.h | 45 u8 country_code[2]; member
|
| H A D | rtw8922a.h | 41 u8 country_code[2]; member
|
| H A D | rtw8852c.h | 58 u8 country_code[2]; member
|
| H A D | rtw8852a.h | 64 u8 country_code[2]; member
|
| H A D | rtw8852b_common.h | 65 u8 country_code[2]; member
|
| H A D | rtw8852a.c | 663 efuse->country_code[0] = map->country_code[0]; in rtw8852a_read_efuse() 664 efuse->country_code[1] = map->country_code[1]; in rtw8852a_read_efuse()
|
| H A D | rtw8852b_common.c | 249 efuse->country_code[0] = map->country_code[0]; in __rtw8852bx_read_efuse() 250 efuse->country_code[1] = map->country_code[1]; in __rtw8852bx_read_efuse()
|
| /src/sys/dev/atopcase/ |
| H A D | atopcase_reg.h | 84 uint8_t country_code; member
|
| /src/usr.sbin/bsnmpd/modules/snmp_wlan/ |
| H A D | wlan_sys.c | 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() 1108 wif->country_code[2] = regdomain.location; in wlan_config_get_country() 1163 wif->country_code[0] = regdomain->rd.isocc[0]; in wlan_config_set_country() 1164 wif->country_code[1] = regdomain->rd.isocc[1]; in wlan_config_set_country() 1165 wif->country_code[2] = regdomain->rd.location; in wlan_config_set_country() 2061 return (wlan_config_set_country(wif, wif->country_code, in wlan_config_set_ioctl()
|
| H A D | wlan_snmp.h | 108 uint8_t country_code[WLAN_COUNTRY_CODE_SIZE]; member
|