| /freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/ |
| H A D | nvm.c | 410 iwl_mvm_update_mcc(struct iwl_mvm *mvm, const char *alpha2, in iwl_mvm_update_mcc() argument 414 .mcc = cpu_to_le16(alpha2[0] << 8 | alpha2[1]), in iwl_mvm_update_mcc() 436 alpha2[0], alpha2[1], src_id); in iwl_mvm_update_mcc()
|
| H A D | mac80211.c | 184 const char *alpha2, in iwl_mvm_get_regdomain() argument 194 IWL_DEBUG_LAR(mvm, "Getting regdomain data for %s from FW\n", alpha2); in iwl_mvm_get_regdomain() 198 resp = iwl_mvm_update_mcc(mvm, alpha2, src_id); in iwl_mvm_get_regdomain() 231 regd->alpha2, regd->alpha2[0], regd->alpha2[1], src_id); in iwl_mvm_get_regdomain() 291 regd = iwl_mvm_get_regdomain(mvm->hw->wiphy, r->alpha2, used_src, in iwl_mvm_init_fw_regd()
|
| H A D | mvm.h | 1986 iwl_mvm_update_mcc(struct iwl_mvm *mvm, const char *alpha2, 1992 const char *alpha2,
|
| /freebsd-13.1/lib/libc/regex/ |
| H A D | WHATSNEW | 51 New in alpha2.3: Split change list out of README, and moved flags notes 56 New in alpha2.2: Out-of-date manpages updated. Regerror() acquires two 66 New in alpha2.1: Lots of little stuff, cleanup and fixes. The one big 74 New in alpha2: Backslash-anything is an ordinary character, not an
|
| /freebsd-13.1/contrib/nvi/regex/ |
| H A D | WHATSNEW | 51 New in alpha2.3: Split change list out of README, and moved flags notes 56 New in alpha2.2: Out-of-date manpages updated. Regerror() acquires two 66 New in alpha2.1: Lots of little stuff, cleanup and fixes. The one big 74 New in alpha2: Backslash-anything is an ordinary character, not an
|
| /freebsd-13.1/contrib/wpa/src/drivers/ |
| H A D | driver_privsep.c | 814 static int wpa_driver_privsep_set_country(void *priv, const char *alpha2) in wpa_driver_privsep_set_country() argument 817 wpa_printf(MSG_DEBUG, "%s country='%s'", __func__, alpha2); in wpa_driver_privsep_set_country() 818 return wpa_priv_cmd(drv, PRIVSEP_CMD_SET_COUNTRY, alpha2, in wpa_driver_privsep_set_country() 819 os_strlen(alpha2), NULL, NULL); in wpa_driver_privsep_set_country()
|
| H A D | driver.h | 2904 int (*set_country)(void *priv, const char *alpha2); 2912 int (*get_country)(void *priv, char *alpha2); 5902 char alpha2[3]; member
|
| H A D | driver_nl80211.c | 1803 char alpha2[3]; in wpa_driver_nl80211_set_country() local 1810 alpha2[0] = alpha2_arg[0]; in wpa_driver_nl80211_set_country() 1811 alpha2[1] = alpha2_arg[1]; in wpa_driver_nl80211_set_country() 1812 alpha2[2] = '\0'; in wpa_driver_nl80211_set_country() 1827 char *alpha2 = arg; in nl80211_get_country() local 1854 alpha2[0] = '\0'; in wpa_driver_nl80211_get_country() 1857 if (!alpha2[0]) in wpa_driver_nl80211_get_country() 9609 char alpha2[3] = { 0, 0, 0 }; in wpa_driver_nl80211_status() local 9759 alpha2, NULL, NULL) == 0 && in wpa_driver_nl80211_status() 9760 alpha2[0]) { in wpa_driver_nl80211_status() [all …]
|
| H A D | driver_nl80211_event.c | 2604 os_strlcpy(data.channel_list_changed.alpha2, in nl80211_reg_change_event() 2606 sizeof(data.channel_list_changed.alpha2)); in nl80211_reg_change_event() 2608 data.channel_list_changed.alpha2); in nl80211_reg_change_event()
|
| /freebsd-13.1/sys/compat/linuxkpi/common/include/net/ |
| H A D | cfg80211.h | 623 uint8_t alpha2[2]; member 868 uint8_t alpha2[2]; member 1121 reg_query_regdb_wmm(uint8_t *alpha2, uint32_t center_freq, in reg_query_regdb_wmm() argument 1265 regulatory_hint(struct wiphy *wiphy, const uint8_t *alpha2) in regulatory_hint() argument
|
| /freebsd-13.1/contrib/wpa/src/ap/ |
| H A D | ap_drv_ops.h | 277 static inline int hostapd_get_country(struct hostapd_data *hapd, char *alpha2) in hostapd_get_country() argument 281 return hapd->driver->get_country(hapd->drv_priv, alpha2); in hostapd_get_country()
|
| /freebsd-13.1/sys/contrib/dev/iwlwifi/ |
| H A D | iwl-nvm-parse.c | 1415 regd->alpha2[0] = fw_mcc >> 8; in iwl_parse_nvm_mcc_info() 1416 regd->alpha2[1] = fw_mcc & 0xff; in iwl_parse_nvm_mcc_info() 1474 reg_query_regdb_wmm(regd->alpha2, center_freq, rule); in iwl_parse_nvm_mcc_info()
|
| /freebsd-13.1/contrib/wpa/wpa_supplicant/ |
| H A D | driver_i.h | 313 const char *alpha2) in wpa_drv_set_country() argument 316 return wpa_s->driver->set_country(wpa_s->drv_priv, alpha2); in wpa_drv_set_country()
|
| H A D | events.c | 4311 info->alpha2[0] ? " alpha2=" : "", in wpa_supplicant_update_channel_list() 4312 info->alpha2[0] ? info->alpha2 : ""); in wpa_supplicant_update_channel_list()
|
| /freebsd-13.1/sys/dev/iwm/ |
| H A D | if_iwm.c | 4702 iwm_send_update_mcc_cmd(struct iwm_softc *sc, const char *alpha2) in iwm_send_update_mcc_cmd() argument 4727 mcc_cmd.mcc = htole16(alpha2[0] << 8 | alpha2[1]); in iwm_send_update_mcc_cmd() 4740 alpha2[0], alpha2[1], mcc_cmd.source_id); in iwm_send_update_mcc_cmd()
|
| /freebsd-13.1/usr.bin/units/ |
| H A D | definitions.units | 794 rydbergconst 0.5 elctronmass-c-alpha2/planck
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_80211.c | 3599 rd->isocc[0] = regd->alpha2[0]; in linuxkpi_regulatory_set_wiphy_regd_sync() 3600 rd->isocc[1] = regd->alpha2[1]; in linuxkpi_regulatory_set_wiphy_regd_sync()
|
| /freebsd-13.1/contrib/ipfilter/ |
| H A D | HISTORY | 1204 3.2alpha2
|