Home
last modified time | relevance | path

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

12

/src/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
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 Dath.h86 u16 country_code; member
/src/usr.sbin/bluetooth/hccontrol/
H A Dinfo.c186 hci_cc2str(rp.country_code), rp.country_code); in hci_read_country_code()
/src/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 Drtw8814a.h49 u8 country_code[2]; /* 0xcb */ member
H A Drtw8723x.c211 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 Drtw8822b.h100 u8 country_code[2]; member
H A Drtw88xxa.h56 u8 country_code[2]; member
H A Drtw8821c.h98 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.h85 u8 country_code[2]; member
H A Drtw88xxa.c231 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 Drtw8814a.c150 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 Drtw8822b.c58 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 Drtw8723x.h92 u8 country_code[2]; member
/src/sys/contrib/dev/rtw89/
H A Drtw8851b.h45 u8 country_code[2]; member
H A Drtw8922a.h41 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_common.h65 u8 country_code[2]; member
H A Drtw8852a.c663 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 Drtw8852b_common.c249 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 Datopcase_reg.h84 uint8_t country_code; member
/src/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

12