Home
last modified time | relevance | path

Searched refs:country_code (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-14.2/sys/contrib/dev/athk/
H A Dregd.c122 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 Dath.h86 u16 country_code; member
/freebsd-14.2/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c186 hci_cc2str(rp.country_code), rp.country_code); in hci_read_country_code()
/freebsd-14.2/sys/contrib/dev/rtw88/
H A Dregd.c346 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 Drtw8822b.h97 u8 country_code[2]; member
H A Drtw8723d.h83 u8 country_code[2]; member
H A Drtw8821c.h97 u8 country_code[2]; member
H A Drtw8821c.c65 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 Drtw8822c.h82 u8 country_code[2]; member
H A Drtw8822b.c57 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 Drtw8723d.c239 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 Drtw8822c.c56 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 Drtw8851b.h45 u8 country_code[2]; member
H A Drtw8852c.h58 u8 country_code[2]; member
H A Drtw8852a.h64 u8 country_code[2]; member
H A Drtw8852b.h65 u8 country_code[2]; member
H A Drtw8852a.c543 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 Drtw8851b.c506 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 Drtw8852b.c644 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 Drtw8852c.c433 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 Dregd.c411 chip_regd = rtw89_regd_find_reg_by_name(rtwdev->efuse.country_code); in rtw89_regd_init()
/freebsd-14.2/sys/dev/atopcase/
H A Datopcase_reg.h84 uint8_t country_code; member
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_sys.c1106 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 Dwlan_snmp.h108 uint8_t country_code[WLAN_COUNTRY_CODE_SIZE]; member
/freebsd-14.2/sys/netgraph/bluetooth/include/
H A Dng_hci.h1435 u_int8_t country_code; /* 0x00 - NAM, EUR, JP; 0x01 - France */ member

12