Home
last modified time | relevance | path

Searched refs:proto_en (Results 1 – 25 of 31) sorted by relevance

12

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_chplan.h148 u8 proto_en; member
153 #define COUNTRY_CHPLAN_EN_11AC(_ent) ((_ent)->proto_en & CCHPLAN_PROTO_EN_AC)
159 #define COUNTRY_CHPLAN_EN_11AX(_ent) ((_ent)->proto_en & CCHPLAN_PROTO_EN_AX)
H A Drtw_chplan.c800 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_chplan.h202 u8 proto_en; member
207 #define COUNTRY_CHPLAN_EN_11AC(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
213 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.c567 ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_rfctl_decide_init_chplan()
595 rfctl->proto_en = ent.proto_en; in rtw_rfctl_decide_init_chplan()
1356 RTW_PRINT_SEL(sel, "ax:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0); in dump_cur_chset()
1359 RTW_PRINT_SEL(sel, "ac:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0); in dump_cur_chset()
17100 param->country_ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_chplan_rtk_priv_req_prehdl_country_ent()
17169 rfctl->proto_en = param->country_ent.proto_en; in rtw_set_chplan_hdl()
17255 chplan->proto_en = 0 in rtw_get_chplan_hdl()
17257 | rfctl->proto_en in rtw_get_chplan_hdl()
H A Drtw_chplan.c1186 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_chplan.h201 u8 proto_en; member
206 #define COUNTRY_CHPLAN_EN_11AC(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
212 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.c376 ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_rfctl_decide_init_chplan()
404 rfctl->proto_en = ent.proto_en; in rtw_rfctl_decide_init_chplan()
1163 RTW_PRINT_SEL(sel, "ax:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0); in dump_cur_chset()
1166 RTW_PRINT_SEL(sel, "ac:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0); in dump_cur_chset()
13461 param->country_ent.proto_en = CHPLAN_PROTO_EN_ALL;
13531 rfctl->proto_en = param->country_ent.proto_en;
13612 chplan->proto_en = 0
13614 | rfctl->proto_en
H A Drtw_chplan.c1386 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
3201 phl_ent.proto_en = 0 in rtw_get_chplan_from_country()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_chplan.h201 u8 proto_en; member
206 #define COUNTRY_CHPLAN_EN_11AC(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
212 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.c376 ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_rfctl_decide_init_chplan()
404 rfctl->proto_en = ent.proto_en; in rtw_rfctl_decide_init_chplan()
1163 RTW_PRINT_SEL(sel, "ax:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0); in dump_cur_chset()
1166 RTW_PRINT_SEL(sel, "ac:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0); in dump_cur_chset()
13432 param->country_ent.proto_en = CHPLAN_PROTO_EN_ALL;
13502 rfctl->proto_en = param->country_ent.proto_en;
13583 chplan->proto_en = 0
13585 | rfctl->proto_en
H A Drtw_chplan.c1386 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
3201 phl_ent.proto_en = 0 in rtw_get_chplan_from_country()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_chplan.h202 u8 proto_en; member
207 #define COUNTRY_CHPLAN_EN_11AC(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
213 #define COUNTRY_CHPLAN_EN_11AX(_ent) (((_ent)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.c567 ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_rfctl_decide_init_chplan()
595 rfctl->proto_en = ent.proto_en; in rtw_rfctl_decide_init_chplan()
1356 RTW_PRINT_SEL(sel, "ax:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0); in dump_cur_chset()
1359 RTW_PRINT_SEL(sel, "ac:%d\n", (chplan->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0); in dump_cur_chset()
17044 param->country_ent.proto_en = CHPLAN_PROTO_EN_ALL; in rtw_chplan_rtk_priv_req_prehdl_country_ent()
17113 rfctl->proto_en = param->country_ent.proto_en; in rtw_set_chplan_hdl()
17199 chplan->proto_en = 0 in rtw_get_chplan_hdl()
17201 | rfctl->proto_en in rtw_get_chplan_hdl()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/include/
H A Ddrv_types.h921 u8 proto_en; member
1038 #define RFCTL_REG_EN_11AC(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
1044 #define RFCTL_REG_EN_11AX(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.h419 u8 proto_en; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/
H A Ddrv_types.h928 u8 proto_en; member
1045 #define RFCTL_REG_EN_11AC(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
1051 #define RFCTL_REG_EN_11AX(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.h419 u8 proto_en; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/
H A Ddrv_types.h1057 u8 proto_en; member
1196 #define RFCTL_REG_EN_11AC(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
1202 #define RFCTL_REG_EN_11AX(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.h459 u8 proto_en; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/
H A Ddrv_types.h1060 u8 proto_en; member
1203 #define RFCTL_REG_EN_11AC(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AC) ? 1 : 0)
1209 #define RFCTL_REG_EN_11AX(rfctl) (((rfctl)->proto_en & CHPLAN_PROTO_EN_AX) ? 1 : 0)
H A Drtw_mlme_ext.h459 u8 proto_en; member
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Dwifi_regd.c65 if (!(chplan->proto_en & CHPLAN_PROTO_EN_AC) || band == BAND_ON_2_4G) in rtw_get_ieee80211_reg_rule()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Dwifi_regd.c65 if (!(chplan->proto_en & CHPLAN_PROTO_EN_AC) || band == BAND_ON_2_4G) in rtw_get_ieee80211_reg_rule()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/
H A Dwifi_regd.c65 if (!(chplan->proto_en & CHPLAN_PROTO_EN_AC) || band == BAND_ON_24G) in rtw_get_ieee80211_reg_rule()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/
H A Dwifi_regd.c65 if (!(chplan->proto_en & CHPLAN_PROTO_EN_AC) || band == BAND_ON_24G) in rtw_get_ieee80211_reg_rule()

12