Home
last modified time | relevance | path

Searched refs:country_id (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/
H A Dmlan_cfp.c1734 int country_id = 0; in wlan_get_nonglobal_operclass_table() local
1739 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() local
1926 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_cfp.c2417 int country_id = 0; in wlan_get_nonglobal_operclass_table() local
2422 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() local
2613 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 …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath11k/
H A Dwmi.h3998 u32 country_id; member
H A Dwmi.c4120 reg_info->ctry_code = chan_list_event_hdr->country_id; in ath11k_pull_reg_chan_list_update_ev()