Searched refs:country_id (Results 1 – 4 of 4) sorted by relevance
1734 int country_id = 0; in wlan_get_nonglobal_operclass_table() local1739 for (country_id = 0; country_id < 3; country_id++) in wlan_get_nonglobal_operclass_table()1742 country_code[country_id], COUNTRY_CODE_LEN - 1)) in wlan_get_nonglobal_operclass_table()1744 if (country_id >= 3) in wlan_get_nonglobal_operclass_table()1745 country_id = COUNTRY_ID_US; /*Set default to US */ in wlan_get_nonglobal_operclass_table()1748 country_id = COUNTRY_ID_EU; in wlan_get_nonglobal_operclass_table()1751 switch (country_id) { in wlan_get_nonglobal_operclass_table()1921 int country_id = 0, ret = 0; in wlan_add_supported_oper_class_ie() local1926 for (country_id = 0; country_id < 3; country_id++) in wlan_add_supported_oper_class_ie()1929 country_code[country_id], COUNTRY_CODE_LEN - 1)) in wlan_add_supported_oper_class_ie()[all …]
2417 int country_id = 0; in wlan_get_nonglobal_operclass_table() local2422 for (country_id = 0; country_id < 3; country_id++) in wlan_get_nonglobal_operclass_table()2424 country_code[country_id], COUNTRY_CODE_LEN - 1)) in wlan_get_nonglobal_operclass_table()2426 if (country_id >= 3) in wlan_get_nonglobal_operclass_table()2427 country_id = COUNTRY_ID_US; /*Set default to US*/ in wlan_get_nonglobal_operclass_table()2430 country_id = COUNTRY_ID_EU; /** Country in EU */ in wlan_get_nonglobal_operclass_table()2432 switch (country_id) { in wlan_get_nonglobal_operclass_table()2608 int country_id = 0, ret = 0; in wlan_add_supported_oper_class_ie() local2613 for (country_id = 0; country_id < 3; country_id++) in wlan_add_supported_oper_class_ie()2615 country_code[country_id], COUNTRY_CODE_LEN - 1)) in wlan_add_supported_oper_class_ie()[all …]
3998 u32 country_id; member
4120 reg_info->ctry_code = chan_list_event_hdr->country_id; in ath11k_pull_reg_chan_list_update_ev()