Searched refs:country (Results 1 – 13 of 13) sorted by relevance
/hardware/nxp/uwb/halimpl/config/ |
D | README.md | 14 This is for per-country device settings and calibrations. 17 …th highest *VERSION* will be picked by HAL. And one parameter holds settings for each country code. 31 `/data/vendor/uwb/libuwb-country.conf` will be looked up by HAL and only one file with higher VERSI… 36 * 00 : country code in two letters 70 * if the file path has `<country>` in it, `<country>` part will be replaced with country code (or r… 81 EXTRA_CONF_PATH_3="/vendor/etc/uwb/cal-<country>.conf" 87 …country codes can be grouped into region string. If main configuration file has *REGION_MAP_PATH*,… 99 In the above example, 'US' and 'CA' country codes are grouped into 'FCC' region string. 101 When the system provides country code with 'US', `EXTRA_CONF_PATH_2=/vendor/etc/uwb/cal-<country>.c… 107 Per-country, Disable UWB RF when it's set to 1. Default is 0. [all …]
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiApIface.hal | 26 * Set country code for this iface. 28 * @param code 2 byte country code (as defined in ISO 3166) to set. 38 * Used to query the list of valid frequencies (depending on country code set)
|
D | IWifiStaIface.hal | 204 * Used to query the list of valid frequencies (depending on country code set)
|
/hardware/synaptics/wlan/synadhd/wpa_supplicant_8_lib/ |
D | driver_cmd_wext.c | 193 char *country = "US"; /* WEXT_NUMBER_SCAN_CHANNELS_FCC */ in wpa_driver_get_country_code() local 196 country = "EU"; in wpa_driver_get_country_code() 198 country = "JP"; in wpa_driver_get_country_code() 199 return country; in wpa_driver_get_country_code()
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
D | driver_cmd_wext.c | 193 char *country = "US"; /* WEXT_NUMBER_SCAN_CHANNELS_FCC */ in wpa_driver_get_country_code() local 196 country = "EU"; in wpa_driver_get_country_code() 198 country = "JP"; in wpa_driver_get_country_code() 199 return country; in wpa_driver_get_country_code()
|
/hardware/qcom/wlan/wcn6740/qcwcn/wpa_supplicant_8_lib/ |
D | wpa_driver_common_lib.h | 169 uint8_t country[COUNTRY_LEN]; member 378 uint8_t country[COUNTRY_LEN]; member
|
D | driver_cmd_nl80211.c | 748 info->country, in parse_station_info() 1299 sta_info->country, in fill_sta_info() 1331 sta_info->country, in fill_sta_info() 1359 sta_info->country); in fill_sta_info() 2067 memcpy(g_sta_info.country, (p+1), strlen(p+1)+1);//length of p including null in wpa_driver_get_sta_info() 5619 memcpy(info.country, (p+1), strlen(p+1)+1);//length of p including null in wpa_driver_nl80211_driver_cmd()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
D | p2p.h | 133 uint8 country[3]; /* Country String */ member 244 uint8 country[3]; /* Country String */ member 313 uint8 country[3]; /* Country String */ member
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 31 * names, mobile country code, mobile network code, and source(s) that indicate where it comes 34 * Radio must report all the valid emergency numbers with known mobile country code, mobile
|
D | types.hal | 78 * emergency uniform resource names, mobile country code (mcc), mobile network country (mnc) and 81 * If the emergency number is associated with country, field ‘mcc’ must be provided, otherwise
|
/hardware/interfaces/wifi/1.5/ |
D | IWifiChip.hal | 233 * Set country code for this Wifi chip. 236 * interface (STA or AP) specific. Legacy HAL API's for country code in 241 * @param code 2 byte country code (as defined in ISO 3166) to set. 283 * like current country code, operational mode (e.g. STA, SAP, WFD-CLI,
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | ISupplicantStaIface.hal | 324 * Send driver command to set country code. 326 * @param code 2 byte country code (as defined in ISO 3166) to set.
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiChip.hal | 68 * like current country code, operational mode (e.g. STA, SAP, WFD-CLI,
|