Home
last modified time | relevance | path

Searched refs:country_ent (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_cmd.c1053 struct country_chplan country_ent; in rtw_joinbss_cmd() local
1177 if (rtw_joinbss_check_country_ie(padapter, &pnetwork->network, &country_ent, psecnetwork)) in rtw_joinbss_cmd()
1178 req_chplan = &country_ent; in rtw_joinbss_cmd()
1901 , u8 chplan, u8 chplan_6g, const struct country_chplan *country_ent in _rtw_set_chplan_cmd() argument
1920 if (country_ent) { in _rtw_set_chplan_cmd()
1922 chplan = country_ent->chplan; in _rtw_set_chplan_cmd()
1924 chplan_6g = country_ent->chplan_6g; in _rtw_set_chplan_cmd()
1936 if (country_ent) { in _rtw_set_chplan_cmd()
1937 _rtw_memcpy(&parm->country_ent, country_ent, sizeof(parm->country_ent)); in _rtw_set_chplan_cmd()
1999 if (country_ent) { in _rtw_set_chplan_cmd()
[all …]
H A Drtw_mlme_ext.c451 const struct country_chplan *country_ent = NULL; in rtw_rfctl_decide_init_chplan() local
466 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
512 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
524 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
532 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
553 if (!country_ent) { in rtw_rfctl_decide_init_chplan()
572 , country_ent->alpha2[0], country_ent->alpha2[1]); in rtw_rfctl_decide_init_chplan()
16878 …pos += snprintf(pos, buf_len - (pos - buf), "alpha2:"ALPHA2_FMT, ALPHA2_ARG(param->country_ent.alp… in get_str_of_set_chplan_keys()
16990 else if (rtw_get_chplan_from_country(alpha2, &param->country_ent)) { in rtw_chplan_rtk_priv_req_prehdl_country_ie()
16991 param->channel_plan = param->country_ent.chplan; in rtw_chplan_rtk_priv_req_prehdl_country_ie()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_cmd.c1053 struct country_chplan country_ent; in rtw_joinbss_cmd() local
1177 if (rtw_joinbss_check_country_ie(padapter, &pnetwork->network, &country_ent, psecnetwork)) in rtw_joinbss_cmd()
1178 req_chplan = &country_ent; in rtw_joinbss_cmd()
1901 , u8 chplan, u8 chplan_6g, const struct country_chplan *country_ent in _rtw_set_chplan_cmd() argument
1920 if (country_ent) { in _rtw_set_chplan_cmd()
1922 chplan = country_ent->chplan; in _rtw_set_chplan_cmd()
1924 chplan_6g = country_ent->chplan_6g; in _rtw_set_chplan_cmd()
1936 if (country_ent) { in _rtw_set_chplan_cmd()
1937 _rtw_memcpy(&parm->country_ent, country_ent, sizeof(parm->country_ent)); in _rtw_set_chplan_cmd()
1999 if (country_ent) { in _rtw_set_chplan_cmd()
[all …]
H A Drtw_mlme_ext.c451 const struct country_chplan *country_ent = NULL; in rtw_rfctl_decide_init_chplan() local
466 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
512 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
524 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
532 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
553 if (!country_ent) { in rtw_rfctl_decide_init_chplan()
572 , country_ent->alpha2[0], country_ent->alpha2[1]); in rtw_rfctl_decide_init_chplan()
16822 …pos += snprintf(pos, buf_len - (pos - buf), "alpha2:"ALPHA2_FMT, ALPHA2_ARG(param->country_ent.alp… in get_str_of_set_chplan_keys()
16934 else if (rtw_get_chplan_from_country(alpha2, &param->country_ent)) { in rtw_chplan_rtk_priv_req_prehdl_country_ie()
16935 param->channel_plan = param->country_ent.chplan; in rtw_chplan_rtk_priv_req_prehdl_country_ie()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_chplan.c473 if (rfctl->country_ent || ch <= 11) in init_channel_set()
519 if (rfctl->country_ent || channel_set[chanset_size].dfs) in init_channel_set()
604 && (RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent) in rtw_process_beacon_hint()
H A Drtw_tdls.c564 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2860 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2955 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3032 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_chplan.c472 if (rfctl->country_ent || ch <= 11) in init_channel_set()
518 if (rfctl->country_ent || channel_set[chanset_size].dfs) in init_channel_set()
603 && (RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent) in rtw_process_beacon_hint()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mlme_ext.c260 const struct country_chplan *country_ent = NULL; in rtw_rfctl_decide_init_chplan() local
275 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
321 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
333 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
341 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
362 if (!country_ent) { in rtw_rfctl_decide_init_chplan()
381 , country_ent->alpha2[0], country_ent->alpha2[1]); in rtw_rfctl_decide_init_chplan()
13210 …pos += snprintf(pos, buf_len - (pos - buf), "alpha2:"ALPHA2_FMT, ALPHA2_ARG(param->country_ent.alp…
13322 else if (rtw_get_chplan_from_country(alpha2, &param->country_ent)) {
13323 param->channel_plan = param->country_ent.chplan;
[all …]
H A Drtw_cmd.c811 struct country_chplan country_ent; in rtw_joinbss_cmd() local
934 if (rtw_joinbss_check_country_ie(padapter, &pnetwork->network, &country_ent, psecnetwork)) in rtw_joinbss_cmd()
935 req_chplan = &country_ent; in rtw_joinbss_cmd()
1809 , u8 chplan, u8 chplan_6g, const struct country_chplan *country_ent in _rtw_set_chplan_cmd() argument
1828 if (country_ent) { in _rtw_set_chplan_cmd()
1830 chplan = country_ent->chplan; in _rtw_set_chplan_cmd()
1832 chplan_6g = country_ent->chplan_6g; in _rtw_set_chplan_cmd()
1844 if (country_ent) { in _rtw_set_chplan_cmd()
1845 _rtw_memcpy(&parm->country_ent, country_ent, sizeof(parm->country_ent)); in _rtw_set_chplan_cmd()
1908 if (country_ent) { in _rtw_set_chplan_cmd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mlme_ext.c260 const struct country_chplan *country_ent = NULL; in rtw_rfctl_decide_init_chplan() local
275 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
321 country_ent = &ent; in rtw_rfctl_decide_init_chplan()
333 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
341 country_ent = NULL; in rtw_rfctl_decide_init_chplan()
362 if (!country_ent) { in rtw_rfctl_decide_init_chplan()
381 , country_ent->alpha2[0], country_ent->alpha2[1]); in rtw_rfctl_decide_init_chplan()
13239 …pos += snprintf(pos, buf_len - (pos - buf), "alpha2:"ALPHA2_FMT, ALPHA2_ARG(param->country_ent.alp…
13351 else if (rtw_get_chplan_from_country(alpha2, &param->country_ent)) {
13352 param->channel_plan = param->country_ent.chplan;
[all …]
H A Drtw_cmd.c811 struct country_chplan country_ent; in rtw_joinbss_cmd() local
933 if (rtw_joinbss_check_country_ie(padapter, &pnetwork->network, &country_ent, psecnetwork)) in rtw_joinbss_cmd()
934 req_chplan = &country_ent; in rtw_joinbss_cmd()
1806 , u8 chplan, u8 chplan_6g, const struct country_chplan *country_ent in _rtw_set_chplan_cmd() argument
1825 if (country_ent) { in _rtw_set_chplan_cmd()
1827 chplan = country_ent->chplan; in _rtw_set_chplan_cmd()
1829 chplan_6g = country_ent->chplan_6g; in _rtw_set_chplan_cmd()
1841 if (country_ent) { in _rtw_set_chplan_cmd()
1842 _rtw_memcpy(&parm->country_ent, country_ent, sizeof(parm->country_ent)); in _rtw_set_chplan_cmd()
1905 if (country_ent) { in _rtw_set_chplan_cmd()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_chplan.c478 if (rfctl->country_ent || ch <= 11) in init_channel_set()
524 if (rfctl->country_ent || channel_set[chanset_size].dfs) in init_channel_set()
609 && (RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent) in rtw_process_beacon_hint()
H A Drtw_tdls.c563 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2865 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2960 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3037 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.c448 if (rfctl->country_ent || ch <= 11) in init_channel_set_from_rtk_priv()
493 if (rfctl->country_ent || (channel_set[chanset_size].flags & RTW_CHF_DFS)) in init_channel_set_from_rtk_priv()
595 …(RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent || IS_ALPHA2_WORLDWIDE(rfctl->countr… in rtw_process_beacon_hint()
764 , IS_ALPHA2_WORLDWIDE(rfctl->country_ent->alpha2) ? "" : "unsupported " in rtw_edcca_mode_update()
765 , rfctl->country_ent->alpha2[0] in rtw_edcca_mode_update()
766 , rfctl->country_ent->alpha2[1] in rtw_edcca_mode_update()
H A Drtw_tdls.c563 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2874 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2969 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3046 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_tdls.c453 && (!pmlmepriv->country_ent || COUNTRY_CHPLAN_EN_11AC(pmlmepriv->country_ent))) in rtw_tdls_process_vht_cap()
2706 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_req_ies()
2806 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_rsp_ies()
2883 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_tdls.c461 && (!pmlmepriv->country_ent || COUNTRY_CHPLAN_EN_11AC(pmlmepriv->country_ent))) in rtw_tdls_process_vht_cap()
2694 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_req_ies()
2794 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_rsp_ies()
2871 && (!padapter->mlmepriv.country_ent || COUNTRY_CHPLAN_EN_11AC(padapter->mlmepriv.country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_chplan.c448 if (rfctl->country_ent || ch <= 11) in init_channel_set_from_rtk_priv()
493 if (rfctl->country_ent || (channel_set[chanset_size].flags & RTW_CHF_DFS)) in init_channel_set_from_rtk_priv()
595 …(RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent || IS_ALPHA2_WORLDWIDE(rfctl->countr… in rtw_process_beacon_hint()
H A Drtw_tdls.c563 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2868 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2963 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3040 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_chplan.c449 if (rfctl->country_ent || ch <= 11) in init_channel_set_from_rtk_priv()
494 if (rfctl->country_ent || (channel_set[chanset_size].flags & RTW_CHF_DFS)) in init_channel_set_from_rtk_priv()
596 …(RTW_CHPLAN_BEACON_HINT_NON_WORLD_WIDE || !rfctl->country_ent || IS_ALPHA2_WORLDWIDE(rfctl->countr… in rtw_process_beacon_hint()
H A Drtw_tdls.c564 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2869 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2964 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3041 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_tdls.c589 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) in rtw_tdls_process_vht_cap()
2841 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2936 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3013 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_tdls.c565 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2862 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2957 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3034 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_tdls.c565 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) { in rtw_tdls_process_vht_cap()
2862 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2957 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3034 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_tdls.c564 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent))) in rtw_tdls_process_vht_cap()
2858 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_req_ies()
2953 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_rsp_ies()
3030 && (!rfctl->country_ent || COUNTRY_CHPLAN_EN_11AC(rfctl->country_ent)) in rtw_build_tdls_setup_cfm_ies()

123456