| /freebsd-14.2/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 482 if (country_code == (u16) -1) in __ath_reg_dyn_country() 486 reg->current_rd |= country_code; in __ath_reg_dyn_country() 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() 715 country = ath_regd_find_country(reg->country_code); in __ath_regd_init() 720 reg->country_code); in __ath_regd_init() [all …]
|
| H A D | ath.h | 86 u16 country_code; member
|
| /freebsd-14.2/usr.sbin/bluetooth/hccontrol/ |
| H A D | info.c | 186 hci_cc2str(rp.country_code), rp.country_code); in hci_read_country_code()
|
| /freebsd-14.2/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 | rtw8822b.h | 97 u8 country_code[2]; member
|
| H A D | rtw8723d.h | 83 u8 country_code[2]; member
|
| H A D | rtw8821c.h | 97 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 | 82 u8 country_code[2]; member
|
| H A D | rtw8822b.c | 57 efuse->country_code[0] = map->country_code[0]; in rtw8822b_read_efuse() 58 efuse->country_code[1] = map->country_code[1]; in rtw8822b_read_efuse()
|
| H A D | rtw8723d.c | 239 efuse->country_code[0] = map->country_code[0]; in rtw8723d_read_efuse() 240 efuse->country_code[1] = map->country_code[1]; in rtw8723d_read_efuse()
|
| H A D | rtw8822c.c | 56 efuse->country_code[0] = map->country_code[0]; in rtw8822c_read_efuse() 57 efuse->country_code[1] = map->country_code[1]; in rtw8822c_read_efuse()
|
| /freebsd-14.2/sys/contrib/dev/rtw89/ |
| H A D | rtw8851b.h | 45 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.h | 65 u8 country_code[2]; member
|
| H A D | rtw8852a.c | 543 efuse->country_code[0] = map->country_code[0]; in rtw8852a_read_efuse() 544 efuse->country_code[1] = map->country_code[1]; in rtw8852a_read_efuse()
|
| H A D | rtw8851b.c | 506 efuse->country_code[0] = map->country_code[0]; in rtw8851b_read_efuse() 507 efuse->country_code[1] = map->country_code[1]; in rtw8851b_read_efuse()
|
| H A D | rtw8852b.c | 644 efuse->country_code[0] = map->country_code[0]; in rtw8852b_read_efuse() 645 efuse->country_code[1] = map->country_code[1]; in rtw8852b_read_efuse()
|
| H A D | rtw8852c.c | 433 efuse->country_code[0] = map->country_code[0]; in rtw8852c_read_efuse() 434 efuse->country_code[1] = map->country_code[1]; in rtw8852c_read_efuse()
|
| H A D | regd.c | 411 chip_regd = rtw89_regd_find_reg_by_name(rtwdev->efuse.country_code); in rtw89_regd_init()
|
| /freebsd-14.2/sys/dev/atopcase/ |
| H A D | atopcase_reg.h | 84 uint8_t country_code; member
|
| /freebsd-14.2/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
|
| /freebsd-14.2/sys/netgraph/bluetooth/include/ |
| H A D | ng_hci.h | 1435 u_int8_t country_code; /* 0x00 - NAM, EUR, JP; 0x01 - France */ member
|