| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/ |
| H A D | rtw_chplan.h | 148 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 D | rtw_chplan.c | 800 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/ |
| H A D | rtw_chplan.h | 202 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 D | rtw_mlme_ext.c | 567 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 D | rtw_chplan.c | 1186 #define COUNTRY_CHPLAN_ASSIGN_PROTO_EN(_val) , .proto_en = (_val)
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_chplan.h | 201 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 D | rtw_mlme_ext.c | 376 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 D | rtw_chplan.c | 1386 #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 D | rtw_chplan.h | 201 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 D | rtw_mlme_ext.c | 376 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 D | rtw_chplan.c | 1386 #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 D | rtw_chplan.h | 202 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 D | rtw_mlme_ext.c | 567 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 D | drv_types.h | 921 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 D | rtw_mlme_ext.h | 419 u8 proto_en; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/include/ |
| H A D | drv_types.h | 928 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 D | rtw_mlme_ext.h | 419 u8 proto_en; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/include/ |
| H A D | drv_types.h | 1057 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 D | rtw_mlme_ext.h | 459 u8 proto_en; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/include/ |
| H A D | drv_types.h | 1060 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 D | rtw_mlme_ext.h | 459 u8 proto_en; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | wifi_regd.c | 65 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 D | wifi_regd.c | 65 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 D | wifi_regd.c | 65 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 D | wifi_regd.c | 65 if (!(chplan->proto_en & CHPLAN_PROTO_EN_AC) || band == BAND_ON_24G) in rtw_get_ieee80211_reg_rule()
|