/openbmc/linux/drivers/net/wireless/ath/ |
H A D | regd.c | 609 struct country_code_to_enum_rd *country = NULL; in ath_regd_get_default_country() local 612 country = ath_regd_find_country(cc); in ath_regd_get_default_country() 613 if (country != NULL) in ath_regd_get_default_country() 685 struct country_code_to_enum_rd *country = NULL; in __ath_regd_init() local 711 country = NULL; in __ath_regd_init() 715 country = ath_regd_find_country(reg->country_code); in __ath_regd_init() 716 if (country == NULL) { in __ath_regd_init() 723 regdmn = country->regDmnEnum; in __ath_regd_init() 738 if (!country) in __ath_regd_init() 739 country = ath_regd_find_country_by_rd(regdmn); in __ath_regd_init() [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | crypto-tls-x509-helpers.h | 42 const char *country; member 88 country, commonname, \ argument 98 country, commonname, altname1, altname2, \ 109 country, commonname, \ argument 119 country, commonname, altname1, altname2, \
|
H A D | pkix_asn1_tab.c.inc | 612 {"country-name", 1073758210, "CountryName"}, 631 {0, 1048586, "ub-country-name-numeric-length"}, 633 {0, 1048586, "ub-country-name-alpha-length"}, 722 {"physical-delivery-country-name", 1342177283, "8"}, 725 {0, 1048586, "ub-country-name-numeric-length"}, 727 {0, 1048586, "ub-country-name-alpha-length"}, 818 {"ub-country-name-alpha-length", 1342177283, "2"}, 819 {"ub-country-name-numeric-length", 1342177283, "3"},
|
H A D | crypto-tls-x509-helpers.c | 237 if (req->country) { in test_tls_generate_cert() 240 req->country, strlen(req->country)); in test_tls_generate_cert()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid | 12 …ces/<busnum>-<devnum>:<config num>.<interface num>/<hid-bus>:<vendor-id>:<product-id>.<num>/country 13 What: /sys/class/bluetooth/hci<addr>/<hid-bus>:<vendor-id>:<product-id>.<num>/country 14 What: /sys/class/hidraw/hidraw<num>/device/country 19 of the device's HID country code (e.g. 21 for US).
|
/openbmc/webui-vue/src/views/SecurityAndAccess/Certificates/ |
H A D | ModalGenerateCsr.vue | 44 :label="$t('pageCertificates.modal.country')" 45 label-for="country" 48 id="country" 49 v-model="form.country" 50 data-test-id="modalGenerateCsr-select-country" 52 :state="getValidationState(v$.form.country)" 53 @input="v$.form.country.$touch()" 388 country: null, 401 countryOptions: COUNTRY_LIST.map((country) => ({ 402 text: country.label, [all …]
|
/openbmc/linux/drivers/net/wireless/realtek/rtlwifi/ |
H A D | regd.c | 387 struct country_code_to_enum_rd *country = NULL; in rtl_regd_init() local 407 country = _rtl_regd_find_country(rtlpriv->regd.country_code); in rtl_regd_init() 409 if (country) { in rtl_regd_init() 410 rtlpriv->regd.alpha2[0] = country->iso_name[0]; in rtl_regd_init() 411 rtlpriv->regd.alpha2[1] = country->iso_name[1]; in rtl_regd_init()
|
/openbmc/linux/net/wireless/ |
H A D | reg.c | 565 char country[12]; in call_crda() local 566 char *env[] = { country, NULL }; in call_crda() 569 snprintf(country, sizeof(country), "COUNTRY=%c%c", in call_crda() 653 struct fwdb_country country[]; member 707 const struct fwdb_country *country) in valid_country() argument 709 unsigned int ptr = be16_to_cpu(country->coll_ptr) << 2; in valid_country() 815 const struct fwdb_country *country; in valid_regdb() local 829 country = &hdr->country[0]; in valid_regdb() 830 while ((u8 *)(country + 1) <= data + size) { in valid_regdb() 831 if (!country->coll_ptr) in valid_regdb() [all …]
|
/openbmc/linux/drivers/staging/rtl8192e/ |
H A D | dot11d.c | 111 u16 country_len, u8 *country) in dot11d_update_country() argument 121 triple = (struct chnl_txpow_triple *)(country + 3); in dot11d_update_country() 150 memcpy(dot11d_info->country_buffer, country, country_len); in dot11d_update_country()
|
H A D | dot11d.h | 81 u16 country_len, u8 *country);
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | channel.c | 106 struct country_info country; member 147 .country = LOCALES(bn, 11n), 407 const struct country_info *country; in brcms_c_channel_reg_limits() local 420 country = &wlc_cm->world_regd->country; in brcms_c_channel_reg_limits() 425 brcms_c_get_mimo_5g(country->locale_mimo_5G) : in brcms_c_channel_reg_limits() 426 brcms_c_get_mimo_2g(country->locale_mimo_2G); in brcms_c_channel_reg_limits()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | wl12xx_80211.h | 117 struct wl12xx_ie_country country; member 153 struct wl12xx_ie_country country; member
|
/openbmc/phosphor-certificate-manager/test/ |
H A D | certs_manager_test.cpp | 227 std::string contactPerson, std::string country, std::string email, in generateCSR() argument 236 contactPerson, country, email, givenName, initials, keyBitLength, in generateCSR() 1008 std::string country("IN"); in TEST_F() local 1032 contactPerson, country, email, givenName, initials, in TEST_F() 1076 std::string country("IN"); in TEST_F() local 1098 contactPerson, country, email, givenName, initials, in TEST_F() 1123 std::string country("IN"); in TEST_F() local 1145 contactPerson, country, email, givenName, initials, in TEST_F() 1169 std::string country("IN"); in TEST_F() local 1191 contactPerson, country, email, givenName, initials, in TEST_F() [all …]
|
/openbmc/linux/net/bluetooth/hidp/ |
H A D | sock.c | 138 __u8 country; member 189 ca.country = ca32.country; in hidp_sock_compat_ioctl()
|
/openbmc/linux/include/uapi/linux/ |
H A D | uhid.h | 54 __u32 country; member 140 __u32 country; member
|
/openbmc/linux/drivers/hid/ |
H A D | uhid.c | 416 __u32 country; member 465 event->u.create.country = compat->country; in uhid_event_from_user() 530 hid->country = ev->u.create2.country; in uhid_dev_create2() 572 ev->u.create2.country = orig.country; in uhid_dev_create()
|
/openbmc/webui-vue/src/store/modules/SecurityAndAccess/ |
H A D | CertificatesStore.js | 194 country, 216 data.Country = country;
|
/openbmc/linux/drivers/input/mouse/ |
H A D | vsxxxaa.c | 105 unsigned char country; member 156 mouse->name, mouse->version, mouse->country, mouse->phys); in vsxxxaa_detection_done() 327 mouse->country = (buf[1] >> 4) & 0x07; in vsxxxaa_handle_POR_packet()
|
/openbmc/phosphor-certificate-manager/ |
H A D | certs_manager.hpp | 191 std::string contactPerson, std::string country, std::string email, 214 std::string contactPerson, std::string country, std::string email,
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-iso3166_2.1.1.bb | 1 SUMMARY = "Self-contained ISO 3166-1 country definitions"
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | eeprom.c | 212 struct property *country = of_find_property(cur, "country", NULL); in mt76_find_power_limits_node() local 215 if (!country && !regd) { in mt76_find_power_limits_node() 220 if (mt76_string_prop_find(country, dev->alpha2) || in mt76_find_power_limits_node()
|
/openbmc/linux/Documentation/networking/ |
H A D | regulatory.rst | 28 given country. 84 crda can provide back a regulatory domain for that country or 95 (driver, user, country IE) and determine what to allow based on its 109 by having a mapping of your device's EEPROM country/regulatory
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/geoip/ |
H A D | geoip_1.6.12.bb | 1 SUMMARY = "C library for country/city/organization to IP address or hostname mapping" 2 DESCRIPTION = "GeoIP is a C library that enables the user to find the country that any IP \
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-t/ |
H A D | be-All | 1 # Belgium, whole country
|
/openbmc/openbmc/poky/meta/recipes-support/iso-codes/ |
H A D | iso-codes_4.17.0.bb | 2 DESCRIPTION = "Provides lists of various ISO standards (e.g. country, \
|